summaryrefslogtreecommitdiff
path: root/gdk/quartz
Commit message (Expand)AuthorAgeFilesLines
* quartz: NSWindow NULL check in get_scale_factorPhilip Chimento2014-12-241-1/+1
* gdkwindow: Don't pass the region to the impl when beginning a paintJasper St. Pierre2014-11-221-3/+2
* quartz: Don't bother storing the paint_clip_regionJasper St. Pierre2014-11-222-56/+0
* quartz: Move the FullscreenSavedGeometry definition earlierMatthias Clasen2014-10-271-6/+6
* quartz: fix build on 10.6 and belowMarcus Karlsson2014-10-272-0/+7
* gdk: Deprecate static gravitiesBenjamin Otte2014-10-061-13/+0
* Remove redundant checks for NULLMarek Kasik2014-10-023-20/+5
* quartz: Get default font size from user fontJesse van den Kieboom2014-08-281-1/+3
* quartz-dnd: make sure to set source windowJesse van den Kieboom2014-08-271-0/+3
* gdkwindow-quartz: Support native fullscreen modeJesse van den Kieboom2014-08-254-3/+86
* Handle resolution changes in the GDK backend codeOwen W. Taylor2014-07-131-2/+2
* gdkwidow: Make queue_antiexpose optionalJasper St. Pierre2014-06-211-7/+0
* gdkwindow: Don't bother with a return parameter for queue_antiexposeJasper St. Pierre2014-06-211-2/+1
* gdkwindow: Remove the ability to call begin_paint_region more than onceJasper St. Pierre2014-06-202-45/+3
* gdkwindow: Remove the internal cairo_surface used for out-of-band paintingJasper St. Pierre2014-06-201-11/+0
* all: Name more idles and timeoutsBastien Nocera2014-03-261-2/+5
* Implement get_root_origin generically for all backendsJasper St. Pierre2014-03-171-20/+0
* Remove the return value of GdkWindowImpl::get_root_coordsJasper St. Pierre2014-02-271-5/+3
* Gdk: fix wrong user_data handling in resize_cairo_surface()Giovanni Campagna2014-02-261-4/+2
* docs: use Returns: consistentlyWilliam Jon McCann2014-02-191-2/+2
* docs: use proper quotations instead of '*'William Jon McCann2014-02-071-1/+1
* docs: use apostrophes in *n'tWilliam Jon McCann2014-02-071-3/+3
* docs: use proper apostropheWilliam Jon McCann2014-02-072-4/+4
* Bug 711298 - "Edit Scheduled Transaction" window way too modalJohn Ralls2014-01-241-2/+0
* Move get_key_equivalent() to gdk quartz utils.William Hua2014-01-082-0/+149
* quartz: implement gdk_window_set_shadow_width()Ryan Lortie2014-01-063-2/+26
* quartz: fix manual window moveRyan Lortie2014-01-063-6/+10
* Fix missing return and closing brace.William Hua2013-11-181-0/+3
* Quartz: Set the shows-desktop platform settingMatthias Clasen2013-11-151-0/+7
* Handle recursion from motion event handlersOwen W. Taylor2013-11-111-2/+2
* Bug 709939 - monitor reconfiguration while GtkOffscreenWindowsCharles Reiss2013-10-111-1/+5
* NULL check on default keymapPhilip Chimento2013-10-111-1/+2
* Quartz: Set the drag context target listJohn Ralls2013-10-101-0/+2
* Bug 705750 Quartz input method doesn't work correctly for Chinese charactersEk Kato2013-08-164-4/+51
* Bug 705181 Annoying beep on arrow keysEk Kato2013-08-131-5/+2
* Implement gdk_display_get_cursor_for_surface in quartzJohn Ralls2013-08-113-16/+19
* Bug 701571 NSApp doesn't notice NSWindow destructionJohn Ralls2013-08-111-16/+26
* Reset cursor when mouse leaves a toplevel window.Daniel Sabo2013-08-081-1/+4
* gdk: Add gdk_cursor_get_surface()Alexander Larsson2013-08-071-4/+8
* 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 704216: Fix prototype for gdk_quartz_device_core_warp.William Hua2013-07-151-2/+2
* gdk: Convert mouse position to doubles, add new gettersAlexander Larsson2013-07-032-20/+20
* quartz: Implement get_scale_factor() on screen and windowMichael Natterer2013-07-032-0/+51
* quartz: Remove unused functionsAlexander Larsson2013-07-031-101/+1
* quartz: remove check for keymap changes from update_keymap()Michael Natterer2013-06-201-218/+207
* quartz: update the keymap only if the input method changedMichael Natterer2013-06-201-7/+23
* quartz: move dialogs to the same window level as utility windowsMichael Natterer2013-06-061-3/+7
* Bug 694273 - Patch to support NSTextInputClient in text widgetsE. K. Kato2013-05-202-25/+531
* quartz: Remove unused variableBenjamin Otte2013-05-111-2/+0