summaryrefslogtreecommitdiff
path: root/gdk
Commit message (Expand)AuthorAgeFilesLines
* 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
* remove debug spewMatthias Clasen2008-10-011-1/+0
* Implement trivially on Windows. Not sure if something more complex isTor Lillqvist2008-10-011-0/+6
* Bug 107000 – Add signals to GdkKeymap for monitoring caps_lock, etc.Matthias Clasen2008-09-295-13/+78
* Correctly chain up the finalize implementation.Emmanuele Bassi2008-09-291-8/+15
* Bug 552956 – Should check composite extension versionMatthias Clasen2008-09-271-1/+11
* Bug 553803 – eventually call XCloseDevice on XOpenDevice resultsMatthias Clasen2008-09-273-14/+32
* Bug 553917 – Typo in gdkwindow-win32.cCody Russell2008-09-261-1/+1
* remove unused variable and fix indentation.Michael Natterer2008-09-231-5/+3
* Don't use XRRGetScreenResources() as there are performance issues with it.Søren Sandmann2008-09-101-79/+4
* Bug 550062 – Small update in gdk/gdkkeysyms.hMatthias Clasen2008-09-071-2/+3