summaryrefslogtreecommitdiff
path: root/gdk/quartz
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* | Relax the check for ignoring events above the content viewRichard Hult2009-04-021-4/+7
* | Remove workaround for missing enter events on newly popped up windowsRichard Hult2009-04-025-224/+18
* | Remove re-declared variableRichard Hult2009-04-021-1/+0
* | Remove unused code and fix some indentationRichard Hult2009-04-021-48/+30
* | Button press and release can share the same fill_button_event callRichard Hult2009-04-021-3/+0
* | Remove tracking of "current mouse window", this is handled in the common code...Richard Hult2009-04-022-94/+0
* | Remove old cursor setting and make it work with client-side windowsRichard Hult2009-04-024-61/+3
* | Update for latest changes in the common code for grab trackingRichard Hult2009-04-022-83/+95
* | Ignore all events if the app is not activeRichard Hult2009-04-021-0/+6
* | When breaking grabs on deactivation, the unset should be implicitRichard Hult2009-04-021-1/+1
* | Use _gdk_display_unset_has_*_grab in break_all_grabs()Richard Hult2009-04-021-17/+7
* | Use cooca to convert coordinats from event window to grab window instead of h...Richard Hult2009-04-021-17/+14
* | Replace quartz specific keyboard grab code with common codeRichard Hult2009-04-023-44/+16
* | Cast to avoid warningRichard Hult2009-04-021-1/+1
* | Remove unused variableRichard Hult2009-04-021-1/+0
* | Use the common pointer grab code instead of tracking it ourselvesRichard Hult2009-04-022-186/+40
* | Use isKeyWindow instead of isMainWindow for the non-click-through checkRichard Hult2009-04-021-1/+1
* | Apply non-click-through policy on unfocused windows even if the app is activeRichard Hult2009-04-021-5/+10
* | Fix coords returned by _gdk_windowing_window_get_pointer, fixes scribble demoRichard Hult2009-04-021-11/+2
* | Remove unused remainders from the old implicit grab codeRichard Hult2009-04-021-19/+20
* | Get implicit grabs workingRichard Hult2009-04-021-20/+46
* | Leave AppKit events unhandledRichard Hult2009-04-021-0/+3
* | Use event_type we already have instead of regetting itRichard Hult2009-04-021-4/+4
* | Get the correct root coordinates for eventsRichard Hult2009-04-021-57/+44
* | Update for changes in the paintable interfaceRichard Hult2009-04-021-137/+73
* | Call _gdk_window_process_updates_recurse() in drawRect instead of creating ou...Richard Hult2009-04-021-27/+22