]> Pileus Git - ~andy/gtk/history - gdk
Seal GtkPrintJob.
[~andy/gtk] / gdk /
2008-06-20 Cody RussellRename gdk_window_new -> _gdk_window_new and gdk_window...
2008-06-18 Michael Nattererdeprecate GdkDestroyNotify.
2008-06-17 Matthias ClasenProtect against XKB being stupid. Reported by Pedro...
2008-06-15 Cody RussellInitialize hwnd to NULL. This fixes OpenClipboard(...
2008-06-13 Matthias ClasenFix doc typos
2008-06-13 Hans Breuercheck surface status after ceating a pdf. Avoids crashi...
2008-06-11 Tor LillqvistAs we don't support Win9x anyway, we can use ProcessIdT...
2008-06-06 Matthias ClasenReturn the right coordinates
2008-06-06 Behdad EsfahbodBug 536185 – monitor font configuration
2008-05-30 Michael Natterergdk/gdkapplaunchcontext.h gdk/gdktestutils.h gtk/gtkmou...
2008-05-30 Tor LillqvistBug 533108 - leak of GDI region in function 'handle_wm_...
2008-05-28 Michael Nattererdefine __GDK_H_INSIDE__ around including all other...
2008-05-26 Richard HultTry setting the default font, might need to tweak this.
2008-05-26 Matthias Clasen Bug 513811 – Use cairo_format_stride_for_width()
2008-05-25 Cody RussellBug 526635 - _gdk_window_get_toplevel handles FOREIGN...
2008-05-25 Cody RussellBug 525461 - Don't invalidate under an input-only child
2008-05-25 Cody RussellBug 524110 - Gdk should not assume reparenting WMs...
2008-05-25 Cody RussellBug 522269 - Evince windows sometimes incorrectly unmax...
2008-05-24 Björn LindqvistUpdate docstring to match pango_color_parse, do not...
2008-05-24 James SharpeRemove duplicate gdk_window_redirect_to_drawable and
2008-05-23 Hans Breuerupdated fix c99ism (variable at start of block export...
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-05-21 Richard HultRenamed to adapt to the offscreen rendering changes...
2008-05-21 10:49:20 Tim JanikBug 318807 – Offscreen windows and window redirection.
2008-05-19 Richard HultUse SetSystemUIMode instead of hiding and showing the...
2008-05-17 Richard HultUse gdk_threads_add_idle instead of g_idle_add. Add...
2008-05-13 Tor LillqvistBug 496958 - Wacom Bamboo Doesn't Function with GTK...
2008-05-12 Richard HultForgotten in previous commit.
2008-05-12 Richard HultRemove special casing of menu key events as it's no...
2008-05-12 Tor LillqvistBug 532558 - Cannot build dll when using separate builddir
2008-05-12 Tor LillqvistBug 532059 - Leak in win32 clipboard manipulation
2008-05-08 Richard HultMove the currently invalidated region. Fixes bug #53204...
2008-05-08 Richard HultOnly set the fake fd's revents, not the first one....
2008-05-06 Michael Natterergdk/gdkinternals.h gdk/gdkevents.c gdk/directfb/gdkeven...
2008-05-06 Richard HultAdd private backend data to events, and handle it when...
2008-05-05 Richard HultInitalize framework if there is one.
2008-05-04 Richard HultCheck if gdk_unicode_to_keyval() worked before using...
2008-05-04 Richard HultRemove stray semicolon after if statement. Fixes bug...
2008-04-30 Richard HultSimplify check for zero sized expose area.
2008-04-30 Richard HultDon't send nsevents with the gdk lock held, fixes deadl...
2008-04-30 Richard HultMap Alt to Alt and Cmd to Meta. This is not only more...
2008-04-25 Michael David EmmelBug 529841 – incorrect position in directfb
2008-04-25 Michael Nattererinclude <pango/pango.h> instead of <pango/pango-font.h>.
2008-04-18 Michael Nattererreorder one include so they are all alphabetical.
2008-04-03 Matthias ClasenDon't call XFreeColormap on foreign colormaps
2008-03-31 Richard HultDefer the generated event to the mainloop and don't...
2008-03-25 Richard HultBail out early if we can't find a matching window.
2008-03-25 Richard HultPlug a leak and add a check that we have a toplevel...
2008-03-24 Tor LillqvistBug 524151 - Dragging of 0-byte files results in an...
2008-03-23 Cody RussellCheck window state for GDK_WINDOW_STATE_ICONIFIED befor...
2008-03-14 Michael Natterergdk/gdkspawn.h gtk/gtkbuilderprivate.h gtk/gtkfilechoos...
2008-03-14 Tor LillqvistDrop the support for the MSH_MOUSEWHEEL message that...
2008-03-14 Richard HultPatch from Paul Davis, only flush the toplevel once...
2008-03-11 Michael Nattererremoved linux-fb backend files.
2008-03-11 Richard HultImplement gdk_window_reparent.
2008-03-10 Tor LillqvistBug 520286 - Non-deletable window has no minimize ...
2008-03-04 Simos XenitellisFix #321896 - Synch gtkimcontextsimple.c with Xorg
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)
next