]> Pileus Git - ~andy/gtk/history - gdk/win32/gdkwindow-win32.c
gdk: Remove _gdk_window_impl_get_type() function
[~andy/gtk] / gdk / win32 / gdkwindow-win32.c
2010-12-02 Benjamin Ottegdk: Remove _gdk_window_impl_get_type() function
2010-12-02 Benjamin Ottegdk: Pass Drawable as argument
2010-10-05 Kristian RietveldMake set_cairo_surface_size a vfunc on GdkWindowImpl
2010-09-26 Benjamin OtteAPI: Remove gdk_drawable_get_colormap()
2010-09-26 Benjamin OtteAPI: Remove colormap member from GdkWindowAttr
2010-09-26 Benjamin Ottegdk: gdk_drawable_get_screen/visual => gdk_window_get_s...
2010-09-26 Benjamin Ottegdk: store the visual in the GdkWindowObject
2010-09-26 Benjamin OtteAPI: Remove gdk_drawable_set_colormap()
2010-09-26 Benjamin Ottegdk: Rewrite background handling
2010-09-26 Benjamin Ottegdk: Remove _gdk_windowing_get_shape_for_mask()
2010-09-26 Benjamin OtteAPI: remove gdk_window_set_icon()
2010-09-08 Javier JardónRemove deprecated gdk_window_get_deskrelative_origin...
2010-08-29 Tor LillqvistFix Win32 build
2010-08-29 Matthias ClasenRemove the long deprecated GDK_WINDOW_DIALOG type.
2010-08-23 Tor LillqvistFix Win32 build
2010-08-10 Benjamin OtteAPI: remove begin/end_direct_draw functions
2010-08-10 Benjamin Ottegdk: Make window moves a custom vfunc
2010-07-05 Tor LillqvistFix build breakage on Windows caused by the region...
2010-06-29 Benjamin Ottes/GdkRegion/cairo_region_t/ in all of gtk
2010-06-14 Martin Schlemmerwin32: Avoid type warning for offscreen windows in...
2010-06-11 Martin Schlemmerwin32: Fix the xp there to correctly clip when drawing
2010-05-25 Matthias ClasenMerge the xi2-for-master branch
2010-05-12 Javier JardónRemove some deprecated stuff from GdkWindow
2010-04-04 Tor LillqvistWork on OLE2-based generic DND
2009-12-16 Tor LillqvistWork on OLE2-based generic DND
2009-11-27 Matthias ClasenMerge branch 'master' into toolpalette
2009-11-06 Nicola FontanaDo not use static GTypeInfo and GInterfaceInfo
2009-10-28 Johannes SchmidMerge branch 'master' into toolpalette
2009-10-18 Tor LillqvistUse correct size for root window with multiple monitors
2009-10-18 Tor LillqvistAdd missing newline to debugging output
2009-10-18 Tor LillqvistDelete unused leftover static function
2009-10-18 Tor LillqvistMore meaningful debugging output in gdk_win32_window_ge...
2009-10-18 Tor LillqvistRemove unused variables and static functions
2009-10-18 Tor LillqvistCorrect function names in debugging output
2009-09-28 Alexander LarssonExtend _gdk_windowing_window_at_pointer to be able...
2009-09-02 Alexander LarssonAdd gdk_window_restack
2009-08-31 Alexander LarssonDon't update window->shaped from backends
2009-08-13 Tor LillqvistInitialize missing methods on Windows
2009-08-13 Alexander LarssonEnsure that queue_translation is paired with the right...
2009-07-26 Hans BreuerSome cursor work for csw(win32), more left to do
2009-07-26 Hans BreuerFormatting and removing commented/obsolete code
2009-07-18 Alexander LarssonTrack viewable for GdkWindow
2009-07-17 Hans BreuerMore efficient version of _gdk_win32_window_queue_trans...
2009-07-13 Hans BreuerImplement _gdk_win32_window_destroy() and more cleanup
2009-07-13 Hans BreuerImplement _gdk_win32_window_queue_translation()
2009-07-13 Hans BreuerBug #588388 - shape rendering is back
2009-07-04 Hans BreuerFix condition to deliver root coords
2009-07-04 Hans BreuerEnable window creation with GDK_WINDOW_CHILD again
2009-07-01 Alexander LarssonMerge branch 'client-side-windows'
2009-07-01 Alexander LarssonSome win32 cleanups
2009-07-01 Alexander LarssonMake win32 backend build and minimally work
2009-06-17 Alexander LarssonMerge branch 'master' into client-side-windows
2009-05-25 Alexander LarssonMerge branch 'master' into client-side-windows
2009-04-02 Cody Russellgrabs
2009-04-02 Cody RussellUpdates
2009-04-02 Cody RussellGet width/height from GetSystemMetrics()
2009-04-02 Cody RussellMisc stuff
2009-04-02 Cody RussellCSW Win32 work in progress - builds but does not work...
2008-10-21 Tor LillqvistBug 557266 - Window Management Problem
2008-10-05 Tor LillqvistBug 132501 - Make utility window translate to tool...
2008-09-26 Cody RussellBug 553917 – Typo in gdkwindow-win32.c
2008-08-28 Cody RussellCheck if the window's state has GDK_WINDOW_STATE_MAXIMI...
2008-08-28 Matthias ClasenReturn FALSE from reparent implementations to avoid...
2008-08-04 Tor LillqvistBug 544684 - Win64 issue, window handles are assumed...
2008-07-07 Cody RussellBug 541964 – [Win32] Setting modal hint to current...
2008-07-07 Tor LillqvistNeed to initialise private->impl here, too.
2008-07-02 Cody RussellBug 541305 – [Win32] Scrolling was broken after GdkWind...
2008-07-02 Cody RussellBug 541249 – [Win32] Fix some internal static methods
2008-07-02 Cody RussellBug 541162 – [Win32] Update for the new GdkWindowImpl...
2008-06-22 Johan DahlinInclude "config.h" instead of <config.h> Command used...
2008-05-23 Tor LillqvistAdd gdk_window_redirect_to_drawable and gdk_window_remo...
2008-05-23 Tor LillqvistDon't do anything if style doesn't change. Improve...
2008-03-10 Tor LillqvistBug 520286 - Non-deletable window has no minimize ...
2008-02-07 Cody Russellgdk/win32/gdkevents-win32.c Fixed two declarations...
2008-02-05 Cody RussellWalk down the stack until we get to a window that is...
2008-02-05 Cody Russellgdk/win32/gdkprivate-win32.h gdk/win32/gdkevents-win32.c
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 Tor Lillqvistgdk/win32/gdkdisplay-win32.c gdk/win32/gdkglobals-win32.c
2008-01-10 Cody RussellProperly ref/unref windows and parents. (#506769)
2007-11-25 Tor LillqvistUse the monitor the window currently is on, not always...
2007-10-18 Cody Russellgdk/win32/gdkevents-win32.c Force non-modal transient...
2007-07-12 Cody Russellgdk/win32/gdkevents-win32.c Fix transient windows on...
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-01 Matthias ClasenAdd support for composited child windows. (#412882...
2007-04-30 Cody RussellClear correct area
2007-04-30 Tor LillqvistAdd functionality to set overall opacity of a top-level...
2007-04-25 Cody RussellWin32 drop shadow goodness
2007-02-26 Tor LillqvistAdd comment clarifying that "icon name" here is not...
2006-10-28 Tor LillqvistImprove handling of the small icon of the window class...
2006-09-10 Tor Lillqvistgdk/win32/gdkprivate-win32.h gdk/win32/gdkmain-win32...
2006-09-03 Tor Lillqvistgdk/win32/gdkevents-win32.c Use wide-char API for messa...
2006-09-02 Tor LillqvistNo GDK_WINDOW_DISPLAY in the Win32 backend.
2006-08-30 Matthias ClasenAdd a function to beep on a window. For X11, implement...
2006-08-30 Tor LillqvistRemove support for Windows 9x/ME. GTK+ hasn't worked...
2006-02-20 Tor LillqvistNew function. Factor out code from gdk_window_shape_com...
2006-02-09 John Ehresmangdk/win32/gdkevents-win32.c (gdk_event_translate) ...
2006-02-09 John EhresmanLet gdk_window_set_decorations() take precedence over...
2006-01-02 Tor LillqvistMake identical to the X11 implementation. (#322264...
next