summaryrefslogtreecommitdiff
path: root/gdk
Commit message (Expand)AuthorAgeFilesLines
* Fix handling of GDK_NONEMatthias Clasen2009-05-032-8/+13
* Minor fix for GTK+ mediaLib code.Brian Cameron2009-04-291-4/+1
* Allow unsetting the icon title set with gdk_window_set_icon_nameChristian Persch2009-04-201-12/+29
* Fix memory leak in gdkscreen-x11Carlos Garcia Campos2009-04-101-16/+20
* Fix compilation with DirectFB 1.0Sven Neumann2009-04-091-2/+10
* Merge branch 'master' of ssh://alexl@git.gnome.org/git/gtk+Alexander Larsson2009-04-071-1/+1
|\
| * Bug 578094 - ProcessIdToSessionId needs to be declared as WINAPITor Lillqvist2009-04-061-1/+1
* | Don't move global user time backwardsAlexander Larsson2009-04-071-1/+3
|/
* bgo#571374 - Add 30-bit visuals to the list of supported depthsJohn Brown2009-03-311-1/+1
* Bug 437533 – Implement draw_shape PangoRenderer methodBehdad Esfahbod2009-03-271-0/+47
* compile fix for build with DIRECT_ENABLE_DEBUG.Sven Neumann2009-03-251-46/+49
* Fix get_nearest_monitorMatthias Clasen2009-03-241-4/+5
* Bug 575700 - Crash when moving a GtkWindowTor Lillqvist2009-03-171-10/+10
* Bug 573067 - Intra-app dnd of text behavior on Windows is wrongTor Lillqvist2009-03-113-9/+113
* Use G_DEFINE_TYPE. Some debugging printout changes. Hacking on theTor Lillqvist2009-03-111-123/+132
* Bug 570896 - gdkevents-win32.c(2947) : error C4053: one void operand forTor Lillqvist2009-03-111-3/+5
* Bug 574794 - Can not resize shaped windows on WindowsTor Lillqvist2009-03-111-0/+6
* Bug 573087 – gdkwindow.c: {x,y}_offset used uninitializedAlexander Larsson2009-03-021-5/+14
* Fix the sorting of GDK_KP_EqualMatthias Clasen2009-03-021-1/+1
* Revert an accidental commitMatthias Clasen2009-02-281-5/+5
* Bug 573069 – Gdk-CRITICAL warnings with Gtk 2.14 when draggingMatthias Clasen2009-02-281-7/+14
* Another attempt at getting Xrandr screen size changes right. ActuallyMatthias Clasen2009-02-243-32/+98
* After using randr to get a list of monitors, sort the list such that theRay Strode2009-02-201-0/+27
* looks like being called with negative width and height should beSven Neumann2009-02-191-12/+22
* move the call to _gdk_windowing_window_init() up a little. Fixes a crashSven Neumann2009-02-191-11/+9
* initialize private->impl. Thanks to Masse Nicolas for pointing this out.Sven Neumann2009-02-191-2/+3
* Be more robust against X breakageMatthias Clasen2009-02-191-1/+1
* some xrandr fixesMatthias Clasen2009-02-181-6/+10
* Bug 533456 – Memory leak when window is destroyedSven Neumann2009-02-185-17/+4
* Bug 513422 – Unknown meaning of translatable messagesSven Neumann2009-02-181-25/+13
* Bug 560671 – the client_message API doesn't work in DirectFBSven Neumann2009-02-181-9/+33
* Bug 543710 – Dead keys do not work anymore with DirectFBSven Neumann2009-02-181-22/+1
* Bug 554407 – directfb backend does not implement GdkWindowImplSven Neumann2009-02-183-256/+241
* 2.15.4GTK_2_15_4Matthias Clasen2009-02-171-1/+2
* gdk/gdk.symbols implement gdk_keymap_get_caps_lock_state(). NoSven Neumann2009-02-162-1/+28
* Bug 571873 - Compile error with gdk/win32/gdkselection-win32.cTor Lillqvist2009-02-151-4/+2
* Register randr eventsMatthias Clasen2009-02-131-0/+2
* Check for Xrandr 1.3Matthias Clasen2009-02-133-8/+83
* Add potentially missing #defines for XBUTTON1, etc. Fixes the build thatCody Russell2009-02-091-0/+19
* Bug 559408 - Transparency lost when images are copied between GTK+ and theTor Lillqvist2009-01-306-586/+685
* Bug 569435 – make maintainer-clean removes non-generated sourcesClaudio Saavedra2009-01-291-2/+1
* Bug 566628 – gdk_display_close always asserts on win32 and quartzRichard Hult2009-01-261-1/+1
* Don't update blank cursorsMatthias Clasen2009-01-241-4/+7
* Bug 567761 – Spellfixes in GTK+ documentationMatthias Clasen2009-01-231-1/+1
* Use a different approach to snapshotting that is in line with what is doneMatthias Clasen2009-01-231-0/+9
* Rename static local functions and variables to not have any unnecessary _Tor Lillqvist2009-01-211-61/+69
* Update docs on blank cursorsMatthias Clasen2009-01-202-8/+6
* Cache cursors to avoid libXcursor theme lookup overhead.Matthias Clasen2009-01-204-21/+188
* A GOptionArgFunc should return gboolean and take also a GError pointerTor Lillqvist2009-01-121-8/+32
* Bug 523554 - Copy from GIMP to Word brokenTor Lillqvist2009-01-111-1/+1