]> Pileus Git - ~andy/gtk/history - gdk
Updated German translation
[~andy/gtk] / gdk /
2009-07-31 Kristian RietveldAdd stubs for missing GDK windowing functions to Quartz...
2009-07-30 Emmanuele BassiFix gdk_window_get_cursor() documentation
2009-07-30 Emmanuele BassiAdd missing gdk_window_get_cursor to the GDK symbols
2009-07-30 Cody Russelladd gdk_window_get_cursor()
2009-07-27 Cody Russell_gdk_window_impl_new() on directfb
2009-07-26 Hans BreuerImplement GdkDrawableImplWin32::draw_pixbuf
2009-07-26 Hans BreuerUse G_DEFINE_TYPE (GdkDrawableImplWin32, ...)
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-24 Alexander LarssonFix cairo rendering on large subwindows
2009-07-23 Alexander LarssonFix clipping of pixbuf drawing to windows
2009-07-23 Alexander LarssonAvoid unnecessary indirect call
2009-07-21 Cody RussellBug 589275 – [csw] Trying to destroy NULL regions
2009-07-20 Alexander LarssonRevert all handling of clip_region being unset for...
2009-07-20 Alexander LarssonSet clip region to empty for non-viewable windows
2009-07-20 Alexander LarssonMake gdk_window_begin/end_paint handle non-viewable...
2009-07-20 Alexander LarssonMake gdk_drawable_get_visible/clip_region handle the...
2009-07-20 Alexander LarssonCalculate clip region when window goes viewable
2009-07-20 Matthias ClasenRemove a duplicate include.
2009-07-19 Alexander LarssonExit remove_child_area when region is empty
2009-07-19 Alexander LarssonOptimize remove_child_area for children outside region
2009-07-18 Alexander LarssonFix read of non-initialized clip_region
2009-07-18 Alexander LarssonDon't read non-initialized clip region
2009-07-18 Alexander LarssonOnly handle viewable windows in collect_native_child_region
2009-07-18 Alexander LarssonOnly apply clip_region shape for viewable windows
2009-07-18 Alexander LarssonOnly calculate clipping regions for viewable windows
2009-07-18 Alexander LarssonCheck for viewable to avoid doing work instead of mapped
2009-07-18 Alexander LarssonTrack viewable for GdkWindow
2009-07-18 Alexander LarssonGDK_WINDOW_TYPE does a runtime typecheck, don't call...
2009-07-18 Hans BreuerBug #588398 - Leak with testgtk::preview_(color|gray...
2009-07-17 Hans BreuerMore efficient version of _gdk_win32_window_queue_trans...
2009-07-13 Cody Russellmore directfb updates
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-13 Hans BreuerMake more use of defines in $(TOP)/build/win32/make.msc
2009-07-13 Hans BreuerBug #588379 - testgtk::panes does not change the cursor...
2009-07-13 Hans BreuerBug #588373 - Menus broken by client-side-windows
2009-07-13 Hans BreuerUpdate msvc build
2009-07-10 Alexander LarssonDon't draw to unviewable windows
2009-07-10 Alexander LarssonEnsure that windows used for selections are native
2009-07-10 Alexander LarssonManually update toplevel_under_pointer when a grab...
2009-07-10 Cody RussellMerge branch 'directfb-csw'
2009-07-09 Cody Russellget directfb building with csw
2009-07-09 Michael NattererAdd xevent->xcrossing.mode to GDK_NOTE() for enter...
2009-07-09 Alexander LarssonCorrectly set enter/leave events as detail=nonlinear
2009-07-08 Alexander LarssonHandle non-native windows in the gdk test utils
2009-07-08 Alexander LarssonDon't emulate map/unmap events for native windows
2009-07-08 Matthias ClasenMake gdk build with GDK_DISABLE_DEPRECATED
2009-07-08 Kjartan MaraasUse g_object_unref instead of deprecated gdk_pixmap_unref
2009-07-07 Alexander LarssonThe shape is in window coordinate, so properly offset...
2009-07-07 Alexander LarssonOptimize clip-to-window with clipmask case when fully...
2009-07-07 Alexander LarssonMake clipmasks work for pixbuf rendering
2009-07-07 Alexander LarssonAdd _gdk_gc_get_clip_mask
2009-07-07 Matthias Clasen2.17.3
2009-07-07 Matthias ClasenMake distcheck pass
2009-07-06 Matthias ClasenMore documentation fixes
2009-07-06 Matthias ClasenMore small documentation fixups
2009-07-06 Matthias ClasenSmall documentation fixes
2009-07-04 Hans BreuerUpdated msvc build
2009-07-04 Hans BreuerFix condition to deliver root coords
2009-07-04 Hans BreuerEnable window creation with GDK_WINDOW_CHILD again
2009-07-04 Hans BreuerInitialize 'private' before use
2009-07-04 Hans BreuerUpdated msvc build
2009-07-04 Hans BreuerConditionally define WS_EX_COMPOSITED
2009-07-03 Matthias ClasenAdd doc stubs
2009-07-01 Alexander LarssonMake GdkDrawable draw_drawable backwards compat
2009-07-01 Alexander LarssonMerge branch 'client-side-windows'
2009-07-01 Alexander LarssonMove new draw_drawable argument to end to make it more...
2009-07-01 Alexander LarssonClean up embedding api
2009-07-01 Alexander LarssonRemove debug spew, add TODO_CSW
2009-07-01 Alexander Larssongdk_win32_blit, don't get the size of the impl
2009-07-01 Alexander LarssonSome win32 cleanups
2009-07-01 Alexander LarssonFix win32 GC set_region handling of reset_region
2009-07-01 Alexander LarssonMake win32 backend build and minimally work
2009-07-01 Alexander LarssonDon't use GDK_WINDOW_SCREEN, as its an X11 specific...
2009-07-01 Alexander LarssonDon't return value from void function
2009-06-30 Alexander LarssonAdd missing symbols to gdk.symbols
2009-06-30 Alexander LarssonAdd gdk_window_get_root_coords to gdk.symbols
2009-06-30 Alexander LarssonMove destroyed check to common code for get_origin...
2009-06-26 Alexander LarssonDon't hide foreign children when emulating visibility
2009-06-26 Alexander LarssonBetter implementation of native clear_area
2009-06-26 Alexander LarssonImplement gdk_window_clear_area natively for foreign...
2009-06-26 Alexander LarssonClip cairo drawing against client-side child windows
2009-06-25 Alexander LarssonEnsure that we always calculate clip regions for root...
2009-06-25 Alexander LarssonFix g_signal_emit calls
2009-06-24 Alexander LarssonFix typos
2009-06-24 Alexander LarssonFactor out common code to sync_native_window_stack_position
2009-06-24 Alexander LarssonRemove old obsolete comment
2009-06-24 Alexander LarssonUse g_signal_emit instead of g_signal_emit_by_name...
2009-06-24 Alexander LarssonRename accumulate_get_parent to accumulate_get_window
2009-06-24 Alexander LarssonSimplify _gdk_display_get_last_pointer_grab using g_lis...
2009-06-20 Richard HultUpdate _gdk_windowing_pointer_grab
2009-06-20 Richard HultRemove duplicate definition of GdkInputWindow
2009-06-20 Richard HultUpdate gdk_window_quartz_show, ..._get_origin, ..._get_...
2009-06-20 Richard HultRename gdk_window_beep to _gdk_windowing_window_beep
2009-06-19 Matthias ClasenCorrect a couple of typos
2009-06-18 Alexander LarssonFix spelling of synthesize
2009-06-17 Alexander LarssonMerge branch 'master' into client-side-windows
2009-06-16 Alexander LarssonDon't reset window hints when showing multiple times
next