summaryrefslogtreecommitdiff
path: root/gdk/x11
Commit message (Expand)AuthorAgeFilesLines
* Fixes for non XKB operation. (#73103)Owen Taylor2002-03-043-32/+102
* Fix tyop in docs.Anders Carlsson2002-03-031-1/+1
* Robustify tracking of pointer grab window.Owen Taylor2002-03-024-11/+168
* gdk/gdkkeys.c (gdk_keyval_convert_case) If the keyval to be converted isTor Lillqvist2002-03-011-0/+10
* Initialize private->event_mask from attributes we retrieved for theOwen Taylor2002-02-281-8/+18
* ed Feb 27 19:16:50 2002 Owen Taylor <otaylor@redhat.com>Owen Taylor2002-02-281-0/+4
* Register all stock icons "unscaled" so that we don't have icons onlyOwen Taylor2002-02-271-1/+1
* Make sure Page_Up, Page_Down get those names, not Prior, Next.Owen Taylor2002-02-271-0/+12
* Fix precendence problem. (Sven Neumann)Owen Taylor2002-02-251-1/+1
* Convert over to using an GtkInvisible - selections don't work properlyOwen Taylor2002-02-252-5/+11
* Always NULL out bg_pixmap, even when it used to be None or parentAlexander Larsson2002-02-251-4/+3
* gtk/gtksettings.c gtk/gtkstyle.c: Patch from Richard Hestilow to add aOwen Taylor2002-02-241-2/+3
* Fixes for AIX compilation from Miroslaw Dobrzanski-Neumann, #72182.Owen Taylor2002-02-231-1/+1
* Implement "fuzzy" key binding lookups; allow matches on key and level butOwen Taylor2002-02-212-18/+36
* Set the property as type ATOM_PAIR, not ATOM. (#72074, Gregory Merchan.)Owen Taylor2002-02-212-3/+4
* Add a XSETTING mapping for gtk-can-change-accels. (#70218, ThomasOwen Taylor2002-02-201-0/+1
* g_warning() if setting the local fails, like gdk_set_locale() did.Owen Taylor2002-02-131-9/+20
* XCopyArea with subwindow_mode = IncludeInferiors. (#70999)Owen Taylor2002-02-091-1/+5
* isspace -> g_ascii_isspace Remove gdki8n.h include. Remove <ctype.h>Darin Adler2002-02-083-3/+1
* Free the setting name.Anders Carlsson2002-02-071-0/+3
* Keep the length of the anti-expose queue finite, by if it gets too long,Owen Taylor2002-02-062-40/+147
* on Feb 4 10:06:49 2002 Owen Taylor <otaylor@redhat.com>Owen Taylor2002-02-041-1/+1
* Fix another missing static.Owen Taylor2002-01-313-19/+6
* make static.Mark McLoughlin2002-01-314-13/+13
* fixed a segfault that showed up when using the color picker.Sven Neumann2002-01-291-2/+2
* Move here, and save/restore the X error handler to allow people using GTK+Owen Taylor2002-01-173-251/+161
* Don't mangle sequences of consecutive \n or \r.Owen Taylor2002-01-141-4/+4
* get the types as well as the symbols because we need them inJonathan Blandford2002-01-101-2/+2
* Check for RENDER before trying to use it... XRenderFindFormat() printsOwen Taylor2002-01-092-6/+14
* Fix a problem where were the offset into the image was passed intoOwen Taylor2002-01-081-6/+8
* Optimize a little bit. (More for consistency than because it makes much ofOwen Taylor2002-01-041-13/+10
* Private function to tell if we have RENDER extension.Owen Taylor2002-01-045-132/+807
* Fix problem where retrieved atoms weren't properly returned.Owen Taylor2002-01-041-1/+1
* GDK instead of Gdk.Matthias Clasen2001-12-292-13/+14
* Fix some warnings.Darin Adler2001-12-152-2/+2
* *** empty log message ***Jacob Berkman2001-12-112-30/+36
* Update xsettings name.Anders Carlsson2001-12-091-1/+1
* fix up my list of "cursors that are actually useful" in gdk_cursor_new()Havoc Pennington2001-12-071-10/+54
* Convert atoms to and from atoms for properties of type XA_ATOM. (#65555,Owen Taylor2001-11-291-21/+58
* Add long, but horribly sketchy comment about what is going on in thisOwen Taylor2001-11-261-1/+106
* free font_desc when finished (#65266)Kristian Rietveld2001-11-251-0/+2
* Version 1.3.11, interface, binary age 0.Owen Taylor2001-11-211-0/+1
* Use RevertToParent, not RevertToNone. (#64613, Matthias Clasen)Owen Taylor2001-11-191-1/+1
* Fix a memory leak when retrieving atom names. (Michael Meeks, #64508)Owen Taylor2001-11-191-1/+1
* Update to new Pango API.Alex Larsson2001-11-191-1/+1
* Include glib-object.h instead of gobject/gsignal.hOwen Taylor2001-11-181-2/+3
* Fix misplaced HAVE_XFT.Owen Taylor2001-11-061-1/+1
* 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