]> Pileus Git - ~andy/gtk/history - gdk
The render vfunc takes a GdkDrawable* instead of a GdkWindow*, because
[~andy/gtk] / gdk /
2003-09-30 Matthias ClasenDocument the "direction-changed" and "keys-changed...
2003-09-25 Tor LillqvistDon't use hardcoded DEMOCODEDIR on Windows.
2003-09-19 Tor LillqvistHandle dead keysyms present on the US-International...
2003-09-16 Eric WarmenhovenAdd gdk_window_set_keep_{above,below} stubs to fix...
2003-09-14 Tor LillqvistRemove special-case code for WS_EX_TRANSPARENT (GDK_INP...
2003-09-11 Matthias ClasenAdd deprecation notes. (#121955)
2003-09-05 Owen Taylor//bugs.xfree86.org/show_bug.cgi?id=534)
2003-09-03 Kristian Rietveldbig patch from Kjartan Maraas to fix numerous typos.
2003-09-02 Tor LillqvistDon't call CloseHandle() on the HMODULE returned from...
2003-09-01 Soeren SandmannFix bug where the background pixmap was being offset...
2003-08-27 Matthias ClasenImprove PointerHint docs. Explain is_hint field in...
2003-08-26 Owen TaylorFix variable declaration not at start of block. (#12037...
2003-08-25 Owen TaylorFix up CapsLock and NumLock handling for non-XKB. Add...
2003-08-21 Owen TaylorChange the interpretation of consumed_modifiers so...
2003-08-20 Soeren SandmannMake the layers in the paint stack have their own pixma...
2003-08-19 Owen TaylorDon't use impl->position_info.clip_rect for toplevels...
2003-08-18 Owen TaylorAdd a fallback for unaligned source data for FORMAT_ARG...
2003-08-16 Owen TaylorMake the list of default languages more comprehensive...
2003-08-15 Owen TaylorFixes for X/Cygwin builds of GTK+ (#107623, Masahiro...
2003-08-11 Owen TaylorAdd missing break statements (#119494, Soeren Sandmann)
2003-08-10 Matthias Clasen Add support for EWMH "Above" and "Below" window states...
2003-08-09 Noah LevittElaborate a bit more in the docs on GdkFilterFunc and...
2003-08-08 Matthias ClasenFix a segfault. (#115284, Jan Kratochvil)
2003-08-08 Tor LillqvistPrint also the root coordinates for events that have...
2003-08-07 Tor Lillqvistgdk/win32/gdkinput-win32.h Drop the GdkEvent* parameter...
2003-08-07 Matthias ClasenReset the toplevel->have_* flags before iterating over...
2003-08-07 Hans Breuerfinally use TrackMouseEvent (only if the new window...
2003-08-07 Tor Lillqvistgdk/gdk.def Add missing function, trivially implement.
2003-08-06 Hans Breuerinitialize bits to 0 (probably default on NT)
2003-08-06 Hans Breuerinitialize bits to 0 (probably default on NT)
2003-08-06 Hans Breuernow it works as intended ;-)
2003-08-05 Hans Breuerset HWND_NOTOPMOST for modal==FALSE, fixes bug #118435
2003-08-04 Owen TaylorFix problem where use_xshm was getting set wrong if...
2003-08-04 Tor Lillqvist2003-08-04 Tor Lillqvist <tml@iki.fi
2003-08-03 Matthias ClasenImprove wording of the docs, avoid the term "virtual...
2003-08-02 Matthias ClasenUse g_setenv() instead of putenv().
2003-08-02 Owen TaylorRequires glib-2.3.0, pango-1.2.0.
2003-08-02 Tor LillqvistFix gdk/win32 window geometry handling again. The windo...
2003-08-01 Owen TaylorIf the check for missing depths, try actually creating...
2003-08-01 Owen Taylorg_set_prgname("<unknown>") if argc is 0 as well, instea...
2003-07-29 Tor LillqvistFix for #108007, #112402, #117042: There was confusion...
2003-07-27 Tor LillqvistOn Win9x, the keyboard state returned by GetKeyboardSta...
2003-07-26 Tor Lillqvistgdk/win32/gdkprivate-win32.h New flags _gdk_input_local...
2003-07-20 Hans Breuernew file to build it all ... added to EXTRA_DIST
2003-07-18 Jody Goldbergfix cut-n-paste-o
2003-07-14 Matthias ClasenAPI doc updates.
2003-07-11 Owen Taylorgdk/x11/gdkevents-x11.c (get_real_window) gdk/x11/gdkin...
2003-07-11 Morten WelinderFix memory access error. (#69436)
2003-07-09 Kristian RietveldMerge from stable.
2003-07-09 Kristian Rietvelddear cvs, please SHUT UP love, -kris
2003-07-08 Owen TaylorChange _gdk_x11_send_xevent_async() to
2003-07-05 Owen TaylorLookup all the atoms in the target list at once.
2003-07-05 Owen TaylorMove the grabs up earlier, so we don't get a big pile...
2003-07-05 Owen TaylorFunction to get a range of information about all the...
2003-07-05 Owen TaylorAdd a function to XSendEvent() and call a calback on...
2003-07-05 Owen TaylorSplit toplevel-specific pieces of GdkWindowImplX11...
2003-07-05 Owen TaylorFix some leftover fields.
2003-07-05 Owen TaylorUse asynchronously _gdk_x11_set_input_focus_safe to...
2003-07-04 Tor LillqvistWe can calculate the width and height of the bounding...
2003-07-03 Tor LillqvistAdd gdk_string_to_compound_text_for_display. (#116537...
2003-07-02 Owen TaylorImplement a loader for named themed icon based on from...
2003-07-01 Tor LillqvistWindowFromPoint() wants screen coordinates (#115422...
2003-06-30 Matthias ClasenCheck for Xcursor.
2003-06-30 Tor LillqvistNew function, callback proc for EnumWindows().
2003-06-28 Tor LillqvistFix for #111028, thanks to J. Ali Harlow, who writes...
2003-06-22 Tor LillqvistWhen emulating X11's automatic grab on button down...
2003-06-09 Owen TaylorUse application/x-rootwindow-drop for root window drops...
2003-06-09 Owen TaylorBefore delivering an event to a widget, check that...
2003-06-08 Soeren Sandmannswap G and B. Fixes (#114669)
2003-06-06 Tor LillqvistFix typo.
2003-06-06 Tor LillqvistSet graphics_exposures and subwindow_mode, too, even...
2003-06-05 Tor LillqvistHandle global filters.
2003-06-04 Owen TaylorWhen drawing underlines, join up adjacent runs where...
2003-06-04 Owen TaylorKeep track of when we have a clip mask set for the...
2003-06-03 Owen TaylorDon't respond to pings on a root window; prevents infin...
2003-06-03 Owen Taylor#71597, reported by Morten Welinder
2003-06-03 Owen TaylorRemove bad optimization for src_rowstride == dest_strid...
2003-06-03 Michael Nattererreenabled button_release events for xinput devices...
2003-06-02 Sven Neumannadded a missing cast.
2003-05-27 Matthias ClasenRemove dubious bitfields of unspecified signedness...
2003-05-27 Tor LillqvistOnly include the Default and Emacs themes' gtkrc files...
2003-05-21 Matthias ClasenUse XftDrawSetClipRectangles(), since we're inside...
2003-05-20 Owen TaylorComprehensively zero all unused parts of client message...
2003-05-14 Owen TaylorPatch from Vasilis Vasaitis to fix Greek_IOTAdi[a]eresi...
2003-05-14 Owen TaylorRemove unecessary g_return_if_fail(). (#105500, Morten...
2003-05-06 Owen TaylorPatch from James Henstridge to update to automake-1...
2003-05-06 Tor LillqvistFix for #110165 (thanks to Arnaud Charlet):
2003-04-21 Owen TaylorPatch from Alex Larsson fixing problem with restacking...
2003-04-21 Owen TaylorCalling XFlush() after ungrabbing, to avoid problems...
2003-04-21 Owen TaylorAdd SKIP_TASKBAR/SKIP_PAGER to set of properties we...
2003-04-18 Owen TaylorFix for the case when gdk_event_copy() is called on...
2003-04-18 Owen TaylorFix pointer arithmetic on 'void *'. (#108322)
2003-04-18 Owen TaylorCheck for XAddConnectionWatch()/X11R6, and if found...
2003-04-18 Owen TaylorPatch from Morten Welinder to catch Sun servers with...
2003-04-18 Owen TaylorUse gdk_free_compound_text(), not g_free(). (#107643...
2003-04-18 Owen TaylorFix wrong use of base_finalize. (#105126, Sven Neumann)
2003-04-18 Owen TaylorFix '/' vs. '*' problem in aspect ration computations...
2003-04-18 Owen TaylorYou don't get a XkbMapNotify event if you get a XkbNewK...
2003-04-07 Owen TaylorFlush after ungrabbing the server.
2003-03-15 Tor LillqvistUse the signed GET_X_LPARAM() and GET_Y_LPARAM() to...
next