summaryrefslogtreecommitdiff
path: root/gdk
Commit message (Expand)AuthorAgeFilesLines
* reorder one include so they are all alphabetical.Michael Natterer2008-04-181-2/+2
* Don't call XFreeColormap on foreign colormapsMatthias Clasen2008-04-031-2/+3
* Defer the generated event to the mainloop and don't generate one at all ifRichard Hult2008-03-314-46/+113
* Bail out early if we can't find a matching window.Richard Hult2008-03-252-2/+5
* Plug a leak and add a check that we have a toplevel before accessing it.Richard Hult2008-03-251-13/+19
* Bug 524151 - Dragging of 0-byte files results in an empty filename onTor Lillqvist2008-03-241-8/+13
* Check window state for GDK_WINDOW_STATE_ICONIFIED before doing ShowWindowCody Russell2008-03-231-2/+9
* gdk/gdkspawn.h gtk/gtkbuilderprivate.h gtk/gtkfilechoosersettings.cMichael Natterer2008-03-141-1/+0
* Drop the support for the MSH_MOUSEWHEEL message that MSDN says is usedTor Lillqvist2008-03-141-56/+1
* Patch from Paul Davis, only flush the toplevel once per update.Richard Hult2008-03-141-0/+30
* removed linux-fb backend files.Michael Natterer2008-03-1155-27776/+0
* Implement gdk_window_reparent.Richard Hult2008-03-111-6/+43
* Bug 520286 - Non-deletable window has no minimize / maximize buttonsTor Lillqvist2008-03-103-23/+94
* Fix #321896 - Synch gtkimcontextsimple.c with XorgSimos Xenitellis2008-03-041-382/+656
* Fix performance regression for borderless transparent windows with shadow.Richard Hult2008-02-273-5/+18
* Fix build on tiger.Richard Hult2008-02-251-1/+1
* Prevent hidden windows from being shown without gdk's control whenRichard Hult2008-02-241-2/+11
* Use the subtype field for the custom event that is used to wake up theRichard Hult2008-02-244-2/+75
* 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