summaryrefslogtreecommitdiff
path: root/gdk/quartz/gdkwindow-quartz.c
Commit message (Expand)AuthorAgeFilesLines
* Implement gdk_window_reparent.Richard Hult2008-03-111-6/+43
* Fix performance regression for borderless transparent windows with shadow.Richard Hult2008-02-271-0/+6
* Use the subtype field for the custom event that is used to wake up theRichard Hult2008-02-241-0/+3
* Set the right window level and shadow after recreating the window.Richard Hult2008-02-201-0/+3
* Clear the toplevel ordering list in all places where the order isRichard Hult2008-02-171-0/+4
* Add debugging code to highlight a gdkwindow.Richard Hult2008-02-161-0/+82
* 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
* Fix compile warnings (add missing const and remove unused variables).Richard Hult2008-01-251-9/+6
* gdk/gdkdisplay.h gdk/gdkdrawable.h gdk/gdkevents.h gdk/gdkpango.hMichael Natterer2008-01-151-3/+3
* gdk/gdk.h gdk/gdkcairo.h gdk/gdkcolor.h gdk/gdkgc.h gdk/gdkinternals.hMichael Natterer2008-01-141-10/+10
* Move the tracking rect workaround from here...Richard Hult2008-01-101-36/+19
* Plug leak of destroyed subviews, fixes bug #504753.Richard Hult2007-12-211-14/+9
* Install backend specific header (bug #405915). Also add a getter for theRichard Hult2007-12-101-0/+14
* Fix the check for no changes to position and size.Richard Hult2007-12-101-4/+4
* 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
* Calculate the frame rect correctly when resizing toplevels, fixes bugRichard Hult2007-11-031-6/+7
* Implement manual resize and move.Richard Hult2007-10-311-2/+38
* Setup autorelease pool, plugs occasional leak on leopard.Richard Hult2007-10-311-0/+2
* Use an autorelease pool.Richard Hult2007-10-241-0/+4
* Maintain a list for the stacking order of windows. Implement lower andRichard Hult2007-10-231-14/+158
* Implement, patch from Paul Davis.Richard Hult2007-10-081-1/+15
* Ignore if there are no changes, fixes bug #467269. Patch from JonathanRichard Hult2007-10-081-0/+8
* Patch from Paul Davis to implement this in terms of scrollRect, fixes bugRichard Hult2007-10-081-8/+97
* Don't do anything while in fullscreen mode. (gdk_window_set_decorations):Richard Hult2007-10-021-11/+99
* Patch from William Pitcock: Ungrab windows if necessary when they areRichard Hult2007-09-061-0/+9
* Implement those. Based on patch from Stefan Gehn, bug #459459.Richard Hult2007-08-301-5/+66
* Patch from Stefan Gehn to implement those, bug #459667.Richard Hult2007-08-301-55/+84
* Implement, fixes bug #405868. Based on patch from metz81@web.de.Richard Hult2007-07-311-2/+71
* Move from here... ...to here. (_gdk_windowing_window_destroy): Update theRichard Hult2007-07-131-3/+28
* Add hack to workaround the broken tracking rect implementation in quartz,Richard Hult2007-07-101-8/+41
* ]) ([GdkQuartzWindow -windowDidBecomeMain:]): Keep a stack of main windowsRichard Hult2007-07-071-5/+50
* Fix (de)miniaturizing transient windows, by (un)setting the parent beforeRichard Hult2007-07-061-21/+44
* Improve comments in those files. Add a debugging helper to print outRichard Hult2007-06-301-3/+2
* Make this work properly for the root window.Richard Hult2007-06-301-0/+7
* Don't create or update the tracking rect in the window, move it to theRichard Hult2007-06-191-17/+14
* Defer setting the parent until the window is shown, otherwise it getsRichard Hult2007-06-161-1/+7
* Don't set parent/child relationship for tooltip windows since that movesRichard Hult2007-06-161-2/+11
* Don't try to make temp windows key windows, fixes problem introducedRichard Hult2007-06-041-2/+3
* * gdk/quartz/gdkwindow-quartz.c: Implement simple versions ofRichard Hult2007-06-041-3/+34
* Implement.Richard Hult2007-06-041-4/+24
* Implement gdk_window_set_transient_for.Richard Hult2007-06-041-2/+61
* Make function naming consistent for the various functions that retrieveRichard Hult2007-06-011-66/+0
* Add support for composited child windows. (#412882, Ryan Lortie)Matthias Clasen2007-06-011-0/+5
* Refactored version of _gdk_quartz_window_find_child_by_point, that doesn'tRichard Hult2007-05-281-19/+114
* Set a size for the root window.Richard Hult2007-05-281-0/+8
* Add comments about what various coordinates are relative to.Richard Hult2007-05-281-5/+9
* Implement.Richard Hult2007-04-301-0/+24
* Win32 drop shadow goodnessCody Russell2007-04-251-0/+3