]> Pileus Git - ~andy/gtk/history - gdk
Translation updated by Ivar Smolin
[~andy/gtk] / gdk /
2008-02-27 Richard HultFix performance regression for borderless transparent...
2008-02-25 Richard HultFix build on tiger.
2008-02-24 Richard HultPrevent hidden windows from being shown without gdk...
2008-02-24 Richard HultUse the subtype field for the custom event that is...
2008-02-20 Richard HultSet the right window level and shadow after recreating...
2008-02-17 Richard HultUpdate the position after showing the window since...
2008-02-17 Richard HultClear the toplevel ordering list in all places where...
2008-02-17 Richard HultHighlight the mouse window when event debugging is...
2008-02-16 Richard HultAdd state to the scroll event (bug #516757, Paul Davis).
2008-02-16 Matthias ClasenDon't install private headers. (#463510)
2008-02-16 Richard HultAdd debugging code to highlight a gdkwindow.
2008-02-15 Matthias ClasenGo back to 2.13.0 as version for now, as there was...
2008-02-15 Richard HultAdapt to the change to use frame instead of bounds...
2008-02-15 Matthias ClasenFix a small doc issues.
2008-02-15 Matthias ClasenDocumentation fixes
2008-02-14 Richard HultUsing makeKeyWindow unfortunately doesn't work in all...
2008-02-14 Richard HultMake sure we leave fullscreen mode if the window is...
2008-02-14 Richard HultSet frame, not bounds when resizing to be consistent...
2008-02-14 Richard HultCoding style fix.
2008-02-14 Johan Dahlingdk/gdktestutils.h Remove ; trailing G_BEGIN/END_DECLS
2008-02-13 Richard HultFix the return value (return number of colors that...
2008-02-08 Richard HultIgnore the delta from the NSEvent for now, generating...
2008-02-07 Cody Russellgdk/win32/gdkevents-win32.c Fixed two declarations...
2008-02-06 Christian PerschIf the pixbuf has an alpha channel, use gdk_draw_rgb_32...
2008-02-06 Cody RussellAlso check that the window is not mapped.
2008-02-06 Cody RussellCheck if the window is a temp window, otherwise things...
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-31 Cody RussellRefactored some of the window hiding/showing code from...
2008-01-31 Sven Neumannapplied patch from Denis Oliver Kropp <dok@directfb...
2008-01-31 Sven Neumanngdk/directfb/gdkdisplay-directfb.c gdk/directfb/gdkdraw...
2008-01-31 Richard HultAnother attempt at fixing focus issues with undecorated...
2008-01-30 Sven Neumanngdk/directfb/gdkdrawable-directfb.c gdk/directfb/gdkwin...
2008-01-30 Sven Neumanngdk/directfb/gdkdirectfb.h gdk/directfb/gdkdisplay...
2008-01-25 Richard HultDon't recreate a tracking rect if it didn't change...
2008-01-25 Richard HultFix compile warnings (add missing const and remove...
2008-01-22 Mathias HasselmannAdd gdk_app_launch_context_get_type() to gdk.symbols...
2008-01-15 Michael Natterergdk/gdkdisplay.h gdk/gdkdrawable.h gdk/gdkevents.h...
2008-01-14 Michael Natterercast the return value of gdk_screen_get_font_options...
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)
2008-01-10 Richard HultMove the tracking rect workaround from here...
2008-01-10 Michael Nattereradd these functions to make it build again.
2008-01-04 Michael Nattererdon't forget to set the time in the returned GdkTimeCoords.
2007-12-28 Matthias ClasenDon't return NULL.
2007-12-27 Christian PerschFir the patch from bug #504886 not to read unitialised...
2007-12-25 Matthias ClasenRemove unneeded includes. (#505411, Kazuki IWAMOTO)
2007-12-23 Cody RussellCheck that the window is mapped before setting SW_RESTO...
2007-12-22 Christian PerschPlug mem leaks. Bug #504886.
2007-12-21 Richard HultPlug leak of destroyed subviews, fixes bug #504753.
2007-12-20 Alexander LarssonUpdate for gio API changes
2007-12-20 Richard HultMake manual resizing smoother by processing events...
2007-12-18 Matthias ClasenAdd a gtk-im-module GTK setting
2007-12-15 Sebastian DrögeUse u32 instead of __u32 and u8 instead of __u8 as...
2007-12-14 Michael Natterergdk/gdkinternals.h #include <gio/gio.h> instead of...
2007-12-13 Søren SandmannAdd RandR 1.2 support
2007-12-13 Michael NattererRemove all .cvsignore files.
2007-12-13 Mathias HasselmannMake the code compile again after the GdkAppLaunchConte...
2007-12-13 Matthias ClasenAdd docs
2007-12-13 Matthias ClasenForgotten file
2007-12-13 Matthias ClasenImplement GAppLaunchContext in gdk, providing startup...
2007-12-11 Attilio FiandrottiApplied a patch by Claudio Ciccani which adds testing...
2007-12-11 Attilio FiandrottiApplied a patch by Claudio Ciccani which fixes the...
2007-12-10 Richard HultInstall backend specific header (bug #405915). Also...
2007-12-10 Richard HultReplace the autorelease pools used for each drawing...
2007-12-10 Richard HultFix the check for no changes to position and size.
2007-12-10 Richard HultIgnore drawRect calls with zero sized areas at (0,...
2007-12-10 Richard HultFix a bug where we could end up trying to handle the...
2007-12-09 Attilio FiandrottiMinor fix for code added in r19132
2007-12-09 Attilio FiandrottiCommitted several patches by Denis Oliver Knoppwhich...
2007-12-06 Tommi KomulainenRemove trailing whitespace that can trigger false posit...
2007-12-06 Attilio FiandrottiCommitted a patch by DOK to fix GDK events generations...
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...
next