summaryrefslogtreecommitdiff
path: root/gdk
Commit message (Expand)AuthorAgeFilesLines
* Set the right window level and shadow after recreating the window.Richard Hult2008-02-202-0/+9
* Update the position after showing the window since the window managerRichard Hult2008-02-171-0/+23
* Clear the toplevel ordering list in all places where the order isRichard Hult2008-02-171-0/+4
* Highlight the mouse window when event debugging is enabled.Richard Hult2008-02-171-0/+5
* Add state to the scroll event (bug #516757, Paul Davis).Richard Hult2008-02-161-0/+1
* Don't install private headers. (#463510)Matthias Clasen2008-02-163-21/+24
* Add debugging code to highlight a gdkwindow.Richard Hult2008-02-162-0/+83
* Go back to 2.13.0 as version for now, as there was no consensus to do theMatthias Clasen2008-02-151-7/+7
* Adapt to the change to use frame instead of bounds when resizing windows.Richard Hult2008-02-151-2/+2
* Fix a small doc issues.Matthias Clasen2008-02-153-37/+37
* Documentation fixesMatthias Clasen2008-02-152-12/+20
* Using makeKeyWindow unfortunately doesn't work in all cases, we must useRichard Hult2008-02-141-1/+1
* Make sure we leave fullscreen mode if the window is hidden.Richard Hult2008-02-141-27/+43
* Set frame, not bounds when resizing to be consistent and to avoidRichard Hult2008-02-141-1/+1
* Coding style fix.Richard Hult2008-02-141-1/+2
* gdk/gdktestutils.h Remove ; trailing G_BEGIN/END_DECLSJohan Dahlin2008-02-141-2/+2
* Fix the return value (return number of colors that failed), and handleRichard Hult2008-02-131-9/+17
* Ignore the delta from the NSEvent for now, generating multiple scrollRichard Hult2008-02-081-0/+6
* gdk/win32/gdkevents-win32.c Fixed two declarations in the middle of aCody Russell2008-02-072-18/+24
* If the pixbuf has an alpha channel, use gdk_draw_rgb_32_image to draw itChristian Persch2008-02-061-5/+18
* Also check that the window is not mapped.Cody Russell2008-02-061-1/+1
* Check if the window is a temp window, otherwise things get wonky when youCody Russell2008-02-061-1/+5
* 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