]> Pileus Git - ~andy/gtk/history - gdk
replaced seq(1) invokation for X11 ids with a hardcoded set of likely
[~andy/gtk] / gdk /
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-26 Matthias ClasenUse templates for glib-mkenums calls instead of complic...
2007-11-25 Tor LillqvistUse the monitor the window currently is on, not always...
2007-11-25 Tor LillqvistNew file, dummy implementations.
2007-11-25 Matthias ClasenRequire gtk-doc 1.8
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-21 Ross BurtonAdd xsetting for gtk-scrolled-window-placement (#458103).
2007-11-21 Behdad EsfahbodAdd Gtk/EnableAccels and Gtk/EnableMnemonics xsettings for
2007-11-20 Tim JanikFixed copyright for newly submitted files.
2007-11-20 Tim JanikMoved Gdk test functions from Gtk+ to Gdk test utils.
2007-11-13 Sven HerzbergReviewed by Richard:
2007-11-12 Alexander LarssonAvoid loading the ISO8859-1 iconv module. We're already...
2007-11-09 Kristian Rietveldguard for windows with GDK_WINDOW_DESTROYED set. (Fixes...
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-19 Tor LillqvistAdd a block around the WM_ACTIVATE case to avoid declar...
2007-10-18 Cody Russellgdk/win32/gdkevents-win32.c Force non-modal transient...
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-12 Kristian RietveldFixes #426246.
2007-09-10 Behdad EsfahbodFix serial number comparison regression introduced...
2007-09-09 18:22:28 Tim Janikfix invalid list node accesses, spotted by Benjamin...
2007-09-07 Matthias ClasenAllow dest to be NULL. (#464528, Xan Lopez)
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-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...
next