summaryrefslogtreecommitdiff
path: root/gdk
Commit message (Expand)AuthorAgeFilesLines
* 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
* Bug 550989 – gdk_display_put_event() should call g_main_context_wakeup()Matthias Clasen2008-09-071-0/+2
* Bug 551063 – deprecated marking without a link to what new code shouldSven Herzberg2008-09-061-0/+32
* More doc fixesMatthias Clasen2008-09-041-1/+1
* Check if the window's state has GDK_WINDOW_STATE_MAXIMIZED set beforeCody Russell2008-08-282-17/+45
* Return FALSE from reparent implementations to avoid #548993. Patch by EdMatthias Clasen2008-08-282-2/+2
* Remove the checks to see if the window is modally blocked. This doesn'tCody Russell2008-08-221-4/+0
* +Wed Aug 20 18:16:29 2008 Søren Sandmann <sandmann@redhat.com>Søren Sandmann Pedersen2008-08-201-1/+1
* Fix small issues in the documentation of gdk_window_remove_redirection andTorsten Schönfeld2008-08-161-6/+2
* Some aftermath of the fix of bug #543868. Clip and flip to the source, notRichard Hult2008-08-151-10/+3
* Use the g_test_*() API for this test reviewed by: Richard HultSven Herzberg2008-08-151-6/+14