| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Adapt to uscore-ification of gtktextiterprivate | Havoc Pennington | 2001-01-04 | 2 | -12/+26 |
* | Havoc Pennington <hp@redhat.com> | Havoc Pennington | 2001-01-02 | 1 | -0/+1 |
* | New function, as in the X11 backend. (gdk_window_new, | Tor Lillqvist | 2000-12-30 | 5 | -41/+51 |
* | Set the system colormap on input only windows, to avoid special cases all | Havoc Pennington | 2000-12-30 | 1 | -1/+2 |
* | Don't use isprint() for chars > 255. | Alexander Larsson | 2000-12-22 | 1 | -1/+1 |
* | Uh? What happed? My cvs checkin got broken pipe.. | Alexander Larsson | 2000-12-21 | 6 | -951/+168 |
* | Check for FreeType using freetype-config, since we can't rely on Xft to | Owen Taylor | 2000-12-20 | 1 | -0/+1 |
* | wow, that implementation was pretty non-working. | Havoc Pennington | 2000-12-18 | 1 | -20/+28 |
* | Port to GObject, can go back in gdk-pixbuf after setting up a | Havoc Pennington | 2000-12-17 | 2 | -7/+87 |
* | Add two virtualized functions gdk_drawable_get_clip_region - to get the | Owen Taylor | 2000-12-15 | 14 | -121/+367 |
* | Add gdkkeys. | Tor Lillqvist | 2000-12-14 | 10 | -1376/+1645 |
* | Add support for ps2 intellimouse. | 3 | 2000-12-13 | 2 | -5/+13 |
* | Don't free gdk_fb_keyboard twice. | Alexander Larsson | 2000-12-12 | 1 | -2/+0 |
* | add prot struct member to hold masks for detecting the start of a protocol | James Henstridge | 2000-12-09 | 1 | -8/+46 |
* | /dev/ttyS0 -> /dev/mouse | Alexander Larsson | 2000-12-08 | 1 | -1/+1 |
* | Add dummy gdk_fontset_load | Alexander Larsson | 2000-12-08 | 1 | -0/+6 |
* | Docs, docs, anyone want docs! | Alexander Larsson | 2000-12-08 | 3 | -2/+4 |
* | New file containing the abstracted keyboard driver. Most code taken from | Alexander Larsson | 2000-12-08 | 10 | -879/+1719 |
* | fix name of function, noticed by Alex | Havoc Pennington | 2000-12-07 | 1 | -1/+1 |
* | Detect freetype properly Make use of above. | Elliot Lee | 2000-12-06 | 1 | -3/+3 |
* | Add gdkmouse-fb.c | Alexander Larsson | 2000-12-06 | 7 | -1008/+1043 |
* | Update to match latest gmain/gsource changes. | Alexander Larsson | 2000-12-06 | 2 | -29/+38 |
* | add gdkkeys.[hc] | Havoc Pennington | 2000-12-06 | 11 | -226/+1239 |
* | Make GdkColor specify element sizes to avoid waste on 64-bit platforms. | Elliot Lee | 2000-12-05 | 1 | -4/+4 |
* | Fix link to PNG home, remove reference to fribidi. | Owen Taylor | 2000-12-05 | 2 | -49/+46 |
* | Remove bogus colormap setting. | Alexander Larsson | 2000-12-05 | 1 | -14/+1 |
* | More complete colormap handling. Now GdkRGB work in 8 bpp modes. | Alexander Larsson | 2000-12-05 | 2 | -39/+185 |
* | Remove old debug g_warning(). (gdk_fb_draw_drawable): The src argument can | Alexander Larsson | 2000-12-05 | 3 | -149/+30 |
* | Use italic instead of oblique in font aliases. | Alexander Larsson | 2000-12-05 | 2 | -18/+27 |
* | fix this to be sane | Havoc Pennington | 2000-12-04 | 2 | -0/+13 |
* | Divide size by 2, not multiply. | Alexander Larsson | 2000-12-04 | 3 | -26/+31 |
* | Return positive descent. | Alexander Larsson | 2000-12-04 | 1 | -1/+1 |
* | don't create dangling pointers to the appearance attributes from the line | Havoc Pennington | 2000-12-02 | 1 | -2/+5 |
* | Note: GtkFB now requires Freetype 2 final. | 1 | 2000-12-01 | 2 | -77/+197 |
* | Properly handle gc->clip_region == NULL> | Owen Taylor | 2000-12-01 | 1 | -1/+4 |
* | Changes by Hans Breuer: | Tor Lillqvist | 2000-11-30 | 3 | -11/+28 |
* | Set the size of the font from the description. (gdk_text_width): Gross | Alexander Larsson | 2000-11-29 | 2 | -5/+9 |
* | If you pass width or height == 0 to gdk_window_clear_area they should be | Alexander Larsson | 2000-11-29 | 1 | -0/+6 |
* | If there is a grab, but no grab-cursor, use the cursor from the grabbed | Alexander Larsson | 2000-11-29 | 1 | -3/+13 |
* | Do implicit button grabs, even if the window doesn't want the event. | Alexander Larsson | 2000-11-29 | 1 | -61/+91 |
* | Zap warning. | Elliot Lee | 2000-11-28 | 1 | -2/+0 |
* | The cursor should be hidden if it is part of either the source or | Alexander Larsson | 2000-11-28 | 1 | -3/+4 |
* | Fix filled arcs and commit previous stuff which i somehow missed. | Alexander Larsson | 2000-11-28 | 3 | -31/+48 |
* | Implement configure events and correct enter/leave notification. | Alexander Larsson | 2000-11-28 | 4 | -110/+207 |
* | Huge GtkFB patch with lots of small bugfixes and initial selections implement... | Alexander Larsson | 2000-11-25 | 13 | -171/+471 |
* | Correct calculation of font metrics. Now GtkEntrys have sane size. | Alexander Larsson | 2000-11-22 | 1 | -2/+4 |
* | i2000-11-22 Alexander Larsson <alexl@redhat.com> | Alexander Larsson | 2000-11-22 | 18 | -1409/+1640 |
* | Removed unused arguments from gdk_fb_drawable_get_pixel(). | Alexander Larsson | 2000-11-20 | 2 | -64/+36 |
* | Fix off-by-one error when destroying allocated segments on failure. | Owen Taylor | 2000-11-18 | 1 | -1/+1 |
* | Nov 17 20:14:20 2000 Owen Taylor <otaylor@redhat.com>GTK_1_3_2 | Owen Taylor | 2000-11-18 | 3 | -5/+13 |