summaryrefslogtreecommitdiff
path: root/gdk/x11
Commit message (Expand)AuthorAgeFilesLines
* fix a typo.Havoc Pennington2001-08-102-3/+14
* ask apps for COMPOUND_TEXT instead of TEXT correctly interpret the returnHidetoshi Tajima2001-08-081-0/+1
* The whole GDK_IS_WINDOW() branch of this was a bit screwed up, because itHavoc Pennington2001-08-061-23/+45
* Put all mentions of GdkFont inside #ifndef GDK_DISABLE_DEPRECATED.Darin Adler2001-07-311-15/+26
* Added a check on the colormap depth to gdk_drawable_set_colormap()Ron Steinke2001-07-232-41/+108
* Reorder code so that we don't get a g_warning message every time weDarin Adler2001-07-181-1/+1
* Ignore the sgml directory made by gtkdoc. Use gtk_window_set_resizableDarin Adler2001-07-184-6/+5
* Properly clean up when handling events for move-resize emulation. (ProblemOwen Taylor2001-07-121-3/+7
* Jul 6 15:38:33 2001 Owen Taylor <otaylor@redhat.com>Owen Taylor2001-07-061-1/+15
* Add gdk_set_pointer_hooks() to allow pointer-querying to be hooked by anOwen Taylor2001-07-051-6/+6
* Check GTK_WIDGET_TOPLEVEL(gtk_widget_get_toplevel (widget)), notOwen Taylor2001-07-052-40/+71
* For XEMBED embedding add a _XEMBED_INFO property to the client withOwen Taylor2001-07-032-14/+2
* fix to use constants not atoms.Havoc Pennington2001-07-031-6/+4
* Allow %NULL for style to mean "revert to default style"Owen Taylor2001-06-301-1/+3
* Convert GdkVisual to a GObject.Alex Larsson2001-06-308-97/+188
* Clip the retrieved image data to the screen, using a server grab to avoidHavoc Pennington2001-06-294-23/+65
* new function for mapping a window without fooling with stacking order, butHavoc Pennington2001-06-286-86/+219
* Fix stupid error introduced last night that was making things decidedlyOwen Taylor2001-06-241-2/+1
* Fix tests for XShm.h.Owen Taylor2001-06-231-64/+67
* disabled g_free (image) calls, as GdkImage is an object. these should beTim Janik2001-06-231-11/+12
* Handle the case without XKB properly.Owen Taylor2001-06-211-6/+12
* Add a direction-changed signal, and gdk_keymap_get_current_direction().Owen Taylor2001-06-084-20/+109
* Include gtkwidget.h (#55798, Karl Nelson)Owen Taylor2001-06-061-3/+3
* Ignore releases for buttons 6, 7Havoc Pennington2001-06-051-1/+2
* support button 6 and 7 for scroll left/right, from Thomas BroyerHavoc Pennington2001-06-041-7/+20
* Handle case where we need to parse the xsetting as if it were an RC fileHavoc Pennington2001-06-041-0/+3
* Validate value from GDK settings against parameter spec.Owen Taylor2001-05-301-4/+19
* Improve error messages for X errors and losing connection to the X server.Havoc Pennington2001-05-201-16/+30
* Add dependency on Atk for accessibility support.Owen Taylor2001-05-033-18/+4
* Always trap errors around calls to XSetInputFocus since we have no way ofOwen Taylor2001-05-022-2/+17
* fix warningHavoc Pennington2001-04-281-2/+2
* clean up column dragging code. Revealed some (potential) GdkWindow bugs.Jonathan Blandford2001-04-261-0/+1
* Remove deprecation of gtk_window_set_default_size() until patch addingOwen Taylor2001-04-262-2/+1
* Test for window == NULL in a number of cases.Owen Taylor2001-04-251-6/+8
* Try changing mode on shm segments to 0600. We'll see who complains.Owen Taylor2001-04-181-8/+14
* Introduce an extra child of toplevel windows that serves to hold the focusOwen Taylor2001-04-183-57/+198
* Add GdkEventSetting event for notification of changes to system settings,Owen Taylor2001-04-026-0/+1147
* raise window for non _NET window managers.Tim Janik2001-04-011-1/+2
* Add private function to get the aux info structure fo the widget.Owen Taylor2001-03-291-11/+77
* *** empty log message ***Owen Taylor2001-03-293-5/+510
* Fix sign error with queued region translations.Alexander Larsson2001-03-161-1/+1
* removedSven Neumann2001-03-151-1/+0
* Remove old XIM code.Owen Taylor2001-03-096-1533/+1
* Document expose event->region change and that gtk_widget_event doesn'tAlexander Larsson2001-03-091-0/+2
* Added GdkWindowTypeHint type. Added modal_hint field to GdkWindindow. NewAlexander Larsson2001-03-051-79/+262
* Doc fixesOwen Taylor2001-03-042-3/+5
* Detectable auto-repeat - make a repeating key generateOwen Taylor2001-03-034-1/+43
* Unshift the group when extracting it from the X keyboard event.Owen Taylor2001-03-031-1/+2
* use _gdk_region_get_xrectangles()Havoc Pennington2001-03-026-18/+109
* Patch from ChiDeok Hwang to move call to sync_selection() up a few linesOwen Taylor2001-03-021-2/+8