summaryrefslogtreecommitdiff
path: root/gdk
Commit message (Expand)AuthorAgeFilesLines
* 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
* some more settings from system, also reflect some name changes done aHans Breuer2004-03-072-6/+92
* Make <config.h> the very first include. Likewise. Likewise.Federico Mena Quintero2004-03-063-3/+3
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-06109-51/+121
* Add missing entries, thanks to J. Ali Harlow.Tor Lillqvist2004-03-057-17/+165
* X11 R6.4 specifies 15 events for the XInput extension. We want to see themSimon Budig2004-03-011-1/+1
* Based on patch by Alex LarssonOwen Taylor2004-03-011-0/+1
* Implement PANGO_UNDERLINE_ERROR (Based on a patch by Nicolas Setton,Owen Taylor2004-02-291-0/+19
* set current_dest_drag to NULL when destroying, fixes bug #120007. AlsoHans Breuer2004-02-283-11/+18
* fix ytpo: s/eles/else/Manish Singh2004-02-271-1/+1
* Add xsettings_client_set_grab_func, Add xsettings_client_set_ungrab_funcOwen Taylor2004-02-271-13/+15
* Fix memory leak in case of mismatched property type.Owen Taylor2004-02-271-2/+6
* Return GDK_FILTER_CONTINUE for unhandled message types.Owen Taylor2004-02-262-7/+12
* Use the right free() function. (#135511, George Bronnikov)Owen Taylor2004-02-261-1/+7