summaryrefslogtreecommitdiff
path: root/gdk/quartz/GdkQuartzView.c
Commit message (Expand)AuthorAgeFilesLines
* API: gdk: Remove gdk_window_get_visual()Benjamin Otte2016-10-281-3/+1
* quartz: Don't use g_print for debug outputMatthias Clasen2016-02-281-64/+64
* Fix Quartz Full Screen Crash.Allin Cottrell2016-02-211-1/+1
* Remove redundant checks for NULLMarek Kasik2014-10-021-12/+3
* Bug 705750 Quartz input method doesn't work correctly for Chinese charactersEk Kato2013-08-161-4/+31
* Bug 705181 Annoying beep on arrow keysEk Kato2013-08-131-5/+2
* Bug 705181: Fix annoying beeping introduced by Mac IMEMichael Hutchinson2013-07-301-1/+5
* Bug 701332 - Patch for minor glitch in NSTextInputEk Kato2013-07-271-2/+8
* Bug 694273 - Patch to support NSTextInputClient in text widgetsE. K. Kato2013-05-201-19/+510
* Bug 672193 - windows (including menus) shown multiple times don't...Michael Natterer2012-11-201-9/+0
* quartz: Actually use the window background PATTERN colorKristian Rietveld2012-10-091-1/+1
* quartz: Fix garbage content when windows are initially mappedKristian Rietveld2012-09-281-0/+19
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* quartz: Clean up header files, use same arrangement as X11 backendKristian Rietveld2010-12-231-1/+1
* Port Quartz backend to latest rendering-cleanup changesKristian Rietveld2010-12-061-5/+3
* quartz: Compare visuals for RGBA, not colormapsBenjamin Otte2010-09-261-2/+2
* s/GdkRegion/cairo_region_t/ in all of gtkBenjamin Otte2010-06-291-2/+0
* Deprecate the GdkRegion APIBenjamin Otte2010-06-291-6/+6
* Move Leopard-specific type definitions to gdkquartz.hKristian Rietveld2010-06-271-0/+1
* Remove arbitrary limit on number of redraw rectanglesPaul Davis2010-05-121-27/+11
* Improve enter/motion notify semanticsKristian Rietveld2010-01-301-0/+9
* Fix memory leak in GdkQuartzViewKristian Rietveld2009-12-301-0/+11
* Start using NSInteger and NSUIntegerKristian Rietveld2009-12-271-1/+2
* 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