| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Ignore releases for buttons 6, 7 | Havoc Pennington | 2001-06-05 | 1 | -1/+2 |
* | support button 6 and 7 for scroll left/right, from Thomas Broyer | Havoc Pennington | 2001-06-04 | 1 | -7/+20 |
* | Handle case where we need to parse the xsetting as if it were an RC file | Havoc Pennington | 2001-06-04 | 1 | -0/+3 |
* | Validate value from GDK settings against parameter spec. | Owen Taylor | 2001-05-30 | 1 | -4/+19 |
* | Improve error messages for X errors and losing connection to the X server. | Havoc Pennington | 2001-05-20 | 1 | -16/+30 |
* | Add dependency on Atk for accessibility support. | Owen Taylor | 2001-05-03 | 3 | -18/+4 |
* | Always trap errors around calls to XSetInputFocus since we have no way of | Owen Taylor | 2001-05-02 | 2 | -2/+17 |
* | fix warning | Havoc Pennington | 2001-04-28 | 1 | -2/+2 |
* | clean up column dragging code. Revealed some (potential) GdkWindow bugs. | Jonathan Blandford | 2001-04-26 | 1 | -0/+1 |
* | Remove deprecation of gtk_window_set_default_size() until patch adding | Owen Taylor | 2001-04-26 | 2 | -2/+1 |
* | Test for window == NULL in a number of cases. | Owen Taylor | 2001-04-25 | 1 | -6/+8 |
* | Try changing mode on shm segments to 0600. We'll see who complains. | Owen Taylor | 2001-04-18 | 1 | -8/+14 |
* | Introduce an extra child of toplevel windows that serves to hold the focus | Owen Taylor | 2001-04-18 | 3 | -57/+198 |
* | Add GdkEventSetting event for notification of changes to system settings, | Owen Taylor | 2001-04-02 | 6 | -0/+1147 |
* | raise window for non _NET window managers. | Tim Janik | 2001-04-01 | 1 | -1/+2 |
* | Add private function to get the aux info structure fo the widget. | Owen Taylor | 2001-03-29 | 1 | -11/+77 |
* | *** empty log message *** | Owen Taylor | 2001-03-29 | 3 | -5/+510 |
* | Fix sign error with queued region translations. | Alexander Larsson | 2001-03-16 | 1 | -1/+1 |
* | removed | Sven Neumann | 2001-03-15 | 1 | -1/+0 |
* | Remove old XIM code. | Owen Taylor | 2001-03-09 | 6 | -1533/+1 |
* | Document expose event->region change and that gtk_widget_event doesn't | Alexander Larsson | 2001-03-09 | 1 | -0/+2 |
* | Added GdkWindowTypeHint type. Added modal_hint field to GdkWindindow. New | Alexander Larsson | 2001-03-05 | 1 | -79/+262 |
* | Doc fixes | Owen Taylor | 2001-03-04 | 2 | -3/+5 |
* | Detectable auto-repeat - make a repeating key generate | Owen Taylor | 2001-03-03 | 4 | -1/+43 |
* | Unshift the group when extracting it from the X keyboard event. | Owen Taylor | 2001-03-03 | 1 | -1/+2 |
* | use _gdk_region_get_xrectangles() | Havoc Pennington | 2001-03-02 | 6 | -18/+109 |
* | Patch from ChiDeok Hwang to move call to sync_selection() up a few lines | Owen Taylor | 2001-03-02 | 1 | -2/+8 |