| Commit message (Expand) | Author | Age | Files | Lines |
* | Redo Xft support to go directly to Picture objects instead of using | Owen Taylor | 2001-11-05 | 6 | -77/+205 |
* | Clamp max window width/height to 32767, not 32768 since we have to be able | Owen Taylor | 2001-11-05 | 2 | -124/+216 |
* | Implement gdk_color_parse() in terms of pango_color_parse(). | Owen Taylor | 2001-11-05 | 1 | -26/+0 |
* | Typo fix. Updates. Document the special values <none> and <parent> for | Matthias Clasen | 2001-10-27 | 1 | -1/+1 |
* | Ugh, broken pipe. | Anders Carlsson | 2001-10-26 | 2 | -5/+5 |
* | Always set window->parent (except or the root window itself); if the | Owen Taylor | 2001-10-24 | 1 | -15/+21 |
* | Remove G_DISABLE_CONST_RETURNS. | Owen Taylor | 2001-10-23 | 1 | -1/+1 |
* | Remove handle_box from App demo. | Jonathan Blandford | 2001-10-22 | 1 | -9/+8 |
* | Fix problem with g_return_if_fail return value. | Owen Taylor | 2001-10-22 | 10 | -271/+517 |
* | fix compilation | Havoc Pennington | 2001-10-18 | 1 | -1/+1 |
* | Add gdk_window_lookup, gdk_window_foreign_new, gdk_pixmap_lookup and | Matthias Clasen | 2001-10-18 | 3 | -17/+53 |
* | Rename ACTIVATE_MNEMONIC enum to MNEMONIC_ACTIVATE; signal was changed a | Owen Taylor | 2001-10-16 | 1 | -1/+1 |
* | Call setlocale (LC_ALL, ""). (#60606) | Owen Taylor | 2001-10-10 | 3 | -25/+28 |
* | Replace reference to non-existent function gdk_x11_cursor_get_xid by | Matthias Clasen | 2001-10-06 | 1 | -2/+2 |
* | Throughout: assorted docs | Havoc Pennington | 2001-10-03 | 9 | -15/+779 |
* | docs | Havoc Pennington | 2001-10-02 | 1 | -0/+11 |
* | Add a compat macro that got lost. | Owen Taylor | 2001-09-24 | 1 | -1/+4 |
* | Set _NET_WM_PID and WM_CLIENT_MACHINE properties on each window, not just | Owen Taylor | 2001-09-19 | 1 | -0/+12 |
* | Fix propagated (flags && GDK_COLOR_WRITEABLE) typo. (#59723) | Owen Taylor | 2001-09-19 | 1 | -1/+1 |
* | Implement a search path for GTK+ modules. | Owen Taylor | 2001-09-11 | 2 | -2/+27 |
* | Prevent a false alarm constness warning with a cast. | Owen Taylor | 2001-09-08 | 2 | -1/+2 |
* | Deprecate gdk_set/get_use_xshm, make gdk_set_use_xshm a noop. Remove | Owen Taylor | 2001-09-07 | 1 | -2/+0 |
* | Make gdkx.h the only installed header from gdk/x11. All structures in | Owen Taylor | 2001-09-07 | 28 | -479/+687 |
* | gdk/x11/gdkkeys-x11.c (get_direction): Don't call g_strcasecmp on NULL string... | Matthias Clasen | 2001-09-07 | 1 | -8/+12 |
* | Set current serial so that we don't eternally update the keymap after we | Owen Taylor | 2001-09-03 | 1 | -0/+2 |
* | add default icon | Havoc Pennington | 2001-08-29 | 1 | -20/+18 |
* | gtk/docs/debugging.txt, gdk/gdk.c, gdk/gdkinternals.h, | Matthias Clasen | 2001-08-15 | 1 | -1/+0 |
* | fix a typo. | Havoc Pennington | 2001-08-10 | 2 | -3/+14 |
* | ask apps for COMPOUND_TEXT instead of TEXT correctly interpret the return | Hidetoshi Tajima | 2001-08-08 | 1 | -0/+1 |
* | The whole GDK_IS_WINDOW() branch of this was a bit screwed up, because it | Havoc Pennington | 2001-08-06 | 1 | -23/+45 |
* | Put all mentions of GdkFont inside #ifndef GDK_DISABLE_DEPRECATED. | Darin Adler | 2001-07-31 | 1 | -15/+26 |
* | Added a check on the colormap depth to gdk_drawable_set_colormap() | Ron Steinke | 2001-07-23 | 2 | -41/+108 |
* | Reorder code so that we don't get a g_warning message every time we | Darin Adler | 2001-07-18 | 1 | -1/+1 |
* | Ignore the sgml directory made by gtkdoc. Use gtk_window_set_resizable | Darin Adler | 2001-07-18 | 4 | -6/+5 |
* | Properly clean up when handling events for move-resize emulation. (Problem | Owen Taylor | 2001-07-12 | 1 | -3/+7 |
* | Jul 6 15:38:33 2001 Owen Taylor <otaylor@redhat.com> | Owen Taylor | 2001-07-06 | 1 | -1/+15 |
* | Add gdk_set_pointer_hooks() to allow pointer-querying to be hooked by an | Owen Taylor | 2001-07-05 | 1 | -6/+6 |
* | Check GTK_WIDGET_TOPLEVEL(gtk_widget_get_toplevel (widget)), not | Owen Taylor | 2001-07-05 | 2 | -40/+71 |
* | For XEMBED embedding add a _XEMBED_INFO property to the client with | Owen Taylor | 2001-07-03 | 2 | -14/+2 |
* | fix to use constants not atoms. | Havoc Pennington | 2001-07-03 | 1 | -6/+4 |
* | Allow %NULL for style to mean "revert to default style" | Owen Taylor | 2001-06-30 | 1 | -1/+3 |
* | Convert GdkVisual to a GObject. | Alex Larsson | 2001-06-30 | 8 | -97/+188 |
* | Clip the retrieved image data to the screen, using a server grab to avoid | Havoc Pennington | 2001-06-29 | 4 | -23/+65 |
* | new function for mapping a window without fooling with stacking order, but | Havoc Pennington | 2001-06-28 | 6 | -86/+219 |
* | Fix stupid error introduced last night that was making things decidedly | Owen Taylor | 2001-06-24 | 1 | -2/+1 |
* | Fix tests for XShm.h. | Owen Taylor | 2001-06-23 | 1 | -64/+67 |
* | disabled g_free (image) calls, as GdkImage is an object. these should be | Tim Janik | 2001-06-23 | 1 | -11/+12 |
* | Handle the case without XKB properly. | Owen Taylor | 2001-06-21 | 1 | -6/+12 |
* | Add a direction-changed signal, and gdk_keymap_get_current_direction(). | Owen Taylor | 2001-06-08 | 4 | -20/+109 |
* | Include gtkwidget.h (#55798, Karl Nelson) | Owen Taylor | 2001-06-06 | 1 | -3/+3 |