| Commit message (Expand) | Author | Age | Files | Lines |
* | Implement gdk_window_reparent. | Richard Hult | 2008-03-11 | 1 | -6/+43 |
* | Fix performance regression for borderless transparent windows with shadow. | Richard Hult | 2008-02-27 | 1 | -0/+6 |
* | Use the subtype field for the custom event that is used to wake up the | Richard Hult | 2008-02-24 | 1 | -0/+3 |
* | Set the right window level and shadow after recreating the window. | Richard Hult | 2008-02-20 | 1 | -0/+3 |
* | Clear the toplevel ordering list in all places where the order is | Richard Hult | 2008-02-17 | 1 | -0/+4 |
* | Add debugging code to highlight a gdkwindow. | Richard Hult | 2008-02-16 | 1 | -0/+82 |
* | Using makeKeyWindow unfortunately doesn't work in all cases, we must use | Richard Hult | 2008-02-14 | 1 | -1/+1 |
* | Make sure we leave fullscreen mode if the window is hidden. | Richard Hult | 2008-02-14 | 1 | -27/+43 |
* | Fix compile warnings (add missing const and remove unused variables). | Richard Hult | 2008-01-25 | 1 | -9/+6 |
* | gdk/gdkdisplay.h gdk/gdkdrawable.h gdk/gdkevents.h gdk/gdkpango.h | Michael Natterer | 2008-01-15 | 1 | -3/+3 |
* | gdk/gdk.h gdk/gdkcairo.h gdk/gdkcolor.h gdk/gdkgc.h gdk/gdkinternals.h | Michael Natterer | 2008-01-14 | 1 | -10/+10 |
* | Move the tracking rect workaround from here... | Richard Hult | 2008-01-10 | 1 | -36/+19 |
* | Plug leak of destroyed subviews, fixes bug #504753. | Richard Hult | 2007-12-21 | 1 | -14/+9 |
* | Install backend specific header (bug #405915). Also add a getter for the | Richard Hult | 2007-12-10 | 1 | -0/+14 |
* | Fix the check for no changes to position and size. | Richard Hult | 2007-12-10 | 1 | -4/+4 |
* | Fully initialize the root window, fixes bug #501583. | Richard Hult | 2007-12-04 | 1 | -0/+7 |
* | Don't crash when a parent relative bg pixmap is set, and no parent has a | Richard Hult | 2007-12-03 | 1 | -1/+11 |
* | Calculate the frame rect correctly when resizing toplevels, fixes bug | Richard Hult | 2007-11-03 | 1 | -6/+7 |
* | Implement manual resize and move. | Richard Hult | 2007-10-31 | 1 | -2/+38 |
* | Setup autorelease pool, plugs occasional leak on leopard. | Richard Hult | 2007-10-31 | 1 | -0/+2 |
* | Use an autorelease pool. | Richard Hult | 2007-10-24 | 1 | -0/+4 |
* | Maintain a list for the stacking order of windows. Implement lower and | Richard Hult | 2007-10-23 | 1 | -14/+158 |
* | Implement, patch from Paul Davis. | Richard Hult | 2007-10-08 | 1 | -1/+15 |
* | Ignore if there are no changes, fixes bug #467269. Patch from Jonathan | Richard Hult | 2007-10-08 | 1 | -0/+8 |
* | Patch from Paul Davis to implement this in terms of scrollRect, fixes bug | Richard Hult | 2007-10-08 | 1 | -8/+97 |
* | Don't do anything while in fullscreen mode. (gdk_window_set_decorations): | Richard Hult | 2007-10-02 | 1 | -11/+99 |
* | Patch from William Pitcock: Ungrab windows if necessary when they are | Richard Hult | 2007-09-06 | 1 | -0/+9 |
* | Implement those. Based on patch from Stefan Gehn, bug #459459. | Richard Hult | 2007-08-30 | 1 | -5/+66 |
* | Patch from Stefan Gehn to implement those, bug #459667. | Richard Hult | 2007-08-30 | 1 | -55/+84 |
* | Implement, fixes bug #405868. Based on patch from metz81@web.de. | Richard Hult | 2007-07-31 | 1 | -2/+71 |
* | Move from here... ...to here. (_gdk_windowing_window_destroy): Update the | Richard Hult | 2007-07-13 | 1 | -3/+28 |
* | Add hack to workaround the broken tracking rect implementation in quartz, | Richard Hult | 2007-07-10 | 1 | -8/+41 |
* | ]) ([GdkQuartzWindow -windowDidBecomeMain:]): Keep a stack of main windows | Richard Hult | 2007-07-07 | 1 | -5/+50 |
* | Fix (de)miniaturizing transient windows, by (un)setting the parent before | Richard Hult | 2007-07-06 | 1 | -21/+44 |
* | Improve comments in those files. Add a debugging helper to print out | Richard Hult | 2007-06-30 | 1 | -3/+2 |
* | Make this work properly for the root window. | Richard Hult | 2007-06-30 | 1 | -0/+7 |
* | Don't create or update the tracking rect in the window, move it to the | Richard Hult | 2007-06-19 | 1 | -17/+14 |
* | Defer setting the parent until the window is shown, otherwise it gets | Richard Hult | 2007-06-16 | 1 | -1/+7 |
* | Don't set parent/child relationship for tooltip windows since that moves | Richard Hult | 2007-06-16 | 1 | -2/+11 |
* | Don't try to make temp windows key windows, fixes problem introduced | Richard Hult | 2007-06-04 | 1 | -2/+3 |
* | * gdk/quartz/gdkwindow-quartz.c: Implement simple versions of | Richard Hult | 2007-06-04 | 1 | -3/+34 |
* | Implement. | Richard Hult | 2007-06-04 | 1 | -4/+24 |
* | Implement gdk_window_set_transient_for. | Richard Hult | 2007-06-04 | 1 | -2/+61 |
* | Make function naming consistent for the various functions that retrieve | Richard Hult | 2007-06-01 | 1 | -66/+0 |
* | Add support for composited child windows. (#412882, Ryan Lortie) | Matthias Clasen | 2007-06-01 | 1 | -0/+5 |
* | Refactored version of _gdk_quartz_window_find_child_by_point, that doesn't | Richard Hult | 2007-05-28 | 1 | -19/+114 |
* | Set a size for the root window. | Richard Hult | 2007-05-28 | 1 | -0/+8 |
* | Add comments about what various coordinates are relative to. | Richard Hult | 2007-05-28 | 1 | -5/+9 |
* | Implement. | Richard Hult | 2007-04-30 | 1 | -0/+24 |
* | Win32 drop shadow goodness | Cody Russell | 2007-04-25 | 1 | -0/+3 |