summaryrefslogtreecommitdiff
path: root/gdk/quartz/GdkQuartzView.c
Commit message (Expand)AuthorAgeFilesLines
* Bug 550939 - GtkFileChooser listbox does not refresh selectionKristian Rietveld2009-09-211-0/+7
* Remove workaround for missing enter events on newly popped up windowsRichard Hult2009-04-021-0/+5
* Call _gdk_window_process_updates_recurse() in drawRect instead of creating ou...Richard Hult2009-04-021-27/+22
* Remove autoreleasepool in drawRect, not necessaryRichard Hult2009-04-021-4/+0
* Only setup tracking rect for toplevels, we only want enter/leave for thoseRichard Hult2009-04-021-0/+3
* Simplify check for zero sized expose area.Richard Hult2008-04-301-8/+2
* Defer the generated event to the mainloop and don't generate one at all ifRichard Hult2008-03-311-1/+3
* Fix performance regression for borderless transparent windows with shadow.Richard Hult2008-02-271-5/+10
* Set the right window level and shadow after recreating the window.Richard Hult2008-02-201-0/+6
* Adapt to the change to use frame instead of bounds when resizing windows.Richard Hult2008-02-151-2/+2
* Another attempt at fixing focus issues with undecorated windows. RevertRichard Hult2008-01-311-16/+2
* Don't recreate a tracking rect if it didn't change, fixes focus eventRichard Hult2008-01-251-1/+15
* Ignore drawRect calls with zero sized areas at (0, 0), patch from PaulRichard Hult2007-12-101-0/+9
* Fix build warning (trackingRect should be 0, not nil).Richard Hult2007-10-311-2/+2
* Improve the tracking rect updating: - No need to override setFrame. - UseRichard Hult2007-06-301-9/+9
* Fix a typo in a commentJohan Dahlin2007-06-191-1/+1
* Don't create or update the tracking rect in the window, move it to theRichard Hult2007-06-191-0/+52
* Remove unneccesary exposure mask check.Richard Hult2007-03-101-3/+3
* Don't do anything if exposure isn't in the event mask, plug a leak, andRichard Hult2006-09-031-1/+11
* Just expose the minimal region instead of the whole rect.Richard Hult2006-08-081-8/+25
* ]): Remove unused variables to fix compiler warnings.Richard Hult2006-07-191-1/+0
* Have GdkWindowImplQuartz implement GdkPaintable.Anders Carlsson2006-04-101-21/+25
* Add quartz backend.Anders Carlsson2005-11-221-0/+83