| Commit message (Expand) | Author | Age | Files | Lines |
* | Allow falling back to another icon theme before hicolor. (#325546, Rodney | Matthias Clasen | 2006-01-11 | 1 | -0/+1 |
* | Free data returned from XGetWindowProperty. | Matthias Clasen | 2005-08-19 | 1 | -3/+8 |
* | Make tracking the on_all_desktops state work better. | Matthias Clasen | 2005-08-01 | 1 | -25/+21 |
* | Change machinery for following font rendering xsettings to set cairo font | Owen Taylor | 2005-07-21 | 1 | -5/+10 |
* | Don't assert if the xrootwin is invalid. (#309997, Barbie LeVille) | Matthias Clasen | 2005-07-14 | 1 | -15/+45 |
* | Handle broken grabs. | Matthias Clasen | 2005-06-30 | 1 | -1/+4 |
* | Add two new settings, gtk-cursor-theme-name and gtk-cursor-theme-size to | Matthias Clasen | 2005-06-15 | 1 | -0/+2 |
* | Update to changed cairo interface. | Owen Taylor | 2005-05-17 | 1 | -0/+3 |
* | Fix a bug in focus tracking when we move between has_pointer_focus and | Owen Taylor | 2005-05-05 | 1 | -23/+61 |
* | Make PLT-reduction work with gcc4, and don't include everything in | Matthias Clasen | 2005-03-16 | 1 | -1/+5 |
* | gdk/gdkkeyuni.c gdk/gdkpixbuf-drawable.c gdk/gdkrgb.c gdk/x11/gdkdnd-x11.c | Matthias Clasen | 2005-03-01 | 1 | -1/+1 |
* | Update the user time when receiving a WM_DELETE message. (#162980, Elijah | Matthias Clasen | 2005-01-05 | 1 | -0/+2 |
* | Squash strict aliasing warnings. | Owen Taylor | 2004-11-17 | 1 | -3/+11 |
* | Don't crash on broken ClientMessage events. (#157056, Owen Taylor) | Matthias Clasen | 2004-11-01 | 1 | -2/+8 |
* | Revert accidental change from Aug 02 that removed a flush of the X | Søren Sandmann | 2004-09-04 | 1 | -10/+3 |
* | Make it possible to specify additional modules to load via a setting. | Matthias Clasen | 2004-09-01 | 1 | -0/+1 |
* | Add hidden aliases for exported symbols which are used internally in order | Matthias Clasen | 2004-08-09 | 1 | -0/+1 |
* | Make static. | Matthias Clasen | 2004-08-09 | 1 | -1/+1 |
* | New function. Make sure the sync counter is recreated when a window is | Soeren Sandmann | 2004-08-02 | 1 | -3/+10 |
* | Add missing error traps. (#149011, Thomas Leonard) | Matthias Clasen | 2004-08-02 | 1 | -0/+6 |
* | Hook up gtk-menu-bar-accel to an XSetting, Gtk/MenuBarAccel. (#120859, | Matthias Clasen | 2004-07-21 | 1 | -4/+5 |
* | Bug 143330, support update counter spec. | Soeren Sandmann | 2004-07-11 | 1 | -10/+36 |
* | Fix off-by-one allocation errors. (#143337, Billy Biggs) | Matthias Clasen | 2004-05-28 | 1 | -2/+2 |
* | Check for XFIXES extension. | Matthias Clasen | 2004-05-18 | 1 | -0/+22 |
* | Changes to support do-not-focus-on-map hint in conjunction with | Elijah Newren | 2004-05-06 | 1 | -2/+2 |
* | Make set_user_time() static. _-prefix calls of | Matthias Clasen | 2004-04-23 | 1 | -1/+1 |
* | Support for _NET_WM_USER_TIME (bug 115650). Patch by Elijah Newren. | Soeren Sandmann | 2004-04-18 | 1 | -0/+19 |
* | Fixes #136082 and #135265, patch by Morten Welinder. | Federico Mena Quintero | 2004-03-06 | 1 | -6/+3 |
* | Based on patch by Alex Larsson | Owen Taylor | 2004-03-01 | 1 | -0/+1 |
* | Return GDK_FILTER_CONTINUE for unhandled message types. | Owen Taylor | 2004-02-26 | 1 | -6/+11 |
* | Bug 130790 (Federico Mena Quintero, Owen Taylor) | Soeren Sandmann | 2004-02-21 | 1 | -0/+5 |
* | Fixes for #82099: | Matthias Clasen | 2004-02-19 | 1 | -0/+2 |
* | Avoid triggering an X error when the client->manager_window is | Owen Taylor | 2004-02-10 | 1 | -8/+14 |
* | Remove unused variable 'result' | Soeren Sandmann | 2004-02-02 | 1 | -1/+20 |
* | Do not interpret distant clicks as double-clicks (#116541, Bernhard | Matthias Clasen | 2003-12-16 | 1 | -5/+1 |
* | Rename from _gdk_x11_register_event_type(), added API docs. | Matthias Clasen | 2003-12-14 | 1 | -3/+24 |
* | Changes to allow "no input" windows (#64613): | Matthias Clasen | 2003-12-10 | 1 | -1/+2 |
* | Add missing break statements (#119494, Soeren Sandmann) | Owen Taylor | 2003-08-11 | 1 | -11/+11 |
* | Reset the toplevel->have_* flags before iterating over the _NET_WM_STATE | Matthias Clasen | 2003-08-07 | 1 | -1/+6 |
* | gdk/win32/gdkprivate-win32.h New flags _gdk_input_locale_is_ime and | Tor Lillqvist | 2003-07-26 | 1 | -5/+13 |
* | gdk/x11/gdkevents-x11.c (get_real_window) gdk/x11/gdkinput-x11.c | Owen Taylor | 2003-07-11 | 1 | -67/+126 |
* | Lookup all the atoms in the target list at once. | Owen Taylor | 2003-07-05 | 1 | -1/+1 |
* | Split toplevel-specific pieces of GdkWindowImplX11 into a separate | Owen Taylor | 2003-07-05 | 1 | -57/+55 |
* | Use asynchronously _gdk_x11_set_input_focus_safe to avoid having to trap | Owen Taylor | 2003-07-05 | 1 | -99/+126 |
* | Implement a loader for named themed icon based on from gnome-desktop | Owen Taylor | 2003-07-02 | 1 | -1/+2 |
* | Don't respond to pings on a root window; prevents infinite loops if we are | Owen Taylor | 2003-06-03 | 1 | -1/+3 |
* | You don't get a XkbMapNotify event if you get a XkbNewKeyboardNotify | Owen Taylor | 2003-04-18 | 1 | -0/+1 |
* | Bug #107664 continued: | Matthias Clasen | 2003-03-08 | 1 | -17/+1 |
* | add a "return" at the end of the function, so there is a statement | Manish Singh | 2003-01-22 | 1 | -0/+1 |
* | Call the filters on the window where the event is received, not on the | Owen Taylor | 2002-12-19 | 1 | -7/+25 |