]> Pileus Git - ~andy/gtk/history - gdk
Updated Bulgarian translation by Alexander Shopov <ash@contact.bg>
[~andy/gtk] / gdk /
2009-02-18 Matthias Clasensome xrandr fixes
2009-02-18 Sven NeumannBug 533456 – Memory leak when window is destroyed
2009-02-18 Sven NeumannBug 513422 – Unknown meaning of translatable messages
2009-02-18 Sven NeumannBug 560671 – the client_message API doesn't work in...
2009-02-18 Sven NeumannBug 543710 – Dead keys do not work anymore with DirectFB
2009-02-18 Sven NeumannBug 554407 – directfb backend does not implement GdkWin...
2009-02-17 Matthias Clasen2.15.4
2009-02-16 Sven Neumanngdk/gdk.symbols implement gdk_keymap_get_caps_lock_stat...
2009-02-15 Tor LillqvistBug 571873 - Compile error with gdk/win32/gdkselection...
2009-02-13 Matthias ClasenRegister randr events
2009-02-13 Matthias ClasenCheck for Xrandr 1.3
2009-02-09 Cody RussellAdd potentially missing #defines for XBUTTON1, etc...
2009-01-30 Tor LillqvistBug 559408 - Transparency lost when images are copied...
2009-01-29 Claudio SaavedraBug 569435 – make maintainer-clean removes non-generate...
2009-01-26 Richard HultBug 566628 – gdk_display_close always asserts on win32...
2009-01-24 Matthias ClasenDon't update blank cursors
2009-01-23 Matthias Clasen Bug 567761 – Spellfixes in GTK+ documentation
2009-01-23 Matthias ClasenUse a different approach to snapshotting that is in...
2009-01-21 Tor LillqvistRename static local functions and variables to not...
2009-01-20 Matthias ClasenUpdate docs on blank cursors
2009-01-20 Matthias Clasen Cache cursors to avoid libXcursor theme lookup...
2009-01-12 Tor LillqvistA GOptionArgFunc should return gboolean and take also...
2009-01-11 Tor LillqvistBug 523554 - Copy from GIMP to Word broken
2009-01-09 Christian DywanFail in gdk_window_new if _gdk_window_new failed
2009-01-05 Tor LillqvistBug 566628 - gdk_display_close always asserts on win32
2009-01-04 Matthias ClasenRecheck _NET_SUPPORTING_WM_CHECK every now and then...
2008-12-26 Matthias ClasenTypo fixes and small doc improvements
2008-12-13 Matthias ClasenRemove a C99ism. Pointed out by Eric Lamarque
2008-12-13 Matthias ClasenInitialize the XAtom cache earlier. Patch by Christian...
2008-12-13 Matthias ClasenFix a typo
2008-12-09 Michael Nattereradd missing #ifndef GDK_DISABLE_DEPRECATED.
2008-12-08 Matthias ClasenCorrect the documentation. Patch by Paul Davis
2008-12-08 Behdad EsfahbodBug 563547 – Update gdkx11 atom precache table
2008-11-30 Christian DywanBug 559622 – GdkDevice test segfaults
2008-11-30 Christian DywanBug 554076 – eventually release g_new-ed supported_atoms
2008-11-30 Christian DywanBug 539263 – Deprecate gdk_window_get_toplevels
2008-11-12 Richard HultBug 550942 – [patch] Rework of gdkeventloop-quartz.c
2008-11-12 Richard HultBug 558586 – handling of keyboard under darwin (quartz)
2008-11-06 Richard HultBug 558586 – handling of keyboard under darwin (quartz)
2008-11-05 Richard HultRevert (at least for now) the alt/cmd switching since...
2008-11-05 Richard HultSet the fill color outside the loop.
2008-11-03 Tor LillqvistBug 557212 - Problem with which window gains focus...
2008-11-01 Tor LillqvistBug 558278 - Crash when calling a callback set by
2008-10-29 Christian DywanBug 557762 – Misleading error message in GDK DirectFB
2008-10-28 Michael Nattererfix small typo.
2008-10-27 Richard HultBug 557894 – Wrong return value for gdk_pointer_grab_in...
2008-10-27 Matthias ClasenMore conversion to C_()
2008-10-22 Matthias ClasenOnly emit size-changed if the screen size actually...
2008-10-21 Michael Natterergdk/gdkdraw.c gdk/gdkimage.c gdk/gdkscreen.c replace...
2008-10-21 Tor LillqvistBug 557266 - Window Management Problem
2008-10-21 Michael Nattererreorder functions to be in standard order, add prototyp...
2008-10-17 Tor LillqvistOn WM_WINDOWPOSCHANGING, don't dereference windowpos...
2008-10-15 Michael Nattererfix typo in the type name so the macro becomes usable.
2008-10-10 Richard HultAdd empty stub to fix linking.
2008-10-09 Richard HultBug 550342 – Splash screens have a caption
2008-10-05 Tor LillqvistBug 132501 - Make utility window translate to tool...
2008-10-01 Matthias Clasenremove debug spew
2008-10-01 Tor LillqvistImplement trivially on Windows. Not sure if something...
2008-09-29 Matthias ClasenBug 107000 – Add signals to GdkKeymap for monitoring...
2008-09-29 Emmanuele BassiCorrectly chain up the finalize implementation.
2008-09-27 Matthias ClasenBug 552956 – Should check composite extension version
2008-09-27 Matthias Clasen Bug 553803 – eventually call XCloseDevice on...
2008-09-26 Cody RussellBug 553917 – Typo in gdkwindow-win32.c
2008-09-23 Michael Nattererremove unused variable and fix indentation.
2008-09-10 Søren SandmannDon't use XRRGetScreenResources() as there are performa...
2008-09-07 Matthias ClasenBug 550062 – Small update in gdk/gdkkeysyms.h
2008-09-07 Matthias ClasenBug 550989 – gdk_display_put_event() should call g_main...
2008-09-06 Sven HerzbergBug 551063 – deprecated marking without a link to what...
2008-09-04 Matthias ClasenMore doc fixes
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-22 Cody RussellRemove the checks to see if the window is modally block...
2008-08-20 Søren Sandmann Ped... +Wed Aug 20 18:16:29 2008 Søren Sandmann <sandmann...
2008-08-16 Torsten SchönfeldFix small issues in the documentation of gdk_window_rem...
2008-08-15 Richard HultSome aftermath of the fix of bug #543868. Clip and...
2008-08-15 Sven HerzbergUse the g_test_*() API for this test reviewed by: Richa...
2008-08-15 Sven HerzbergPrepare for using the g_test_*() API reviewed by: Richa...
2008-08-13 Erwann Chenede -Bug 547456 - gdk/x11/gdkscreen-x11.c : init_solaris_xin...
2008-08-12 Michael Nattererdefine -DGDK_PIXBUF_DISABLE_DEPRECATED in the global...
2008-08-12 Michael Nattererexamples/gtkdial/gtkdial.c gdk/gdkapplaunchcontext...
2008-08-11 Sven Neumanngdk/gdkkeys.c gdk/gdkscreen.c use canonical signal...
2008-08-08 Sven HerzbergGet the gdk+cairo test to pass distcheck, too
2008-08-07 16:19:16 Tim Janikuse g_error() instead of a combination of g_warning...
2008-08-07 Richard HultBug 535573 – Deadlock in gdkeventloop-quartz.c:poll_func()
2008-08-07 Richard HultImplement those, fixes loading python bindings.
2008-08-05 Matthias Clasen2.13.6
2008-08-04 Matthias ClasenForgotten file
2008-08-04 Tor LillqvistBug 544684 - Win64 issue, window handles are assumed...
2008-08-04 Tor LillqvistBug 544684 - Win64 issue, window handles are assumed...
2008-08-04 Tor LillqvistBug 544684 - Win64 issue, window handles are assumed...
2008-08-04 Tor LillqvistBug 544684 - Win64 issue, window handles are assumed...
2008-08-04 Tor LillqvistCast pointers to guintptr, not unsigned long, before...
2008-08-04 Tor LillqvistDefine GDK_NATIVE_WINDOW_POINTER on 32-bit Windows...
2008-08-04 Michael Natterercall gdk_rgb_set_verbose(TRUE) if "gdkrgb" is in the...
2008-08-04 Michael Nattereradd the generated PNGs to CLEANFILES.
2008-08-03 Tor LillqvistSet LIB_EXE_MACHINE_FLAG to either X86 or X64 on Window...
2008-08-03 Tor LillqvistBug 544684 - Win64 issue, window handles are assumed...
2008-08-03 Tor LillqvistDon't bother looking up EnumDisplayMonitors and GetMoni...
2008-08-03 Matthias ClasenSupport GEmblemedIcon
2008-08-02 Matthias ClasenImprove docs
next