summaryrefslogtreecommitdiff
path: root/gdk/x11
Commit message (Expand)AuthorAgeFilesLines
* Redo Xft support to go directly to Picture objects instead of usingOwen Taylor2001-11-056-77/+205
* Clamp max window width/height to 32767, not 32768 since we have to be ableOwen Taylor2001-11-052-124/+216
* Implement gdk_color_parse() in terms of pango_color_parse().Owen Taylor2001-11-051-26/+0
* Typo fix. Updates. Document the special values <none> and <parent> forMatthias Clasen2001-10-271-1/+1
* Ugh, broken pipe.Anders Carlsson2001-10-262-5/+5
* Always set window->parent (except or the root window itself); if theOwen Taylor2001-10-241-15/+21
* Remove G_DISABLE_CONST_RETURNS.Owen Taylor2001-10-231-1/+1
* Remove handle_box from App demo.Jonathan Blandford2001-10-221-9/+8
* Fix problem with g_return_if_fail return value.Owen Taylor2001-10-2210-271/+517
* fix compilationHavoc Pennington2001-10-181-1/+1
* Add gdk_window_lookup, gdk_window_foreign_new, gdk_pixmap_lookup andMatthias Clasen2001-10-183-17/+53
* Rename ACTIVATE_MNEMONIC enum to MNEMONIC_ACTIVATE; signal was changed aOwen Taylor2001-10-161-1/+1
* Call setlocale (LC_ALL, ""). (#60606)Owen Taylor2001-10-103-25/+28
* Replace reference to non-existent function gdk_x11_cursor_get_xid byMatthias Clasen2001-10-061-2/+2
* Throughout: assorted docsHavoc Pennington2001-10-039-15/+779
* docsHavoc Pennington2001-10-021-0/+11
* Add a compat macro that got lost.Owen Taylor2001-09-241-1/+4
* Set _NET_WM_PID and WM_CLIENT_MACHINE properties on each window, not justOwen Taylor2001-09-191-0/+12
* Fix propagated (flags && GDK_COLOR_WRITEABLE) typo. (#59723)Owen Taylor2001-09-191-1/+1
* Implement a search path for GTK+ modules.Owen Taylor2001-09-112-2/+27
* Prevent a false alarm constness warning with a cast.Owen Taylor2001-09-082-1/+2
* Deprecate gdk_set/get_use_xshm, make gdk_set_use_xshm a noop. RemoveOwen Taylor2001-09-071-2/+0
* Make gdkx.h the only installed header from gdk/x11. All structures inOwen Taylor2001-09-0728-479/+687
* gdk/x11/gdkkeys-x11.c (get_direction): Don't call g_strcasecmp on NULL string...Matthias Clasen2001-09-071-8/+12
* Set current serial so that we don't eternally update the keymap after weOwen Taylor2001-09-031-0/+2
* add default iconHavoc Pennington2001-08-291-20/+18
* gtk/docs/debugging.txt, gdk/gdk.c, gdk/gdkinternals.h,Matthias Clasen2001-08-151-1/+0
* 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