1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174
|
2002-03-31 Daniel Jacobowitz <dan@debian.org>
* bterm.1: New file.
2002-03-17 Daniel Jacobowitz <dan@debian.org>
* Version 0.1.9 released.
2002-03-17 Daniel Jacobowitz <dan@debian.org>
* bogl-term.c (bogl_term_out): Add support for `ri' (scroll up).
Remember to hide the cursor before moving it.
* bterm.ti: Add `ri'.
2002-03-17 Daniel Jacobowitz <dan@debian.org>
* bogl-term.c (bogl_term_out): Add support for `ed' (clear to end of
screen).
* bterm.ti: Add `ed'.
2002-03-17 Daniel Jacobowitz <dan@debian.org>
* bogl-term.c (bogl_term_out): Handle non-UTF-8 locales with acsc
a little better.
2002-03-17 Daniel Jacobowitz <dan@debian.org>
Patch from Philip Blundell.
* bterm.ti: Add acsc, smacs, and rmacs.
* bogl-term.h (struct bogl_term): Add acs flag.
* bogl-term.c (bogl_term_out): Support acsc, smacs, and
rmacs.
2002-03-17 Daniel Jacobowitz <dan@debian.org>
* bogl.c: Include <asm/page.h>. New variable bogl_frame_mapped.
(bogl_init): Handle non-page-aligned framebuffers.
2002-01-27 Daniel Jacobowitz <dan@debian.org>
* bogl-term.c (bogl_term_out): Handle bad wide characters
more robustly.
2001-12-01 Daniel Jacobowitz <dan@debian.org>
* Version 0.1.8 released.
2001-12-01 Daniel Jacobowitz <dan@debian.org>
* bterm.ti: Copy key capabalities from the ``linux'' terminfo entry,
since we run on a Linux console.
2001-12-01 Daniel Jacobowitz <dan@debian.org>
* bogl-term.c (bogl_term_out): Reset xpos after receiving
a Home (\e[H) sequence.
2001-12-01 Daniel Jacobowitz <dan@debian.org>
* bogl-term.c (put_char): Use arguments instead of term-> state,
reported by Philip Blundell.
(show_cursor): Pass properly inverted colors to put_char.
2001-12-01 Daniel Jacobowitz <dan@debian.org>
* bdftobogl.c, bogl-cfb8.c, bogl-font.c, bogl-pcfb.c, bogl-tcfb.c,
bogl-vga16.c, bogl.c, bogl.h, symbol.c: Use u_int32_t instead of
unsigned long.
2001-12-01 Daniel Jacobowitz <dan@debian.org>
* bterm.c (spawn_shell): Uncomment TIOCSTTY ioctl,
from Philip Blundell.
2001-11-11 Daniel Jacobowitz <dan@debian.org>
* Version 0.1.7 released.
2001-11-11 Daniel Jacobowitz <dan@debian.org>
* reduce-font.c (main): Better error checking, from
Philip Blundell.
2001-11-11 Daniel Jacobowitz <dan@debian.org>
* bogl-cfb.h (bits4): Add __attribute__ ((packed)).
(bits24): Likewise.
Sun May 27 18:25:58 PDT 2001 Daniel Jacobowitz (dan@debian.org)
* Version 0.1.6 released.
* Stop building, referencing, and including libutf8_plug.
* Build and install reduce-font.
Sun May 27 18:14:41 PDT 2001 Daniel Jacobowitz (dan@debian.org)
* bowl-boxes.c: Include <stdarg.h> for va_* macros.
Sun May 27 17:43:22 PDT 2001 Daniel Jacobowitz (dan@debian.org)
* Version 0.1.5 released.
* bogl.c (init_fb): Accept DIRECTCOLOR visuals as if they
were TRUECOLOR. Seems to work.
(draw_enable): Likewise.
Sun May 27 17:41:50 PDT 2001 Daniel Jacobowitz (dan@debian.org)
* bterm.ti: Fix my bterm.ti typo from reverse video patch.
* Makefile: Install compiled bterm.ti.
Sun May 27 17:15:10 PDT 2001 Daniel Jacobowitz (dan@debian.org)
* bogl-term.c (bogl_term_out): Correct bterm fix, from Edmund
GRIMLEY EVANS <edmundo@rano.org>.
Sun Mar 11 19:30:41 EST 2001 Daniel Jacobowitz (dan@debian.org)
* bogl-term.c (bogl_term_out): Make wide character handling
work with glibc 2.2.
Sun Mar 11 18:55:12 EST 2001 Daniel Jacobowitz (dan@debian.org)
* Makefile: Allow CFLAGS to be safely overridden.
Sat Feb 24 16:20:43 EST 2001 Daniel Jacobowitz (dan@debian.org)
* Version 0.1.4 released.
* Makefile: Install libbogl.so symlink to link to the shared
library.
Sat Feb 24 16:13:40 EST 2001 Daniel Jacobowitz (dan@debian.org)
* boml.c: Include <time.h> for time().
* boml.c: Fix compilation without M_SERIAL.
Sat Feb 24 15:47:19 EST 2001 Daniel Jacobowitz (dan@debian.org)
* bogl-term.h (struct bogl_term): Add reverse video flag.
* bogl-term.c (bogl_term_new): Initialize it.
(put_char): Respect reverse video.
(bogl_term_out): Likewise.
* bterm.ti: Advertise reverse video, along with standout
and sgr capabilities.
Sat Feb 24 14:31:16 EST 2001 Daniel Jacobowitz (dan@debian.org)
* bogl-cfb.c (memset_var): Modified fix from ha shao
for 32 bpp.
Tue Dec 26 23:25:35 EST 2000 Daniel Jacobowitz (dan@debian.org)
* Version 0.1.3 released.
Tue Dec 26 23:11:49 EST 2000 Daniel Jacobowitz (dan@debian.org)
* symbol.c: Internationalization made bogl no longer display
"\0" when told to, so bump the character numbers in font_symbol.
* bowl.c: Change SYM_* likewise.
Tue Dec 26 16:00:44 EST 2000 Daniel Jacobowitz (dan@debian.org)
* bowl.c (bowl_init): Reshow the mouse if we are reinitialized.
Mon Dec 25 22:20:05 EST 2000 Daniel Jacobowitz (dan@debian.org)
* Version 0.1.2 released.
* tux75.png: Make the background actually transparent.
Mon Dec 25 21:41:41 EST 2000 Daniel Jacobowitz (dan@debian.org)
* ChangeLog: Reformat.
* boml.c: Add M_GPM and M_INPUT.
(detect_gpm): New function.
(detect_input): New function.
* boml.c (boml_quick_init): Quick initialization function
which may find "enough" mice to skip detection - gpm
and 2.4's unified input layer.
* boml.h: Prototype boml_quick_init ().
* bowl.c (bowl_init): Use boml_quick_init () before putting up
a detection dialog box.
Sun Dec 24 22:01:20 EST 2000 Daniel Jacobowitz (dan@debian.org)
* Version 0.1.1 released.
* boml.c (detect_ps2): Open /dev/psaux O_RDWR instead of O_RDONLY,
since we then write to it.
* bowl.c: Use the colors provided in PNGs instead of guessing.
(bowl_init): Likewise.
(bowl_refresh): Likewise.
* bogl-cfb.c (memset_var): Fix assertion failure in 24bit CFBs (the
framebuffer itself is rarely 3-byte-aligned, and does not need to be).
|