]> Pileus Git - ~andy/gtk/history - gdk
remove unused variable. (gtk_tree_view_button_press): If we activated the
[~andy/gtk] / gdk /
2004-04-11 Hans Breuerworkaround for bug #137496, the real fix would involve...
2004-04-10 Tor LillqvistIf both Shift and CapsLock pressed, ignore the shift...
2004-04-05 Anders CarlssonHandle '--' correctly.
2004-03-31 Tor LillqvistUse X11 semantics for angles. Thanks to Tim Newsham.
2004-03-20 Hans Breuerapplied the undisputable and required [due to recent...
2004-03-15 Tor LillqvistDon't just copy the whole GdkGCWin32 with a single...
2004-03-13 Tor LillqvistDon't undefine HAVE_MONITOR_INFO when compiling with...
2004-03-13 Owen TaylorMake this a total no-op when the new or old parent...
2004-03-10 Tor LillqvistSet also the pointer button bits. (#136636, Dave Neary)
2004-03-07 Hans Breuersome more settings from system, also reflect some name...
2004-03-06 Federico Mena QuinteroMake <config.h> the very first include. Likewise. Likewise.
2004-03-06 Federico Mena QuinteroFixes #136082 and #135265, patch by Morten Welinder.
2004-03-05 Tor LillqvistAdd missing entries, thanks to J. Ali Harlow.
2004-03-01 Simon BudigX11 R6.4 specifies 15 events for the XInput extension...
2004-03-01 Owen TaylorBased on patch by Alex Larsson
2004-02-29 Owen TaylorImplement PANGO_UNDERLINE_ERROR (Based on a patch by...
2004-02-28 Hans Breuerset current_dest_drag to NULL when destroying, fixes...
2004-02-27 Manish Singhfix ytpo: s/eles/else/
2004-02-27 Owen TaylorAdd xsettings_client_set_grab_func, Add xsettings_clien...
2004-02-27 Owen TaylorFix memory leak in case of mismatched property type.
2004-02-26 Owen TaylorReturn GDK_FILTER_CONTINUE for unhandled message types.
2004-02-26 Owen TaylorUse the right free() function. (#135511, George Bronnikov)
2004-02-25 Owen TaylorCall g_convert(), not g_convert() with fallback, since...
2004-02-22 Matthias ClasenFix bug 134982, reported by Morten Welinder:
2004-02-21 Soeren SandmannBug 130790 (Federico Mena Quintero, Owen Taylor)
2004-02-19 Matthias ClasenFixes for #82099:
2004-02-18 Soeren SandmannUse a scratch GC in the case where the background is...
2004-02-18 Soeren SandmannReset clip region back to NULL on cached GC (rest of...
2004-02-18 Soeren SandmannFix bug reported by Nam SungHyun.
2004-02-18 Soeren SandmannGC caching, bug #125645 (based on patch by Brian Cameron)
2004-02-17 Soeren SandmannFix for #119722, reported by Olexiy Avramchenko, patch...
2004-02-17 Owen TaylorRevert last commit, please don't commit patches without...
2004-02-16 David Odindon't try to draw more than 32767 segments at a time...
2004-02-12 Manish SinghAssign xtype using gdk_x11_atom_to_xatom_for_display...
2004-02-11 Matthias ClasenFix misleading debug output.
2004-02-10 Owen TaylorAvoid triggering an X error when the client->manager_wi...
2004-02-02 Soeren SandmannUse a weak reference instead of ref()/unref(). (#60857...
2004-02-02 Tor LillqvistSet the cursor in all cases. If no grab cursor specifie...
2004-02-02 Soeren SandmannAssume gravity works. (Anything else we have to take...
2004-02-02 Soeren SandmannRemove unused variable 'result'
2004-01-30 Federico Mena QuinteroFixes #132975.
2004-01-30 Owen TaylorRevert changes from #113476 and go back to using XftDra...
2004-01-28 Tor LillqvistDon' generate enter or leave events if the pointer...
2004-01-26 Federico Mena QuinteroFix #105497; constify uses of GdkColor.
2004-01-25 Tor LillqvistIf the WM_TRANSIENT_FOR property is being deleted,...
2004-01-22 Alexander LarssonFix typo
2004-01-17 Matthias ClasenSplit the gtk translations into the domains gtk20 and...
2004-01-16 Matthias ClasenThe first part of the fix for #114351 (see also gdk...
2004-01-05 Murray Cummingand a bit more.
2004-01-05 Murray CummingAdded <public> documentation to the struct, as suggeste...
2004-01-04 Hans Breueruse SWP_NOACTIVATE in gdk_window_set_keep_(above|below...
2003-12-31 13:49 Daniel RogersFix to allow reasonable pointer behavior in window...
2003-12-24 Matthias ClasenAdd the missing _get_ to the name of the non-Xcursor...
2003-12-21 Soeren SandmannSet the right properties when the window becomes a...
2003-12-16 Matthias ClasenDo not interpret distant clicks as double-clicks (...
2003-12-14 Hans Breuerhandle GTK_DATADIR similar as the other filesystem...
2003-12-14 Tor LillqvistCalls to OpenClipboard() must be followed by calls...
2003-12-14 Tor LillqvistMerge from stable:
2003-12-14 Tim EvansImplement gdk_window_set_icon_list() for Win32, with...
2003-12-14 Matthias ClasenRename from _gdk_x11_register_event_type(), added API...
2003-12-13 Matthias ClasenDocument that the clip mask of gc is ignored. (#101983...
2003-12-11 Matthias ClasenDocumentation updates.
2003-12-10 Matthias ClasenChanges to allow "no input" windows (#64613):
2003-12-10 Mark McLoughlininclude gdkspawn.h.
2003-12-10 Mark McLoughlins/gdk_spawn/gdk_spawn_on_screen/.
2003-12-10 Mark McLoughlinUtility functions for multi-screen applications which...
2003-12-09 Matthias ClasenImprove the GDK API for dealing with group leaders...
2003-12-09 Noah LevittAdd keysyms Ukrainian_ghe_with_upturn, Ukrainian_GHE_WI...
2003-12-08 Tor LillqvistUse <multimon.h> when compiling with MSVC and old heade...
2003-12-08 Michael MeeksBased on a patch by Martin Kretzschmar; #122448
2003-12-07 Tor LillqvistDon't use the return value from SendMessage(WM_SETICON...
2003-12-07 Tor LillqvistIf we already have a pointer grab active with a grab...
2003-11-21 Matthias ClasenMake monitor boundaries visible in fake Xinerama mode.
2003-11-17 Matthias ClasenFix for #119555, Peter Zelesny:
2003-11-15 Hans Breuerupdated added all the new tests
2003-11-15 Tor LillqvistIf the window is maximized, use SW_SHOWMAXIMIZED. ...
2003-11-12 Matthias ClasenMap KP_Separator to ','. (#122941, Egmont Koblinger)
2003-11-03 Matthias ClasenIntroduce a GDK_DEBUG_XINERAMA debug flag, and make...
2003-10-29 Owen TaylorMove the call to gdk_error_trap_pop() to the right...
2003-10-27 Manish Singh#include <X11/extensions/Xrandr.h> if we have RandR...
2003-10-23 Matthias ClasenActually assign the new leader. (#125168, Mariano Suare...
2003-10-13 Matthias ClasenMake it work as documented when pixmap or mask is NULL...
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...
next