| Commit message (Expand) | Author | Age | Files | Lines |
* | Copy data and free data with free(). | Alexander Larsson | 2001-02-19 | 1 | -0/+5 |
* | convert the X coordinates so they're with respect to the line, rather than | Havoc Pennington | 2001-02-17 | 1 | -14/+29 |
* | Add a shortcut if the window and the current clip_region doesn't overlap. | Alexander Larsson | 2001-02-13 | 2 | -1/+9 |
* | Don't reference last_cursor if it is null. Fixes crash when rotating the | Alexander Larsson | 2001-02-13 | 5 | -1735/+4 |
* | fix bug where it always set the foreground, even if we were only using a | Havoc Pennington | 2001-02-13 | 4 | -40/+296 |
* | Remove gdkcc-win32.c from here, too. | Tor Lillqvist | 2001-02-11 | 1 | -1/+0 |
* | New function, copied from X11 version. | Tor Lillqvist | 2001-02-11 | 6 | -1622/+57 |
* | better error message if you try to add a widget to a bin that already has | Havoc Pennington | 2001-02-09 | 5 | -1875/+0 |
* | Fix syntax error introduced with earlier commit) (pointed out by Ollie | Owen Taylor | 2001-02-06 | 1 | -1/+0 |
* | gdk/gdk.def Provide dummy implementations. | Tor Lillqvist | 2001-02-04 | 2 | -0/+13 |
* | removed gtk_signal_init() compat define. | Tim Janik | 2001-02-04 | 1 | -1/+1 |
* | Remove confusing comment about X11. | Owen Taylor | 2001-02-03 | 2 | -8/+4 |
* | Make gdk_colormap_sync private since it was never exported in a header | Owen Taylor | 2001-02-02 | 7 | -35/+57 |
* | Get rid of a bunch of g_strdup_printf("%s%s") in favor of g_strconcat(). | Owen Taylor | 2001-02-02 | 1 | -0/+10 |
* | Added some strerror() to the g_warnings(). | Alexander Larsson | 2001-01-31 | 1 | -3/+3 |
* | A bunch of whitespace cleanup. | Alexander Larsson | 2001-01-31 | 9 | -50/+51 |
* | adapt to handle PangoColor | Havoc Pennington | 2001-01-26 | 4 | -39/+269 |
* | Don't leak image. Simplify using gdk_colormap_query_color(). | 3 | 2001-01-23 | 1 | -0/+34 |
* | Don't leak built-in cursors. | 3 | 2001-01-23 | 5 | -21/+36 |
* | Don't leak visible_region. Use visible_region instead of region. | 2 | 2001-01-22 | 2 | -8/+18 |
* | Define EMULATE_GDKFONT. Add extra pango_font stuff to GfkFontPrivate. | 9 | 2001-01-19 | 3 | -214/+488 |
* | gtk/gtkmain.c Use the new | Tor Lillqvist | 2001-01-17 | 1 | -6/+25 |
* | Remove unused variable. | Owen Taylor | 2001-01-17 | 1 | -2/+0 |
* | Doh! Mixed up x and y. | 7 | 2001-01-17 | 9 | -252/+444 |
* | Some cleanups. | Alexander Larsson | 2001-01-16 | 1 | -10/+9 |
* | Include <stdlib.h> for getenv(). | Tor Lillqvist | 2001-01-15 | 3 | -5/+10 |
* | New implementaion that more closely mimics the events that an X server | Tor Lillqvist | 2001-01-15 | 1 | -8/+217 |
* | Implemented drag and drop. Seems to be mostly working. I sometimes get an | Alexander Larsson | 2001-01-15 | 1 | -10/+385 |
* | Use gdk_window_invalidate_rect instead of gdk_window_invalidate_rect_clear | Alexander Larsson | 2001-01-15 | 1 | -5/+22 |
* | For optization, add an full_shapes argument to gdk_fb_clip_region. If this | Alexander Larsson | 2001-01-15 | 3 | -22/+80 |
* | offset the current invalid region, fixes redraw bug while scrolling the | Havoc Pennington | 2001-01-12 | 1 | -1/+5 |
* | Hide mouse pointer while rotation. Show it afterwards. | Alexander Larsson | 2001-01-12 | 1 | -0/+4 |
* | Take shaped windows in consideration when generating clip region. | Alexander Larsson | 2001-01-12 | 4 | -23/+184 |
* | Added ENABLE_SHADOW_FB | Alexander Larsson | 2001-01-11 | 11 | -90/+851 |
* | Implement better mouse capturing. Do use SetCapture(). Thanks to | Tor Lillqvist | 2001-01-09 | 1 | -5/+68 |
* | Added --with-included-loaders option | Alexander Larsson | 2001-01-09 | 1 | -0/+9 |
* | Correct filename ~/.pangoft2_aliases | Alexander Larsson | 2001-01-08 | 4 | -12/+63 |
* | Possibly send focus events when the mouse moves from one window to | Alexander Larsson | 2001-01-08 | 1 | -3/+30 |
* | Adapt calls to g_{locale,filename}_{to,from}_utf8 to match current API. | Tor Lillqvist | 2001-01-07 | 3 | -4/+7 |
* | free colormap in here. Sync from X port. (gdk_fb_set_colormap): allow the | Alexander Larsson | 2001-01-05 | 3 | -25/+66 |
* | 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 |