summaryrefslogtreecommitdiff
path: root/gdk/quartz
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightKristian Rietveld2009-10-261-0/+1
* Update position of toplevels after display reconfigurationKristian Rietveld2009-10-264-8/+36
* Fixup get_nsscreen_for_x()Kristian Rietveld2009-10-261-6/+4
* Remove unused variable (fix compiler warning)Kristian Rietveld2009-10-261-2/+0
* Update size of root window after display reconfigurationKristian Rietveld2009-10-263-17/+29
* Support arbitrary screen layoutsKristian Rietveld2009-10-261-27/+14
* Rework coordinate transformation to be based on root windowKristian Rietveld2009-10-266-45/+139
* Be consistent with X11: emit monitors-changed first, then size-changedKristian Rietveld2009-10-261-4/+4
* Use screen when emitting signal, not _gdk_screenKristian Rietveld2009-10-261-1/+1
* Emit monitors-changed signal when appropriateKristian Rietveld2009-10-262-5/+22
* Move screen resolution setup to GdkScreenQuartz initializerKristian Rietveld2009-10-262-3/+5
* Create a proper subclass of GdkScreen: GdkScreenQuartzKristian Rietveld2009-10-265-154/+222
* Register and handle a display reconfiguration callbackKristian Rietveld2009-10-261-0/+63
* Setup monitor rects during screen initialization and re-use dataKristian Rietveld2009-10-261-64/+80
* Move screen initialization to gdkscreen-quartz.cKristian Rietveld2009-10-263-2/+11
* Bug 598881 - Unimplemented GdkWindowImplIface methods crash gimp on OSXKristian Rietveld2009-10-233-0/+12
* Bug 588449 - DnD doesn't work on GDK/QuartzKristian Rietveld2009-09-302-0/+36
* Extend _gdk_windowing_window_at_pointer to be able to get toplevels onlyAlexander Larsson2009-09-281-1/+22
* Remove unused variableKristian Rietveld2009-09-271-1/+0
* Bug 596012 - popup menu position is horribly off on gdk quartz with ...Kristian Rietveld2009-09-272-3/+40
* Bug 517394 - Native resize grip steals button release ...Christian Hergert2009-09-251-2/+34
* Bug 596250 - Gdkcursor-quartz.c doesn't implement GDK_BLANK_CURSORKristian Rietveld2009-09-251-1/+20
* Send a motion-notify when a (new) main window became activeKristian Rietveld2009-09-251-1/+64
* Bug 550939 - GtkFileChooser listbox does not refresh selectionKristian Rietveld2009-09-215-12/+60
* Assign the size of the screen to the root windowKristian Rietveld2009-09-161-4/+8
* Do not test the event mask of implicit grabsKristian Rietveld2009-09-161-1/+5
* Add gdk_window_restackAlexander Larsson2009-09-021-0/+9
* Ensure that queue_translation is paired with the right X operationAlexander Larsson2009-08-132-0/+2
* Fix a logic error in gdk_window_set_title on OS XMatthias Clasen2009-08-071-1/+1
* Fix a logic error in gdk_window_set_title on OS XMatthias Clasen2009-08-071-2/+2
* Add stubs for missing GDK windowing functions to Quartz backendKristian Rietveld2009-07-311-0/+21
* Track viewable for GdkWindowAlexander Larsson2009-07-181-0/+1
* Make GdkDrawable draw_drawable backwards compatAlexander Larsson2009-07-011-1/+1
* Move new draw_drawable argument to end to make it more backwards compatAlexander Larsson2009-07-011-2/+2
* Update _gdk_windowing_pointer_grabRichard Hult2009-06-201-18/+7
* Remove duplicate definition of GdkInputWindowRichard Hult2009-06-201-1/+0
* Update gdk_window_quartz_show, ..._get_origin, ..._get_pointerRichard Hult2009-06-201-44/+56
* Rename gdk_window_beep to _gdk_windowing_window_beepRichard Hult2009-06-201-4/+1
* Add support for client side graphics exposures in gdk_draw_drawableAlexander Larsson2009-05-271-0/+1
* Merge branch 'master' into client-side-windowsAlexander Larsson2009-05-251-0/+2
|\
| * Add git.mk to generate .gitignore filesBehdad Esfahbod2009-05-041-0/+2
* | Tweak the click-through handling so active apps get it (but not inactive ones)Richard Hult2009-04-021-4/+11
* | Improve explicit drawing and flushing (fixes GtkRuler)Richard Hult2009-04-023-55/+62
* | Only add up native subwindow offsets for gdk_window_quartz_get_originRichard Hult2009-04-021-4/+10
* | Limit manual flushing so we don't get hit by quartz' fps limitingRichard Hult2009-04-023-1/+41
* | Disable/enable screen updates around process_all_updates to speed up renderingRichard Hult2009-04-021-0/+4
* | Get the right event window for non-grabbed windows tooRichard Hult2009-04-021-13/+52
* | Try to reduce risk of triggering the "beam sync" penalty in quartzRichard Hult2009-04-021-1/+9
* | Make owner_events grabs work again, use the pointer window, not the event windowRichard Hult2009-04-021-18/+35
* | Don't ignore all events when inactive, only clicksRichard Hult2009-04-021-10/+7