]> Pileus Git - ~andy/gtk/history - gdk
Patch from Stefan Gehn to implement copying from a pixmap, bug #348493.
[~andy/gtk] / gdk /
2007-08-30 Richard HultPatch from Stefan Gehn to implement copying from a...
2007-08-28 Tim Janikfix X serial handling to cope with wraparounds and...
2007-08-17 Cody RussellCommitting changes to the source bdf font file that...
2007-08-15 Cody RussellModified the sb_h_double_arrow and sb_v_double_arrow...
2007-08-10 Björn LindqvistNote in docs that @dest's width and height is set to...
2007-08-08 Behdad EsfahbodRevert commit that was accidentally made. Sorry.
2007-08-08 Behdad EsfahbodUse gtk_true instead of rolling a new one. Patch from...
2007-07-31 Richard HultImplement, fixes bug #405868. Based on patch from metz8...
2007-07-27 Attilio FiandrottiAttempts to load stock X cursors no longer results...
2007-07-24 Tor LillqvistCosmetic changes.
2007-07-22 Matthias ClasenDocumentation fixes
2007-07-19 Ryan Lortieadd note that the semantics of this call, when mixed...
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-12 Cody Russellgdk/win32/gdkevents-win32.c Fix transient windows on...
2007-07-12 Attilio FiandrottiFixed memory leak at window closing in DirectFB backend...
2007-07-12 Tim Janikclarified documentation example.
2007-07-10 Richard HultAdd hack to workaround the broken tracking rect impleme...
2007-07-07 Tim Janikdocu fixup by Bjoern Lindqvist, #454703.
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-04 Tim Janikadded usage example to gdk_event_request_motions()...
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-07-03 Tor LillqvistImplement. Just return FALSE for now. What should this...
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-30 Matthias ClasenNew function to determine if keyboard layouts for both...
2007-06-29 Ryan LortieConnect the "destroy" signal so that the 'window' point...
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-25 Tor LillqvistRevert my attempted overly simple fix for #445284,...
2007-06-21 Tim Janikapplied patch from Mark Tiefenbruck to add missing...
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-19 Mathias HasselmannRestore G_BEGIN_DECLS at the top of this file to make...
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-17 Xan Lopezreplace GDK_WINDOW calls by cast to GdkWindow. Patch...
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-15 Hans Breuerupdated explicit usage of RegisterClassExW to match...
2007-06-14 Tor LillqvistUse g_win32_get_windows_version() instead of _winver...
2007-06-13 Behdad Esfahbod#undef GDK_DISABLE_DEPRECATED to get prototype for...
2007-06-13 Matthias ClasenRemove linux-fb leftovers
2007-06-12 Behdad EsfahbodImprove docs. (#446138, Björn Lindqvist)
2007-06-11 Matthias ClasenHandle child_setup being NULL. (#445691, Christopher...
2007-06-10 Michael Nattererfix angles by flipping the coordinate system back to...
2007-06-10 Cody RussellDon't revert the mouse cursor to the built-in one when...
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-07 Matthias ClasenFix a doc formatting thing
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 Ross BurtonSet DISPLAY in the child process using g_setenv() inste...
2007-06-06 Matthias ClasenFix the build
2007-06-06 Brian CameronAdd gdkmedialib.h to EXTRA_DIST so this header file...
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-06 Tor LillqvistFix embarrassing crash. (#444457, Torsten Schoenfeld)
2007-06-05 Matthias ClasenCheck that window_private is not NULL before using...
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-04 Matthias Clasen2.11.1
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-06-01 Alp TokerFix doc typos.
2007-05-30 Richard HultAdd this function, bug #438440.
2007-05-30 Tor LillqvistSubtract the multi-monitor offset from x and y before...
2007-05-30 Simos XenitellisClosed #442183 – Updated gdk/gdkkeysyms-update.pl
2007-05-29 Cody RussellFix initialization of last cursor
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-27 Matthias ClasenRemove duplicate doc comments that cause problems when...
2007-05-26 Matthias ClasenUpdate docs
2007-05-26 Matthias ClasenUpdate docs
next