]> Pileus Git - ~andy/gtk/history - gdk/quartz
Translation updated by Ivar Smolin
[~andy/gtk] / gdk / quartz /
2008-05-08 Richard HultMove the currently invalidated region. Fixes bug #53204...
2008-05-08 Richard HultOnly set the fake fd's revents, not the first one....
2008-05-06 Michael Natterergdk/gdkinternals.h gdk/gdkevents.c gdk/directfb/gdkeven...
2008-05-06 Richard HultAdd private backend data to events, and handle it when...
2008-05-05 Richard HultInitalize framework if there is one.
2008-05-04 Richard HultCheck if gdk_unicode_to_keyval() worked before using...
2008-05-04 Richard HultRemove stray semicolon after if statement. Fixes bug...
2008-04-30 Richard HultSimplify check for zero sized expose area.
2008-04-30 Richard HultDon't send nsevents with the gdk lock held, fixes deadl...
2008-04-30 Richard HultMap Alt to Alt and Cmd to Meta. This is not only more...
2008-03-31 Richard HultDefer the generated event to the mainloop and don't...
2008-03-25 Richard HultBail out early if we can't find a matching window.
2008-03-25 Richard HultPlug a leak and add a check that we have a toplevel...
2008-03-14 Richard HultPatch from Paul Davis, only flush the toplevel once...
2008-03-11 Richard HultImplement gdk_window_reparent.
2008-02-27 Richard HultFix performance regression for borderless transparent...
2008-02-25 Richard HultFix build on tiger.
2008-02-24 Richard HultPrevent hidden windows from being shown without gdk...
2008-02-24 Richard HultUse the subtype field for the custom event that is...
2008-02-20 Richard HultSet the right window level and shadow after recreating...
2008-02-17 Richard HultUpdate the position after showing the window since...
2008-02-17 Richard HultClear the toplevel ordering list in all places where...
2008-02-17 Richard HultHighlight the mouse window when event debugging is...
2008-02-16 Richard HultAdd state to the scroll event (bug #516757, Paul Davis).
2008-02-16 Richard HultAdd debugging code to highlight a gdkwindow.
2008-02-15 Richard HultAdapt to the change to use frame instead of bounds...
2008-02-14 Richard HultUsing makeKeyWindow unfortunately doesn't work in all...
2008-02-14 Richard HultMake sure we leave fullscreen mode if the window is...
2008-02-14 Richard HultSet frame, not bounds when resizing to be consistent...
2008-02-14 Richard HultCoding style fix.
2008-02-13 Richard HultFix the return value (return number of colors that...
2008-02-08 Richard HultIgnore the delta from the NSEvent for now, generating...
2008-01-31 Richard HultAnother attempt at fixing focus issues with undecorated...
2008-01-25 Richard HultDon't recreate a tracking rect if it didn't change...
2008-01-25 Richard HultFix compile warnings (add missing const and remove...
2008-01-15 Michael Natterergdk/gdkdisplay.h gdk/gdkdrawable.h gdk/gdkevents.h...
2008-01-14 Michael Natterergdk/gdk.h gdk/gdkcairo.h gdk/gdkcolor.h gdk/gdkgc.h...
2008-01-10 Richard HultMove the tracking rect workaround from here...
2007-12-21 Richard HultPlug leak of destroyed subviews, fixes bug #504753.
2007-12-20 Richard HultMake manual resizing smoother by processing events...
2007-12-13 Michael NattererRemove all .cvsignore files.
2007-12-13 Matthias ClasenImplement GAppLaunchContext in gdk, providing startup...
2007-12-10 Richard HultInstall backend specific header (bug #405915). Also...
2007-12-10 Richard HultReplace the autorelease pools used for each drawing...
2007-12-10 Richard HultFix the check for no changes to position and size.
2007-12-10 Richard HultIgnore drawRect calls with zero sized areas at (0,...
2007-12-10 Richard HultFix a bug where we could end up trying to handle the...
2007-12-06 Richard HultFix warning when switching spaces in leopard.
2007-12-04 Richard HultFully initialize the root window, fixes bug #501583.
2007-12-03 Richard HultDon't crash when a parent relative bg pixmap is set...
2007-11-22 15:39:40 Tim Janikcall g_test_init() from gtk_test_init().
2007-11-21 Richard Hult* gdk/quartz/gdktestutils-quartz.c: Add stubs for the...
2007-11-13 Sven HerzbergReviewed by Richard:
2007-11-04 Richard HultMake shift tab work with unicode layouts (e.g. all...
2007-11-03 Richard HultMake the grab breaking on window move work on Leopard...
2007-11-03 Richard HultCalculate the frame rect correctly when resizing toplev...
2007-11-01 Richard HultRedo the fix for bug #492117, by adding a getter for...
2007-11-01 Richard HultFix build, bug #492117.
2007-10-31 Richard HultImplement manual resize and move.
2007-10-31 Richard HultSetup autorelease pool, plugs occasional leak on leopard.
2007-10-31 Richard HultFix build warning (trackingRect should be 0, not nil).
2007-10-24 Richard HultUse an autorelease pool.
2007-10-23 Richard HultMaintain a list for the stacking order of windows....
2007-10-08 Richard HultImplement, patch from Paul Davis.
2007-10-08 Richard HultIgnore if there are no changes, fixes bug #467269....
2007-10-08 Richard HultPatch from Paul Davis to implement this in terms of...
2007-10-02 Richard HultDon't do anything while in fullscreen mode. (gdk_window...
2007-09-06 Richard HultPatch from William Pitcock: Ungrab windows if necessary...
2007-08-30 Richard HultImplement those. Based on patch from Stefan Gehn, bug...
2007-08-30 Richard HultPatch from Stefan Gehn to implement those, bug #459667.
2007-08-30 Richard HultPatch from Stefan Gehn to implement copying from a...
2007-07-31 Richard HultImplement, fixes bug #405868. Based on patch from metz8...
2007-07-18 Richard HultRef the cursor in the cached case.
2007-07-14 Richard HultPlug leak.
2007-07-13 Richard HultMove from here... ...to here. (_gdk_windowing_window_de...
2007-07-13 Richard HultAdd stubs.
2007-07-10 Richard HultAdd hack to workaround the broken tracking rect impleme...
2007-07-07 Richard Hult]) ([GdkQuartzWindow -windowDidBecomeMain:]): Keep...
2007-07-06 Richard HultFix (de)miniaturizing transient windows, by (un)setting...
2007-07-06 Richard HultAdd stub.
2007-07-03 Richard HultKeep track of button state and include it in key events...
2007-07-03 Richard HultInclude modifier state in key release events. Fixes...
2007-06-30 Richard HultContinue the event handling cleanup:
2007-06-30 Richard HultSimplify (get the origin directly from the window).
2007-06-30 Richard HultNo need to special case the root window now that it...
2007-06-30 Richard HultImprove comments in those files. Add a debugging helper...
2007-06-30 Richard HultMake this work properly for the root window.
2007-06-30 Richard HultImprove the tracking rect updating: - No need to overri...
2007-06-25 Richard HultDon't steal menu events while the keyboard is grabbed.
2007-06-25 Richard HultFallback to X cursors for the ones that OS X doesn...
2007-06-19 Johan DahlinFix a typo in a comment
2007-06-19 Richard HultDon't create or update the tracking rect in the window...
2007-06-17 Richard HultForward Mac OS menu shortcut events to the right menu.
2007-06-17 Richard HultMore refactoring of the event handling: Extract synthes...
2007-06-17 Richard HultRemove pointless logging for unhandled events. Activate...
2007-06-16 Richard HultIgnore events and break any grabs while the window...
2007-06-16 Richard HultDefer setting the parent until the window is shown...
2007-06-16 Richard HultMove the checks for no window or a non-GDK window from...
2007-06-16 Richard HultBreak out into a separate function.
2007-06-16 Richard HultImplement, to be used to detect if the window is curren...
next