| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Separate out tracking of the X server focus window from tracking our idea | Owen Taylor | 2002-12-10 | 1 | -1/+1 |
* | Fix a lost refcount in the case where we get a duplicate back from the X | Owen Taylor | 2002-12-09 | 1 | -7/+35 |
* | Document 2.2 API additions. | Matthias Clasen | 2002-11-28 | 1 | -10/+22 |
* | Gdk API doc updates. | Matthias Clasen | 2002-10-22 | 1 | -0/+10 |
* | Produce C-m, not C-j for return. Handle Escape. | Owen Taylor | 2002-10-22 | 1 | -1/+6 |
* | Handle Return and KP_Enter. | Owen Taylor | 2002-10-18 | 1 | -0/+6 |
* | Fix use of uninitialized variable. | Owen Taylor | 2002-10-18 | 1 | -70/+95 |
* | add g_return_if_fail for monitor number <= 0 | Havoc Pennington | 2002-10-17 | 1 | -8/+62 |
* | Add a check for the Xrandr extension. | Owen Taylor | 2002-10-04 | 1 | -0/+3 |
* | Add a 'type' parameter, make public. | Owen Taylor | 2002-10-03 | 1 | -3/+2 |
* | Add gdk_screen_set_screen()/_get_screen() which (by evil hacks) work for | Owen Taylor | 2002-10-02 | 1 | -0/+26 |
* | fix GtkWindowMnemonic to have a separate typedef | Havoc Pennington | 2002-09-25 | 1 | -66/+169 |
* | add -DG_DISABLE_DEPRECATED and -DGDK_PIXBUF_DISABLE_DEPRECATED to compile | Manish Singh | 2002-09-25 | 1 | -4/+4 |
* | disable/enable preedit/status in GtkIMContextXIM (#59076) | Hidetoshi Tajima | 2002-09-24 | 1 | -0/+2 |
* | Make icon sizes configurable (#70648, slightly based on a patch from Bill | Owen Taylor | 2002-09-24 | 1 | -0/+1 |
* | Change the window parameter for | Owen Taylor | 2002-09-24 | 1 | -6/+6 |
* | Add a keys_changed signal emitted when the keymap changes. (#72148) | Owen Taylor | 2002-09-23 | 1 | -2/+2 |
* | Fix usage of compat GTK_TYPE_ macros without including gtkobject.h. | Owen Taylor | 2002-09-19 | 1 | -1/+10 |
* | Take focus mode into account when tracking FocusIn/Out events, so we don't | Owen Taylor | 2002-09-10 | 1 | -4/+16 |
* | gdk/gdkevents.c gdk/gdkinternals.h gdk/x11/gdkevents-x11.c Move the | Tor Lillqvist | 2002-08-24 | 1 | -15/+0 |
* | New demo for window migration between different displays and screens. | Owen Taylor | 2002-08-01 | 1 | -9/+28 |
* | Renames: | Owen Taylor | 2002-06-20 | 1 | -2/+2 |
* | Make the core pointer object per-display. (#85698) | Owen Taylor | 2002-06-18 | 1 | -4/+4 |
* | Ignore state change events for windows that aren't our toplevels. (#84482, | Owen Taylor | 2002-06-14 | 1 | -1/+2 |
* | Set hardware_keycode for KeyRelease events. (#84305) | Matthias Clasen | 2002-06-06 | 1 | -0/+1 |
* | Changes multihead reorganizing code for win32 support, mostly from a patch | Owen Taylor | 2002-06-06 | 1 | -60/+1 |
* | gdk_event_put() copies the event and setting name, so we don't have to | Owen Taylor | 2002-05-16 | 1 | -1/+1 |
* | Discard configure events from SubstructureNotify. (#81760, Rich Burridge) | Owen Taylor | 2002-05-14 | 1 | -0/+4 |
* | Always select for property notify for maintaining window state. | Matthias Clasen | 2002-05-06 | 1 | -10/+15 |
* | Use the same key when setting and getting NetWmSupportedAtoms. | Anders Carlsson | 2002-05-01 | 1 | -1/+1 |
* | Doc fixes. | Alex Larsson | 2002-04-30 | 1 | -2/+1 |
* | Missing ChangeLog entry and indentation fix | Owen Taylor | 2002-04-30 | 1 | -4/+4 |
* | Start of integration of Erwann Chenede's multihead work from the | Owen Taylor | 2002-04-25 | 1 | -291/+509 |
* | Fix assignment of time in scroll events. (Sven Neumann, #75574) | Owen Taylor | 2002-03-20 | 1 | -1/+1 |
* | Fixes for non XKB operation. (#73103) | Owen Taylor | 2002-03-04 | 1 | -5/+5 |
* | Robustify tracking of pointer grab window. | Owen Taylor | 2002-03-02 | 1 | -3/+2 |
* | gtk/gtksettings.c gtk/gtkstyle.c: Patch from Richard Hestilow to add a | Owen Taylor | 2002-02-24 | 1 | -2/+3 |