| Commit message (Expand) | Author | Age | Files | Lines |
* | update to allow a GdkDrawable instead of a GdkWindow. | Kristian Rietveld | 2002-12-09 | 1 | -9/+9 |
* | Fix gdkenumtypes.h hack | Eric Warmenhoven | 2002-12-06 | 1 | -1/+1 |
* | More proper vt switch handling | Eric Warmenhoven | 2002-12-05 | 5 | -6/+114 |
* | Fixes from #98358, Havoc Pennington. | Owen Taylor | 2002-11-25 | 2 | -1/+12 |
* | Try a different hack to force gdkenumtypes.h to be updated before building | Owen Taylor | 2002-11-14 | 1 | -4/+2 |
* | add gdk_display_get_devices to fix compilation | Eric Warmenhoven | 2002-11-13 | 1 | -0/+6 |
* | Add in a awful hack to force gdkenumtypes.h to be updated before building | Owen Taylor | 2002-11-08 | 1 | -0/+11 |
* | fix compilation | Eric Warmenhoven | 2002-11-08 | 2 | -2/+10 |
* | Add startup notification hooks - mostly based on patch by Havoc Pennington | Owen Taylor | 2002-11-02 | 1 | -0/+5 |
* | Add a --screen option for setting the default screen. (Based on a patch | Owen Taylor | 2002-10-31 | 1 | -0/+7 |
* | Remove redundant doc comments. | Matthias Clasen | 2002-10-23 | 2 | -119/+0 |
* | Gdk API doc updates. | Matthias Clasen | 2002-10-22 | 1 | -0/+2 |
* | Make 'filled' arguments for draw_arc/polygon/rectangle gboolean not gint. | Owen Taylor | 2002-10-16 | 2 | -13/+13 |
* | fix compilation | Eric Warmenhoven | 2002-10-08 | 2 | -3/+18 |
* | Add gdk_drag_find_window_for_screen(), so that we can interpret x_root / | Owen Taylor | 2002-10-07 | 1 | -8/+10 |
* | - Replace GdkPointerHooks with a multihead-safe GdkDisplayPointerHooks, | Owen Taylor | 2002-10-07 | 1 | -18/+22 |
* | gdk_image_get_pixel, gdk_image_put_pixel: Fixed sense of bounds checks. | Bill Haneman | 2002-10-07 | 1 | -4/+4 |
* | implement maximize for linux-fb | Eric Warmenhoven | 2002-10-03 | 11 | -81/+227 |
* | Add a 'type' parameter, make public. | Owen Taylor | 2002-10-03 | 1 | -2/+1 |
* | Set the client ID on all displays. (#85713) | Owen Taylor | 2002-09-30 | 1 | -24/+2 |
* | Move gdk_keval_name and gdk_keyval_from_name to new gdkkeynames.c, share | Eric Warmenhoven | 2002-09-27 | 6 | -32/+53 |
* | Add gdk_screen_make_display_name(), which returns a display name that can | Owen Taylor | 2002-09-25 | 1 | -0/+6 |
* | Patch from Eric Warmenhoven, #94123 | Owen Taylor | 2002-09-25 | 2 | -3/+85 |
* | add -DG_DISABLE_DEPRECATED and -DGDK_PIXBUF_DISABLE_DEPRECATED to compile | Manish Singh | 2002-09-25 | 2 | -4/+4 |
* | gdk/win32/gdkimage-win32.c gdk/x11/gdkimage-x11.c Add bounds-checking | Owen Taylor | 2002-09-24 | 1 | -1/+5 |
* | Change the window parameter for | Owen Taylor | 2002-09-24 | 1 | -3/+3 |
* | Patch from Eric Warmenhoven to with miscellaneous linux-fb fixes, | Owen Taylor | 2002-09-22 | 5 | -17/+83 |
* | Patch from Eric Warmonhoven to get linux-fb compiling with multihead | Owen Taylor | 2002-09-10 | 19 | -114/+345 |
* | When overriding LDFLAGS, include @LDFLAGS@, otherwise LDFLAGS the users | Owen Taylor | 2002-08-05 | 1 | -5/+0 |
* | Fix args to pango_x_shutdown_display(). | Owen Taylor | 2002-08-02 | 2 | -20/+16 |
* | Add a sanity g_return_if_fail() check for the depths for the window and | Owen Taylor | 2002-05-14 | 1 | -0/+1 |
* | Improve a warning. | Matthias Clasen | 2002-04-30 | 1 | -12/+0 |
* | Fix silly bug, noticed by Sven Neumann. | Alex Larsson | 2002-04-29 | 1 | -1/+1 |
* | Fix undefined variable typo. Patch from Simon Floery <simon.floery@gmx.at> | Alex Larsson | 2002-04-05 | 1 | -1/+1 |
* | Fix memory leak. (#74400, Morten Welinder.) | Owen Taylor | 2002-03-22 | 2 | -7/+63 |
* | Patches from Carlo E. Prelz <fluido@fluido.as> Now gtkfb at least compiles | Alex Larsson | 2002-03-21 | 2 | -0/+43 |
* | ed Feb 27 19:16:50 2002 Owen Taylor <otaylor@redhat.com> | Owen Taylor | 2002-02-28 | 1 | -0/+2 |
* | Implement "fuzzy" key binding lookups; allow matches on key and level but | Owen Taylor | 2002-02-21 | 1 | -11/+11 |
* | use fabs() on a double instead of abs() | Manish Singh | 2002-02-17 | 1 | -1/+1 |
* | Implement copy_to_image instead of get_image | Alex Larsson | 2002-01-25 | 4 | -55/+100 |
* | Wrap case values in GPOINTER_TO_UINT(). Fixes build with gcc 3.x. | Jeff Garzik | 2002-01-19 | 1 | -11/+22 |
* | Move here, and save/restore the X error handler to allow people using GTK+ | Owen Taylor | 2002-01-17 | 1 | -0/+10 |
* | gdk/linux-fb/gdkdrawable-fb2.c update to latest Pango API | Manish Singh | 2001-11-24 | 6 | -11/+34 |
* | remove "temporary" file that has been in CVS for past year or so | Elliot Lee | 2001-11-19 | 1 | -13/+0 |
* | Include glib-object.h instead of gobject/gsignal.h | Owen Taylor | 2001-11-18 | 1 | -2/+3 |
* | Implement gdk_color_parse() in terms of pango_color_parse(). | Owen Taylor | 2001-11-05 | 1 | -88/+0 |
* | Update to new Pango APIs | Alex Larsson | 2001-10-24 | 3 | -29/+20 |
* | Fix problem with g_return_if_fail return value. | Owen Taylor | 2001-10-22 | 1 | -2/+47 |
* | Fix up for change to Pango font API. #61933. (Untested, even for | Owen Taylor | 2001-10-19 | 1 | -13/+12 |
* | Add gdk_window_lookup, gdk_window_foreign_new, gdk_pixmap_lookup and | Matthias Clasen | 2001-10-18 | 3 | -4/+27 |