]> Pileus Git - ~andy/gtk/history - gdk/win32
#136672, reported by Christian Persch; fixes based on a patch by Soeren
[~andy/gtk] / gdk / win32 /
2004-03-13 Tor LillqvistDon't undefine HAVE_MONITOR_INFO when compiling with...
2004-03-13 Owen TaylorMake this a total no-op when the new or old parent...
2004-03-10 Tor LillqvistSet also the pointer button bits. (#136636, Dave Neary)
2004-03-07 Hans Breuersome more settings from system, also reflect some name...
2004-03-06 Federico Mena QuinteroFixes #136082 and #135265, patch by Morten Welinder.
2004-03-05 Tor LillqvistAdd missing entries, thanks to J. Ali Harlow.
2004-02-28 Hans Breuerset current_dest_drag to NULL when destroying, fixes...
2004-02-26 Owen TaylorReturn GDK_FILTER_CONTINUE for unhandled message types.
2004-02-02 Tor LillqvistSet the cursor in all cases. If no grab cursor specifie...
2004-01-28 Tor LillqvistDon' generate enter or leave events if the pointer...
2004-01-26 Federico Mena QuinteroFix #105497; constify uses of GdkColor.
2004-01-25 Tor LillqvistIf the WM_TRANSIENT_FOR property is being deleted,...
2004-01-04 Hans Breueruse SWP_NOACTIVATE in gdk_window_set_keep_(above|below...
2003-12-14 Hans Breuerhandle GTK_DATADIR similar as the other filesystem...
2003-12-14 Tor LillqvistCalls to OpenClipboard() must be followed by calls...
2003-12-14 Tor LillqvistMerge from stable:
2003-12-14 Tim EvansImplement gdk_window_set_icon_list() for Win32, with...
2003-12-10 Matthias ClasenChanges to allow "no input" windows (#64613):
2003-12-10 Mark McLoughlins/gdk_spawn/gdk_spawn_on_screen/.
2003-12-10 Mark McLoughlinUtility functions for multi-screen applications which...
2003-12-08 Tor LillqvistUse <multimon.h> when compiling with MSVC and old heade...
2003-12-07 Tor LillqvistDon't use the return value from SendMessage(WM_SETICON...
2003-12-07 Tor LillqvistIf we already have a pointer grab active with a grab...
2003-11-15 Hans Breuerupdated added all the new tests
2003-11-15 Tor LillqvistIf the window is maximized, use SW_SHOWMAXIMIZED. ...
2003-09-25 Tor LillqvistDon't use hardcoded DEMOCODEDIR on Windows.
2003-09-19 Tor LillqvistHandle dead keysyms present on the US-International...
2003-09-14 Tor LillqvistRemove special-case code for WS_EX_TRANSPARENT (GDK_INP...
2003-09-02 Tor LillqvistDon't call CloseHandle() on the HMODULE returned from...
2003-08-08 Tor LillqvistPrint also the root coordinates for events that have...
2003-08-07 Tor Lillqvistgdk/win32/gdkinput-win32.h Drop the GdkEvent* parameter...
2003-08-07 Hans Breuerfinally use TrackMouseEvent (only if the new window...
2003-08-07 Tor Lillqvistgdk/gdk.def Add missing function, trivially implement.
2003-08-06 Hans Breuerinitialize bits to 0 (probably default on NT)
2003-08-06 Hans Breuerinitialize bits to 0 (probably default on NT)
2003-08-06 Hans Breuernow it works as intended ;-)
2003-08-05 Hans Breuerset HWND_NOTOPMOST for modal==FALSE, fixes bug #118435
2003-08-04 Tor Lillqvist2003-08-04 Tor Lillqvist <tml@iki.fi
2003-08-02 Tor LillqvistFix gdk/win32 window geometry handling again. The windo...
2003-07-29 Tor LillqvistFix for #108007, #112402, #117042: There was confusion...
2003-07-27 Tor LillqvistOn Win9x, the keyboard state returned by GetKeyboardSta...
2003-07-26 Tor Lillqvistgdk/win32/gdkprivate-win32.h New flags _gdk_input_local...
2003-07-20 Hans Breuernew file to build it all ... added to EXTRA_DIST
2003-07-05 Owen TaylorUse asynchronously _gdk_x11_set_input_focus_safe to...
2003-07-04 Tor LillqvistWe can calculate the width and height of the bounding...
2003-07-01 Tor LillqvistWindowFromPoint() wants screen coordinates (#115422...
2003-06-30 Tor LillqvistNew function, callback proc for EnumWindows().
2003-06-28 Tor LillqvistFix for #111028, thanks to J. Ali Harlow, who writes...
2003-06-22 Tor LillqvistWhen emulating X11's automatic grab on button down...
2003-06-06 Tor LillqvistFix typo.
2003-06-06 Tor LillqvistSet graphics_exposures and subwindow_mode, too, even...
2003-06-05 Tor LillqvistHandle global filters.
2003-05-27 Matthias ClasenRemove dubious bitfields of unspecified signedness...
2003-05-06 Owen TaylorPatch from James Henstridge to update to automake-1...
2003-05-06 Tor LillqvistFix for #110165 (thanks to Arnaud Charlet):
2003-03-15 Tor LillqvistUse the signed GET_X_LPARAM() and GET_Y_LPARAM() to...
2003-03-13 Tor LillqvistOn WM_MOUSEMOVE, the test whether we have actually...
2003-03-13 Tor Lillqvistif a grab cursor is used, must copy the HCURSOR with...
2003-03-09 Tor LillqvistDon't try to compensate for LineTo() not drawing the...
2003-03-08 Matthias ClasenBug #107664 continued:
2003-03-08 Matthias ClasenTrivial cleanups (bug #107664)
2003-02-01 Tor LillqvistMerge from stable:
2003-01-19 Tor LillqvistMerge from stable:
2003-01-12 Tor LillqvistMerge from stable:
2003-01-05 Tor LillqvistUse correct DLL and import library names, with GTK_API_...
2002-12-21 Tor LillqvistMove the code that sets the window style and extended...
2002-12-17 Tor LillqvistMinor cosmetics.
2002-12-15 Matthias ClasenUse g_printf instead of system printf. (#99327)
2002-12-11 Tor Lillqvistgdk/win32/gdkpixmap-win32.c (gdk_pixmap_new, gdk_bitmap...
2002-12-09 Tor LillqvistMerge from stable:
2002-12-06 Eric WarmenhovenFix gdkenumtypes.h hack
2002-11-25 Owen TaylorFixes from #98358, Havoc Pennington.
2002-11-25 Tor LillqvistEnclose in #ifdef G_ENABLE_DEBUG, as they use functions...
2002-11-24 Tor LillqvistMerge from stable:
2002-11-16 Tor LillqvistAdd missing entries, needed by gtk.
2002-11-16 Tor LillqvistReflect recent renamings and removals of functions.
2002-11-14 Owen TaylorTry a different hack to force gdkenumtypes.h to be...
2002-11-12 Tor Lillqvistgdk/win32/gdkprivate-win32.h Rename all global variable...
2002-11-08 Owen TaylorAdd in a awful hack to force gdkenumtypes.h to be updat...
2002-11-02 Owen TaylorAdd startup notification hooks - mostly based on patch...
2002-10-31 Owen TaylorAdd a --screen option for setting the default screen...
2002-10-28 Tor LillqvistDon't call GetWindowLong for GWL_EXSTYLE, the extended...
2002-10-25 Matthias ClasenFix doc comment.
2002-10-23 Matthias ClasenRemove redundant doc comments.
2002-10-16 Owen TaylorMake 'filled' arguments for draw_arc/polygon/rectangle...
2002-10-07 Owen TaylorAdd gdk_drag_find_window_for_screen(), so that we can...
2002-10-07 Owen Taylor- Replace GdkPointerHooks with a multihead-safe GdkDisp...
2002-10-07 Bill Hanemangdk_image_get_pixel, gdk_image_put_pixel: Fixed sense...
2002-10-03 Owen TaylorAdd a 'type' parameter, make public.
2002-09-30 Tor LillqvistSet image->windowing_data to NULL, unref the image...
2002-09-30 Owen TaylorSet the client ID on all displays. (#85713)
2002-09-27 Eric WarmenhovenMove gdk_keval_name and gdk_keyval_from_name to new...
2002-09-25 Owen TaylorAdd gdk_screen_make_display_name(), which returns a...
2002-09-25 Manish Singhadd -DG_DISABLE_DEPRECATED and -DGDK_PIXBUF_DISABLE_DEP...
2002-09-24 Tor LillqvistMerge from gtk-2-0:
2002-09-24 Owen Taylorgdk/win32/gdkimage-win32.c gdk/x11/gdkimage-x11.c Add...
2002-09-24 Owen TaylorChange the window parameter for
2002-09-21 Tor LillqvistCopy from X11 backend. The old version mishandled conse...
2002-09-19 Tor LillqvistDelete leftover declarations of the obsolete Win32...
2002-09-11 Tor LillqvistMerge from gtk-2-0:
next