summaryrefslogtreecommitdiff
path: root/gdk
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fail in gdk_window_new if _gdk_window_new failedChristian Dywan2009-01-091-0/+1
* Bug 566628 - gdk_display_close always asserts on win32Tor Lillqvist2009-01-051-1/+1
* Recheck _NET_SUPPORTING_WM_CHECK every now and then to avoid getting stuckMatthias Clasen2009-01-042-11/+15
* Typo fixes and small doc improvementsMatthias Clasen2008-12-265-7/+12
* Remove a C99ism. Pointed out by Eric LamarqueMatthias Clasen2008-12-131-1/+4
* Initialize the XAtom cache earlier. Patch by Christian PerschMatthias Clasen2008-12-131-2/+2
* Fix a typoMatthias Clasen2008-12-133-4/+4
* add missing #ifndef GDK_DISABLE_DEPRECATED.Michael Natterer2008-12-091-0/+2
* Correct the documentation. Patch by Paul DavisMatthias Clasen2008-12-081-5/+7
* Bug 563547 – Update gdkx11 atom precache tableBehdad Esfahbod2008-12-081-2/+14
* Bug 559622 – GdkDevice test segfaultsChristian Dywan2008-11-302-8/+17
* Bug 554076 – eventually release g_new-ed supported_atomsChristian Dywan2008-11-301-1/+10
* Bug 539263 – Deprecate gdk_window_get_toplevelsChristian Dywan2008-11-302-1/+3
* Bug 550942 – [patch] Rework of gdkeventloop-quartz.cRichard Hult2008-11-123-194/+859
* Bug 558586 – handling of keyboard under darwin (quartz)Richard Hult2008-11-121-5/+10
* Bug 558586 – handling of keyboard under darwin (quartz)Richard Hult2008-11-061-6/+29
* Revert (at least for now) the alt/cmd switching since it breaks theRichard Hult2008-11-051-4/+2
* Set the fill color outside the loop.Richard Hult2008-11-051-4/+4
* Bug 557212 - Problem with which window gains focus and is visibleTor Lillqvist2008-11-031-6/+6
* Bug 558278 - Crash when calling a callback set byTor Lillqvist2008-11-011-18/+37
* Bug 557762 – Misleading error message in GDK DirectFBChristian Dywan2008-10-291-1/+1
* fix small typo.Michael Natterer2008-10-281-1/+1
* Bug 557894 – Wrong return value for gdk_pointer_grab_info_libgtk_only()Richard Hult2008-10-271-1/+1
* More conversion to C_()Matthias Clasen2008-10-271-37/+37
* Only emit size-changed if the screen size actually changed.Matthias Clasen2008-10-221-1/+10
* gdk/gdkdraw.c gdk/gdkimage.c gdk/gdkscreen.c replace assertions for obj !=Michael Natterer2008-10-214-67/+51
* Bug 557266 - Window Management ProblemTor Lillqvist2008-10-211-15/+24
* reorder functions to be in standard order, add prototypes and namespace toMichael Natterer2008-10-211-38/+52
* On WM_WINDOWPOSCHANGING, don't dereference windowpos in the debuggingTor Lillqvist2008-10-171-22/+28
* fix typo in the type name so the macro becomes usable.Michael Natterer2008-10-151-1/+1
* Add empty stub to fix linking.Richard Hult2008-10-101-0/+7
* Bug 550342 – Splash screens have a captionRichard Hult2008-10-091-5/+7
* Bug 132501 - Make utility window translate to tool window in win32Tor Lillqvist2008-10-054-48/+360