]> Pileus Git - ~andy/gtk/history - gdk/quartz
Moved Gdk test functions from Gtk+ to Gdk test utils.
[~andy/gtk] / gdk / quartz /
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...
2007-06-16 Richard HultDon't set parent/child relationship for tooltip windows...
2007-06-10 Michael Nattererfix angles by flipping the coordinate system back to...
2007-06-07 Michael Nattereradd utility function gdk_quartz_fix_cap_not_last_line...
2007-06-07 Michael Nattereradd gdk_gc_quartz_init() and set some values to the...
2007-06-07 Michael Nattereruse the same code for GDK_XOR as for GDK_INVERT. Xor...
2007-06-06 Richard HultRework how we get the event window: don't get the windo...
2007-06-06 Richard HultDon't do anything if the two windows are the same.
2007-06-06 Richard HultIgnore if the old and new windows are the same.
2007-06-06 Richard HultUpdate comment to be more clear and print a warning...
2007-06-06 Richard HultDon't let temp windows become key window.
2007-06-04 Richard HultDon't try to make temp windows key windows, fixes probl...
2007-06-04 Richard Hult* gdk/quartz/gdkwindow-quartz.c: Implement simple versi...
2007-06-04 Richard HultImplement.
2007-06-04 Richard HultImplement gdk_window_set_transient_for.
2007-06-03 Richard HultSet the key modifier state.
2007-06-03 Richard HultMake pointer grab emulation work a bit better:
2007-06-01 Richard HultFix the coordinates in crossing events so they are...
2007-06-01 Richard HultMake function naming consistent for the various functio...
2007-06-01 Matthias ClasenAdd support for composited child windows. (#412882...
2007-05-30 Richard HultAdd this function, bug #438440.
2007-05-28 Richard HultBreak out code that was repeated into separate function...
2007-05-28 Richard HultFix typo, we need both press and release in the mask...
2007-05-28 Richard HultReset all the grab state, to help debugging. (gdk_event...
2007-05-28 Richard HultRefactored version of _gdk_quartz_window_find_child_by_...
2007-05-28 Richard HultDon't traverse beyond the toplevel of the passed in...
2007-05-28 Richard HultSet a size for the root window.
2007-05-28 Richard HultAdd comments about what various coordinates are relativ...
2007-05-25 Richard HultImplement copying from a window, part of bug #348493.
2007-05-21 Richard HultSet the resolution.
2007-05-05 Richard HultFix bugs #428733 and #433301. Turns out the lockFocus...
2007-04-30 Richard HultImplement.
2007-04-28 Ronald Bultjefix two more potential races that could happen when...
2007-04-25 Cody RussellWin32 drop shadow goodness
2007-04-18 Richard HultRefactor the process updates functions to share code...
2007-04-11 Ronald BultjeProtect the polling thread setup and shutdown function...
2007-04-06 Richard HultClean up namespaces to make the code more maintainable.
2007-03-15 Richard HultAdd stubs for gdk_notify_startup_complete_with_id and
2007-03-10 Richard HultUpdate for the new quartz cairo surface API (#410442...
2007-03-10 Richard HultAdd missing function signature to fix a build warning.
2007-03-10 Richard HultPlug a leak.
2007-03-10 Richard HultRemove unneccesary exposure mask check.
2007-03-10 Richard HultDon't set the font name here, leave that to themes...
2007-03-09 Matthias ClasenRemove unnecessary NULL checks before g_free(). (#36966...
2007-02-18 Richard HultSetup release pools to plug two leaks, patch from Erik...
2007-02-18 Richard HultAdd stub for gdk_display_add_client_message_filter...
2007-02-18 Richard HultImport AppKit.h instead of Quartz.h. Don't use userSpac...
2006-12-28 Mikael HallendalFactored out the event loop integration into gdkeventlo...
2006-12-19 Mikael HallendalSplitted out the GdkPixbuf to NSImage routine so that...
2006-09-21 Michael NattererImplement lots of value setters for GdkGC, based on...
2006-09-21 Michael Nattererfix cast: it's drawable_impl->wrapper that is the GdkWi...
2006-09-14 Michael David Emmel/tmp/cvsX7MHVx
2006-09-06 Richard HultSpecial-case shift-tab and map it to GDK_ISO_Left_Tab...
next