| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixes for non XKB operation. (#73103) | Owen Taylor | 2002-03-04 | 3 | -32/+102 |
* | Fix tyop in docs. | Anders Carlsson | 2002-03-03 | 1 | -1/+1 |
* | Robustify tracking of pointer grab window. | Owen Taylor | 2002-03-02 | 4 | -11/+168 |
* | gdk/gdkkeys.c (gdk_keyval_convert_case) If the keyval to be converted is | Tor Lillqvist | 2002-03-01 | 1 | -0/+10 |
* | Initialize private->event_mask from attributes we retrieved for the | Owen Taylor | 2002-02-28 | 1 | -8/+18 |
* | ed Feb 27 19:16:50 2002 Owen Taylor <otaylor@redhat.com> | Owen Taylor | 2002-02-28 | 1 | -0/+4 |
* | Register all stock icons "unscaled" so that we don't have icons only | Owen Taylor | 2002-02-27 | 1 | -1/+1 |
* | Make sure Page_Up, Page_Down get those names, not Prior, Next. | Owen Taylor | 2002-02-27 | 1 | -0/+12 |
* | Fix precendence problem. (Sven Neumann) | Owen Taylor | 2002-02-25 | 1 | -1/+1 |
* | Convert over to using an GtkInvisible - selections don't work properly | Owen Taylor | 2002-02-25 | 2 | -5/+11 |
* | Always NULL out bg_pixmap, even when it used to be None or parent | Alexander Larsson | 2002-02-25 | 1 | -4/+3 |
* | gtk/gtksettings.c gtk/gtkstyle.c: Patch from Richard Hestilow to add a | Owen Taylor | 2002-02-24 | 1 | -2/+3 |
* | Fixes for AIX compilation from Miroslaw Dobrzanski-Neumann, #72182. | Owen Taylor | 2002-02-23 | 1 | -1/+1 |
* | Implement "fuzzy" key binding lookups; allow matches on key and level but | Owen Taylor | 2002-02-21 | 2 | -18/+36 |
* | Set the property as type ATOM_PAIR, not ATOM. (#72074, Gregory Merchan.) | Owen Taylor | 2002-02-21 | 2 | -3/+4 |
* | Add a XSETTING mapping for gtk-can-change-accels. (#70218, Thomas | Owen Taylor | 2002-02-20 | 1 | -0/+1 |
* | g_warning() if setting the local fails, like gdk_set_locale() did. | Owen Taylor | 2002-02-13 | 1 | -9/+20 |
* | XCopyArea with subwindow_mode = IncludeInferiors. (#70999) | Owen Taylor | 2002-02-09 | 1 | -1/+5 |
* | isspace -> g_ascii_isspace Remove gdki8n.h include. Remove <ctype.h> | Darin Adler | 2002-02-08 | 3 | -3/+1 |
* | Free the setting name. | Anders Carlsson | 2002-02-07 | 1 | -0/+3 |
* | Keep the length of the anti-expose queue finite, by if it gets too long, | Owen Taylor | 2002-02-06 | 2 | -40/+147 |
* | on Feb 4 10:06:49 2002 Owen Taylor <otaylor@redhat.com> | Owen Taylor | 2002-02-04 | 1 | -1/+1 |
* | Fix another missing static. | Owen Taylor | 2002-01-31 | 3 | -19/+6 |
* | make static. | Mark McLoughlin | 2002-01-31 | 4 | -13/+13 |
* | fixed a segfault that showed up when using the color picker. | Sven Neumann | 2002-01-29 | 1 | -2/+2 |
* | Move here, and save/restore the X error handler to allow people using GTK+ | Owen Taylor | 2002-01-17 | 3 | -251/+161 |
* | Don't mangle sequences of consecutive \n or \r. | Owen Taylor | 2002-01-14 | 1 | -4/+4 |
* | get the types as well as the symbols because we need them in | Jonathan Blandford | 2002-01-10 | 1 | -2/+2 |
* | Check for RENDER before trying to use it... XRenderFindFormat() prints | Owen Taylor | 2002-01-09 | 2 | -6/+14 |
* | Fix a problem where were the offset into the image was passed into | Owen Taylor | 2002-01-08 | 1 | -6/+8 |
* | Optimize a little bit. (More for consistency than because it makes much of | Owen Taylor | 2002-01-04 | 1 | -13/+10 |
* | Private function to tell if we have RENDER extension. | Owen Taylor | 2002-01-04 | 5 | -132/+807 |
* | Fix problem where retrieved atoms weren't properly returned. | Owen Taylor | 2002-01-04 | 1 | -1/+1 |
* | GDK instead of Gdk. | Matthias Clasen | 2001-12-29 | 2 | -13/+14 |
* | Fix some warnings. | Darin Adler | 2001-12-15 | 2 | -2/+2 |
* | *** empty log message *** | Jacob Berkman | 2001-12-11 | 2 | -30/+36 |
* | Update xsettings name. | Anders Carlsson | 2001-12-09 | 1 | -1/+1 |
* | fix up my list of "cursors that are actually useful" in gdk_cursor_new() | Havoc Pennington | 2001-12-07 | 1 | -10/+54 |
* | Convert atoms to and from atoms for properties of type XA_ATOM. (#65555, | Owen Taylor | 2001-11-29 | 1 | -21/+58 |
* | Add long, but horribly sketchy comment about what is going on in this | Owen Taylor | 2001-11-26 | 1 | -1/+106 |
* | free font_desc when finished (#65266) | Kristian Rietveld | 2001-11-25 | 1 | -0/+2 |
* | Version 1.3.11, interface, binary age 0. | Owen Taylor | 2001-11-21 | 1 | -0/+1 |
* | Use RevertToParent, not RevertToNone. (#64613, Matthias Clasen) | Owen Taylor | 2001-11-19 | 1 | -1/+1 |
* | Fix a memory leak when retrieving atom names. (Michael Meeks, #64508) | Owen Taylor | 2001-11-19 | 1 | -1/+1 |
* | Update to new Pango API. | Alex Larsson | 2001-11-19 | 1 | -1/+1 |
* | Include glib-object.h instead of gobject/gsignal.h | Owen Taylor | 2001-11-18 | 1 | -2/+3 |
* | Fix misplaced HAVE_XFT. | Owen Taylor | 2001-11-06 | 1 | -1/+1 |
* | 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 |