]> Pileus Git - ~andy/gtk/history - gdk
Updated Bulgarian translation
[~andy/gtk] / gdk /
2009-08-20 Matthias ClasenSilence the conversion from xatom to atom too
2009-08-20 Shixin ZengDeprecate also GdkFontPrivateWin32
2009-08-20 Shixin ZengUse g_object_ref/unref instead of deprecated specializa...
2009-08-20 Alexander LarssonMore reentrancy protection for process_updates
2009-08-17 Matthias ClasenTiny docs improvement
2009-08-17 Alexander LarssonDon't crash on NULL parent
2009-08-16 Alexander LarssonRemove unused variable
2009-08-16 Alexander LarssonFix gdk_window_get_geometry for native children with...
2009-08-14 Alexander LarssonAlways queue antiexposes after flushing outstanding...
2009-08-14 Alexander LarssonFix type mismatch warnings
2009-08-13 Tor LillqvistInitialize missing methods on Windows
2009-08-13 Alexander LarssonMake _gdk_window_process_updates_recurse reentrancy...
2009-08-13 Alexander LarssonFix leaks of clip region and outstanding moves
2009-08-13 Alexander LarssonEnsure that queue_translation is paired with the right...
2009-08-13 Alexander LarssonClarify comment
2009-08-13 Alexander LarssonInvalidate old source in gdk_window_move_region
2009-08-13 Alexander LarssonModify window system exposes wrt outstanding moves
2009-08-13 Alexander LarssonCheck for GraphicsExpose too in expose_serial_predicate
2009-08-13 Alexander LarssonDon't un-invalidate area that will be immediately inval...
2009-08-13 Alexander LarssonRemove C++ comment
2009-08-11 Matthias ClasenMake setting the root cursor work again
2009-08-11 Alexander LarssonFix clearing of window background for some transparent...
2009-08-11 Alexander LarssonImplement fallback for old draw_drawable vfunc
2009-08-11 Alexander LarssonShow/Hide native window when updating viewable
2009-08-10 Alexander LarssonDon't invalidate unnecessary areas on raise
2009-08-10 Alexander LarssonRemove old comment about guffaw scrolling
2009-08-10 Alexander LarssonDon't ever invalidate the root window
2009-08-10 Javier JardónRemove some unused variables (GnomeBug:591218)
2009-08-09 Matthias ClasenAvoid some gratitious behaviour changes
2009-08-07 Matthias ClasenFix a logic error in gdk_window_set_title on OS X
2009-08-07 Matthias ClasenFix a logic error in gdk_window_set_title on OS X
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...
next