summaryrefslogtreecommitdiff
path: root/gdk
Commit message (Expand)AuthorAgeFilesLines
...
* take targets into account again to allow dnd of other things than textHans Breuer2004-08-081-1/+112
* Don't hardcode mapping of VK_DECIMAL to GDK_KP_Decimal. Instead, letTor Lillqvist2004-08-071-2/+0
* WM_WINDOWPOSCHANGED): Add _gdk_offset_{x,y} to top-level windowTor Lillqvist2004-08-071-17/+13
* make it compile and more similar to the X11 implementation [backwardHans Breuer2004-08-063-35/+219
* Really fix the initialization of the target list.Matthias Clasen2004-08-062-28/+89
* Set x_root and y_root in button and motion events from the tablet.Robert Ögren2004-08-061-0/+14
* Call gdk_window_enable_synchronized_configure()Soeren Sandmann2004-08-051-3/+8
* New function. Make sure the sync counter is recreated when a window isSoeren Sandmann2004-08-023-34/+59
* Add missing error traps. (#149011, Thomas Leonard)Matthias Clasen2004-08-021-0/+6
* Don't set both states at once. (#148789, Matthew Garret)Matthias Clasen2004-07-311-8/+18
* Make the fb backend compile against current freetype. (#148558, NicolasMatthias Clasen2004-07-281-1/+2
* Fix prototype mismatch. (#148589, Nicolas Deves)Matthias Clasen2004-07-281-2/+2
* Cast to 32-bit integers when premultiplying, suggested by Keith Packard.Anders Carlsson2004-07-271-3/+3
* Add gdk_draw_rectangle_alpha_libgtk_only which uses XRenderFillRectangleAnders Carlsson2004-07-274-2/+100
* 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