summaryrefslogtreecommitdiff
path: root/gdk
Commit message (Expand)AuthorAgeFilesLines
* Walk down the stack until we get to a window that is mapped. OtherwiseCody Russell2008-02-051-1/+15
* gdk/win32/gdkprivate-win32.h gdk/win32/gdkevents-win32.cCody Russell2008-02-055-20/+146
* Refactored some of the window hiding/showing code from WM_ACTIVATE toCody Russell2008-01-311-47/+59
* applied patch from Denis Oliver Kropp <dok@directfb.org>.Sven Neumann2008-01-311-3/+3
* gdk/directfb/gdkdisplay-directfb.c gdk/directfb/gdkdrawable-directfb.cSven Neumann2008-01-314-81/+48
* Another attempt at fixing focus issues with undecorated windows. RevertRichard Hult2008-01-312-20/+2
* gdk/directfb/gdkdrawable-directfb.c gdk/directfb/gdkwindow-directfb.cSven Neumann2008-01-303-119/+354
* gdk/directfb/gdkdirectfb.h gdk/directfb/gdkdisplay-directfb.cSven Neumann2008-01-3011-86/+134
* Don't recreate a tracking rect if it didn't change, fixes focus eventRichard Hult2008-01-251-1/+15
* Fix compile warnings (add missing const and remove unused variables).Richard Hult2008-01-251-9/+6
* Add gdk_app_launch_context_get_type() to gdk.symbols (#511308, KazukiMathias Hasselmann2008-01-221-0/+1
* gdk/gdkdisplay.h gdk/gdkdrawable.h gdk/gdkevents.h gdk/gdkpango.hMichael Natterer2008-01-1521-348/+361
* cast the return value of gdk_screen_get_font_options() to gpointer to getMichael Natterer2008-01-141-1/+1
* gdk/gdk.h gdk/gdkcairo.h gdk/gdkcolor.h gdk/gdkgc.h gdk/gdkinternals.hMichael Natterer2008-01-1432-383/+388
* gdk/win32/gdkdisplay-win32.c gdk/win32/gdkglobals-win32.cTor Lillqvist2008-01-105-35/+84
* Properly ref/unref windows and parents. (#506769)Cody Russell2008-01-101-0/+4
* Move the tracking rect workaround from here...Richard Hult2008-01-103-37/+88
* add these functions to make it build again.Michael Natterer2008-01-101-0/+21
* don't forget to set the time in the returned GdkTimeCoords.Michael Natterer2008-01-041-5/+10
* Don't return NULL.Matthias Clasen2007-12-281-0/+2
* Fir the patch from bug #504886 not to read unitialised memory.Christian Persch2007-12-271-1/+1
* Remove unneeded includes. (#505411, Kazuki IWAMOTO)Matthias Clasen2007-12-251-3/+0
* Check that the window is mapped before setting SW_RESTORE or SW_MINIMIZE.Cody Russell2007-12-231-4/+7
* Plug mem leaks. Bug #504886.Christian Persch2007-12-221-4/+10
* Plug leak of destroyed subviews, fixes bug #504753.Richard Hult2007-12-211-14/+9
* Update for gio API changesAlexander Larsson2007-12-201-2/+2
* Make manual resizing smoother by processing events after changing theRichard Hult2007-12-202-1/+10
* Add a gtk-im-module GTK settingMatthias Clasen2007-12-182-2/+6
* Use u32 instead of __u32 and u8 instead of __u8 as the other types areSebastian Dröge2007-12-151-4/+11
* gdk/gdkinternals.h #include <gio/gio.h> instead of individual files.Michael Natterer2007-12-144-6/+2
* Add RandR 1.2 supportSøren Sandmann2007-12-139-193/+490
* Remove all .cvsignore files.Michael Natterer2007-12-137-62/+0
* Make the code compile again after the GdkAppLaunchContext changes.Mathias Hasselmann2007-12-131-0/+1
* Add docsMatthias Clasen2007-12-131-1/+78
* Forgotten fileMatthias Clasen2007-12-131-0/+1
* Implement GAppLaunchContext in gdk, providing startup notification.Matthias Clasen2007-12-1313-0/+846
* Applied a patch by Claudio Ciccani which adds testing functions to theAttilio Fiandrotti2007-12-112-1/+261
* Applied a patch by Claudio Ciccani which fixes the mixing of gdk and cairoAttilio Fiandrotti2007-12-111-17/+29
* Install backend specific header (bug #405915). Also add a getter for theRichard Hult2007-12-103-0/+19
* Replace the autorelease pools used for each drawing context and inRichard Hult2007-12-103-34/+9
* Fix the check for no changes to position and size.Richard Hult2007-12-101-4/+4
* Ignore drawRect calls with zero sized areas at (0, 0), patch from PaulRichard Hult2007-12-101-0/+9
* Fix a bug where we could end up trying to handle the same event more thanRichard Hult2007-12-103-31/+52
* Minor fix for code added in r19132Attilio Fiandrotti2007-12-091-1/+0
* Committed several patches by Denis Oliver Knoppwhich are expected to improve ...Attilio Fiandrotti2007-12-095-222/+897
* Remove trailing whitespace that can trigger false positives in abicheck.shTommi Komulainen2007-12-061-5/+5
* Committed a patch by DOK to fix GDK events generations in the DirectFB backendAttilio Fiandrotti2007-12-061-3/+105
* Fix warning when switching spaces in leopard.Richard Hult2007-12-061-3/+7
* Fully initialize the root window, fixes bug #501583.Richard Hult2007-12-041-0/+7
* Don't crash when a parent relative bg pixmap is set, and no parent has aRichard Hult2007-12-031-1/+11