| Commit message (Expand) | Author | Age | Files | Lines |
* | Bug 550942 – [patch] Rework of gdkeventloop-quartz.c | Richard Hult | 2008-11-12 | 1 | -192/+855 |
* | Bug 558586 – handling of keyboard under darwin (quartz) | Richard Hult | 2008-11-12 | 1 | -5/+10 |
* | Bug 558586 – handling of keyboard under darwin (quartz) | Richard Hult | 2008-11-06 | 1 | -6/+29 |
* | Revert (at least for now) the alt/cmd switching since it breaks the | Richard Hult | 2008-11-05 | 1 | -4/+2 |
* | Set the fill color outside the loop. | Richard Hult | 2008-11-05 | 1 | -4/+4 |
* | Bug 557894 – Wrong return value for gdk_pointer_grab_info_libgtk_only() | Richard Hult | 2008-10-27 | 1 | -1/+1 |
* | Add empty stub to fix linking. | Richard Hult | 2008-10-10 | 1 | -0/+7 |
* | Bug 550342 – Splash screens have a caption | Richard Hult | 2008-10-09 | 1 | -5/+7 |
* | Some aftermath of the fix of bug #543868. Clip and flip to the source, not | Richard Hult | 2008-08-15 | 1 | -10/+3 |
* | Bug 535573 – Deadlock in gdkeventloop-quartz.c:poll_func() | Richard Hult | 2008-08-07 | 1 | -26/+43 |
* | Implement those, fixes loading python bindings. | Richard Hult | 2008-08-07 | 1 | -9/+59 |
* | reviewed by: Richard Hult | Sven Herzberg | 2008-07-20 | 3 | -6/+17 |
* | reviewed by: Richard Hult | Sven Herzberg | 2008-07-20 | 4 | -77/+97 |
* | Some aftermath from the window impl cleanups: | Richard Hult | 2008-07-01 | 1 | -3/+3 |
* | adapt to use GdkWindowImpl interface. | Kristian Rietveld | 2008-06-27 | 3 | -150/+168 |
* | Include "config.h" instead of <config.h> Command used: find -name | Johan Dahlin | 2008-06-22 | 26 | -26/+26 |
* | Try setting the default font, might need to tweak this. | Richard Hult | 2008-05-26 | 1 | -1/+30 |
* | Renamed to adapt to the offscreen rendering changes, fixes build. | Richard Hult | 2008-05-21 | 1 | -7/+7 |
* | Use SetSystemUIMode instead of hiding and showing the menubar. | Richard Hult | 2008-05-19 | 1 | -3/+3 |
* | Use gdk_threads_add_idle instead of g_idle_add. Add a temporary check if | Richard Hult | 2008-05-17 | 1 | -5/+8 |
* | Forgotten in previous commit. | Richard Hult | 2008-05-12 | 1 | -4/+5 |
* | Remove special casing of menu key events as it's no longer necessary; | Richard Hult | 2008-05-12 | 1 | -63/+18 |
* | Move the currently invalidated region. Fixes bug #532048, patch by Yevgen | Richard Hult | 2008-05-08 | 1 | -0/+4 |
* | Only set the fake fd's revents, not the first one. Fixes bug #531056, | Richard Hult | 2008-05-08 | 1 | -1/+8 |
* | gdk/gdkinternals.h gdk/gdkevents.c gdk/directfb/gdkevents-directfb.c | Michael Natterer | 2008-05-06 | 1 | -3/+3 |
* | Add private backend data to events, and handle it when copying/freeing | Richard Hult | 2008-05-06 | 1 | -0/+31 |
* | Initalize framework if there is one. | Richard Hult | 2008-05-05 | 1 | -0/+7 |
* | Check if gdk_unicode_to_keyval() worked before using the result. Makes | Richard Hult | 2008-05-04 | 1 | -3/+20 |
* | Remove stray semicolon after if statement. Fixes bug #530963, patch from | Richard Hult | 2008-05-04 | 1 | -4/+4 |
* | Simplify check for zero sized expose area. | Richard Hult | 2008-04-30 | 1 | -8/+2 |
* | Don't send nsevents with the gdk lock held, fixes deadlock when doing | Richard Hult | 2008-04-30 | 1 | -1/+5 |
* | Map Alt to Alt and Cmd to Meta. This is not only more logical but also | Richard Hult | 2008-04-30 | 1 | -3/+4 |
* | Defer the generated event to the mainloop and don't generate one at all if | Richard Hult | 2008-03-31 | 4 | -46/+113 |
* | Bail out early if we can't find a matching window. | Richard Hult | 2008-03-25 | 2 | -2/+5 |
* | Plug a leak and add a check that we have a toplevel before accessing it. | Richard Hult | 2008-03-25 | 1 | -13/+19 |
* | Patch from Paul Davis, only flush the toplevel once per update. | Richard Hult | 2008-03-14 | 1 | -0/+30 |
* | Implement gdk_window_reparent. | Richard Hult | 2008-03-11 | 1 | -6/+43 |
* | Fix performance regression for borderless transparent windows with shadow. | Richard Hult | 2008-02-27 | 3 | -5/+18 |
* | Fix build on tiger. | Richard Hult | 2008-02-25 | 1 | -1/+1 |
* | Prevent hidden windows from being shown without gdk's control when | Richard Hult | 2008-02-24 | 1 | -2/+11 |
* | Use the subtype field for the custom event that is used to wake up the | Richard Hult | 2008-02-24 | 4 | -2/+75 |
* | Set the right window level and shadow after recreating the window. | Richard Hult | 2008-02-20 | 2 | -0/+9 |
* | Update the position after showing the window since the window manager | Richard Hult | 2008-02-17 | 1 | -0/+23 |
* | Clear the toplevel ordering list in all places where the order is | Richard Hult | 2008-02-17 | 1 | -0/+4 |
* | Highlight the mouse window when event debugging is enabled. | Richard Hult | 2008-02-17 | 1 | -0/+5 |
* | Add state to the scroll event (bug #516757, Paul Davis). | Richard Hult | 2008-02-16 | 1 | -0/+1 |
* | Add debugging code to highlight a gdkwindow. | Richard Hult | 2008-02-16 | 2 | -0/+83 |
* | Adapt to the change to use frame instead of bounds when resizing windows. | Richard Hult | 2008-02-15 | 1 | -2/+2 |
* | Using makeKeyWindow unfortunately doesn't work in all cases, we must use | Richard Hult | 2008-02-14 | 1 | -1/+1 |
* | Make sure we leave fullscreen mode if the window is hidden. | Richard Hult | 2008-02-14 | 1 | -27/+43 |