summaryrefslogtreecommitdiff
path: root/gdk
Commit message (Expand)AuthorAgeFilesLines
* Hook up gtk-menu-bar-accel to an XSetting, Gtk/MenuBarAccel. (#120859,Matthias Clasen2004-07-211-4/+5
* Fix a warning message.Matthias Clasen2004-07-171-1/+1
* Use 'cannot' instead of 'can not' in messages. (#144226, Morten Welinder)Matthias Clasen2004-07-151-1/+1
* Do an empty begin_paint_region()/end_paint() for windows withoutSoeren Sandmann2004-07-122-27/+35
* Include the update_counter check in the HAVE_XSYNC condition, sinceMatthias Clasen2004-07-121-2/+2
* Bug 143330, support update counter spec.Soeren Sandmann2004-07-118-20/+217
* Insert checks for root window. The root window is never mapped.Soeren Sandmann2004-07-091-4/+12
* Fix a warning Actually unset bg.Soeren Sandmann2004-07-091-5/+10
* Bug 113310.Soeren Sandmann2004-07-093-58/+190
* have a dummy case GDK_OWNER_CHANGE in switch statements to avoid gccManish Singh2004-07-092-0/+4
* Add an "override_redirect" bit.Soeren Sandmann2004-07-092-15/+64
* Fix typo; tmp_event -> temp_event.Federico Mena Quintero2004-07-091-1/+1
* Don't leak references to the drag context. (#144324, Alex Larsson)Matthias Clasen2004-07-081-1/+4
* Fix a 64bit alignment issue. (#144302, Sunil)Matthias Clasen2004-07-071-5/+6
* gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_text)Tor Lillqvist2004-07-078-590/+300
* Fix win32 build problem w/o wintab. Fixed #145242J. Ali Harlow2004-07-011-1/+1
* Handle _NET_WM_STATE_ABOVE and _NET_WM_STATE_BELOW. (#144851, Billy Biggs)Matthias Clasen2004-06-261-0/+14
* reviewed by: Matthias Clasen <maclas@gmx.de>Bastien Nocera2004-06-251-6/+20
* Doc updates.Matthias Clasen2004-06-222-2/+204
* Merge from stable:Michael Natterer2004-06-213-53/+72
* Fix off-by-one allocation errors. (#143337, Billy Biggs)Matthias Clasen2004-05-281-2/+2
* Set bits within visual->depth that aren't used for color to 1s, in caseOwen Taylor2004-05-271-1/+7
* Send key modifiers (shift, ctrl etc) in button and motion events from theRobert Ögren2004-05-271-37/+51
* Don't propagate mouse events to windows that want extended input events.Robert Ögren2004-05-242-46/+96
* Remove duplicated line. (Spotted by Benoît Carpentier.)Tor Lillqvist2004-05-221-1/+0
* Check for XFIXES extension.Matthias Clasen2004-05-185-3/+133
* Put back the ref_count field in the GdkDragContextPrivateWin32 struct (butTor Lillqvist2004-05-151-5/+10
* Add a comment about unused bits.Matthias Clasen2004-05-141-1/+3
* Add missing call to g_object_ref in Wintab code. (#138341)Robert Ögren2004-05-122-6/+26
* Make static.Matthias Clasen2004-05-104-26/+26
* finally also create the correct mask for 'pseudo mime' iconsHans Breuer2004-05-082-7/+13
* Changes to support do-not-focus-on-map hint in conjunction withElijah Newren2004-05-067-16/+95
* Add multi-monitor offset. (#141842, John Ehresman)Tor Lillqvist2004-05-051-2/+2
* don't modify the passed in GdkSegment(s) in place, we may get them againHans Breuer2004-05-022-17/+40
* Plug memory leak. (#140775, John Ehresman)Tor Lillqvist2004-04-291-1/+3
* Use depth - 1 to index the cached gcs, not depth. (#139494)Matthias Clasen2004-04-291-2/+3
* Docs typo fix.Matthias Clasen2004-04-281-1/+1
* Small doc improvement.Matthias Clasen2004-04-231-1/+1
* Make set_user_time() static. _-prefix calls ofMatthias Clasen2004-04-232-9/+9
* Make gdk_keymap_translate_keyboard_state() handle NULL keymaps. (#139715,Soeren Sandmann2004-04-181-32/+23
* Support for _NET_WM_USER_TIME (bug 115650). Patch by Elijah Newren.Soeren Sandmann2004-04-186-1/+98
* workaround for bug #137496, the real fix would involve just another smallHans Breuer2004-04-111-2/+4
* If both Shift and CapsLock pressed, ignore the shift only for lettersTor Lillqvist2004-04-103-7/+14
* Handle '--' correctly.Anders Carlsson2004-04-051-1/+1
* Use X11 semantics for angles. Thanks to Tim Newsham.Tor Lillqvist2004-03-311-15/+11
* applied the undisputable and required [due to recent gtkfilesystemHans Breuer2004-03-201-13/+17
* Don't just copy the whole GdkGCWin32 with a single assignment, thatTor Lillqvist2004-03-151-3/+26
* Don't undefine HAVE_MONITOR_INFO when compiling with gcc. Mingw's headersTor Lillqvist2004-03-132-2/+10
* Make this a total no-op when the new or old parent is destroyed. (#134230,Owen Taylor2004-03-134-75/+114
* Set also the pointer button bits. (#136636, Dave Neary)Tor Lillqvist2004-03-102-2/+39