summaryrefslogtreecommitdiff
path: root/gdk/quartz
Commit message (Expand)AuthorAgeFilesLines
* Bug 550942 – [patch] Rework of gdkeventloop-quartz.cRichard Hult2008-11-121-192/+855
* Bug 558586 – handling of keyboard under darwin (quartz)Richard Hult2008-11-121-5/+10
* Bug 558586 – handling of keyboard under darwin (quartz)Richard Hult2008-11-061-6/+29
* Revert (at least for now) the alt/cmd switching since it breaks theRichard Hult2008-11-051-4/+2
* Set the fill color outside the loop.Richard Hult2008-11-051-4/+4
* Bug 557894 – Wrong return value for gdk_pointer_grab_info_libgtk_only()Richard Hult2008-10-271-1/+1
* Add empty stub to fix linking.Richard Hult2008-10-101-0/+7
* Bug 550342 – Splash screens have a captionRichard Hult2008-10-091-5/+7
* Some aftermath of the fix of bug #543868. Clip and flip to the source, notRichard Hult2008-08-151-10/+3
* Bug 535573 – Deadlock in gdkeventloop-quartz.c:poll_func()Richard Hult2008-08-071-26/+43
* Implement those, fixes loading python bindings.Richard Hult2008-08-071-9/+59
* reviewed by: Richard HultSven Herzberg2008-07-203-6/+17
* reviewed by: Richard HultSven Herzberg2008-07-204-77/+97
* Some aftermath from the window impl cleanups:Richard Hult2008-07-011-3/+3
* adapt to use GdkWindowImpl interface.Kristian Rietveld2008-06-273-150/+168
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-2226-26/+26
* Try setting the default font, might need to tweak this.Richard Hult2008-05-261-1/+30
* Renamed to adapt to the offscreen rendering changes, fixes build.Richard Hult2008-05-211-7/+7
* Use SetSystemUIMode instead of hiding and showing the menubar.Richard Hult2008-05-191-3/+3
* Use gdk_threads_add_idle instead of g_idle_add. Add a temporary check ifRichard Hult2008-05-171-5/+8
* Forgotten in previous commit.Richard Hult2008-05-121-4/+5
* Remove special casing of menu key events as it's no longer necessary;Richard Hult2008-05-121-63/+18
* Move the currently invalidated region. Fixes bug #532048, patch by YevgenRichard Hult2008-05-081-0/+4
* Only set the fake fd's revents, not the first one. Fixes bug #531056,Richard Hult2008-05-081-1/+8
* gdk/gdkinternals.h gdk/gdkevents.c gdk/directfb/gdkevents-directfb.cMichael Natterer2008-05-061-3/+3
* Add private backend data to events, and handle it when copying/freeingRichard Hult2008-05-061-0/+31
* Initalize framework if there is one.Richard Hult2008-05-051-0/+7
* Check if gdk_unicode_to_keyval() worked before using the result. MakesRichard Hult2008-05-041-3/+20
* Remove stray semicolon after if statement. Fixes bug #530963, patch fromRichard Hult2008-05-041-4/+4
* Simplify check for zero sized expose area.Richard Hult2008-04-301-8/+2
* Don't send nsevents with the gdk lock held, fixes deadlock when doingRichard Hult2008-04-301-1/+5
* Map Alt to Alt and Cmd to Meta. This is not only more logical but alsoRichard Hult2008-04-301-3/+4
* Defer the generated event to the mainloop and don't generate one at all ifRichard Hult2008-03-314-46/+113
* Bail out early if we can't find a matching window.Richard Hult2008-03-252-2/+5
* Plug a leak and add a check that we have a toplevel before accessing it.Richard Hult2008-03-251-13/+19
* Patch from Paul Davis, only flush the toplevel once per update.Richard Hult2008-03-141-0/+30
* Implement gdk_window_reparent.Richard Hult2008-03-111-6/+43
* Fix performance regression for borderless transparent windows with shadow.Richard Hult2008-02-273-5/+18
* Fix build on tiger.Richard Hult2008-02-251-1/+1
* Prevent hidden windows from being shown without gdk's control whenRichard Hult2008-02-241-2/+11
* Use the subtype field for the custom event that is used to wake up theRichard Hult2008-02-244-2/+75
* Set the right window level and shadow after recreating the window.Richard Hult2008-02-202-0/+9
* Update the position after showing the window since the window managerRichard Hult2008-02-171-0/+23
* Clear the toplevel ordering list in all places where the order isRichard Hult2008-02-171-0/+4
* Highlight the mouse window when event debugging is enabled.Richard Hult2008-02-171-0/+5
* Add state to the scroll event (bug #516757, Paul Davis).Richard Hult2008-02-161-0/+1
* Add debugging code to highlight a gdkwindow.Richard Hult2008-02-162-0/+83
* Adapt to the change to use frame instead of bounds when resizing windows.Richard Hult2008-02-151-2/+2
* Using makeKeyWindow unfortunately doesn't work in all cases, we must useRichard Hult2008-02-141-1/+1
* Make sure we leave fullscreen mode if the window is hidden.Richard Hult2008-02-141-27/+43