]> Pileus Git - ~andy/gtk/history - gdk/gdk.c
Fix up for newer draft of wm-spec
[~andy/gtk] / gdk / gdk.c
2002-04-25 Owen TaylorStart of integration of Erwann Chenede's multihead...
2002-02-13 Tor LillqvistAdd some more GdkDebugFlags, for more fine-grained...
2002-01-21 Owen TaylorSet the fallback program class here, rather than
2002-01-21 Owen TaylorFix wrong types for command line arguments (#69124...
2002-01-17 Owen TaylorMove here, and save/restore the X error handler to...
2001-12-11 Jacob Berkman*** empty log message ***
2001-12-08 Christopher BlizzardFallback to setting the prgname to "<unknown>" if someo...
2001-10-28 Hans Breuerstatic correct-ness, underscore prefixing of library...
2001-10-22 Owen TaylorDon't call g_thread_init(), we don't want to link to...
2001-10-22 Owen TaylorAdd a function, gdk_threads_init() that must be explici...
2001-09-07 Owen TaylorMake gdkx.h the only installed header from gdk/x11...
2001-08-15 Matthias Clasengtk/docs/debugging.txt, gdk/gdk.c, gdk/gdkinternals.h,
2001-06-29 Owen TaylorFix args to g_type_init().
2001-04-02 Owen TaylorAdd GdkEventSetting event for notification of changes...
2001-03-09 Owen TaylorRemove old XIM code.
2001-02-19 Havoc PenningtonGDK_DISABLE_COMPAT_H, GDK_DISABLE_DEPRECATED (we need...
2001-02-04 Tim Janikremoved gtk_signal_init() compat define.
2000-12-06 Havoc Penningtonadd gdkkeys.[hc]
2000-07-31 Stanislav Brabec#ifdef G_ENABLE_DEBUG around gdk_arg_debug_cb and gdk_a...
2000-07-26 Tim Janikapplied patch from Andreas Persenius <ndap@swipnet...
2000-06-20 Havoc PenningtonMake this compile without framebuffer enabled
2000-06-06 Owen TaylorAdd call to g_type_init() - we'll need this later,...
2000-05-02 Tor LillqvistDon't try to draw too narrow or too low arcs, they...
2000-03-28 Owen TaylorMerge no-flicker branch into HEAD
1999-12-29 Tor LillqvistIf we don't HAVE_XCONVERTCASE we must #include gdkkeysy...
1999-12-11 Tor Lillqvistgdk/Makefile.am Distribute Win32 files.
1999-11-21 Tor LillqvistFix typo.
1999-11-08 Owen TaylorMove all X specific code into the x11/ directory. Aside...
1999-10-11 ÉRDI Gergo(since noone objected on gtk-devel)
1999-10-03 Owen TaylorFix a reference to window_private->destroyed.
1999-10-01 Owen TaylorStarted
1999-09-28 Federico Mena Quintero[ Merges from gtk-1-2 ]
1999-09-17 Tor LillqvistAdd gdk_threads_mutex.
1999-02-24 CST 1999 Shawn T... Added notice to look in AUTHORS and ChangeLog files...
1999-02-21 Owen TaylorAccount for the fact that Xlib expects format == 32...
1999-02-21 Owen Taylorremoved debugging statements about embedded XID's....
1999-01-17 Owen TaylorPatch from Felix Bellaby <felix@pooh.u-net.com>
1999-01-02 Manish Singhgdk/gdk.c gdk/gdkinputnone.h casts to get rid of const...
1998-12-17 Owen TaylorCheck for broken glibc 2.0 mb functions, and avoid...
1998-12-16 Owen TaylorMove main thread lock back to GDK - we need it there...
1998-12-15 Owen TaylorRemoved unused variable, fixed minor memory leak.
1998-12-15 Owen TaylorRemove gdk_signal, which crept back in in last commit.
1998-12-15 Owen TaylorCommented out testthreads from the build process, since...
1998-12-15 Manish Singhacconfig.h removed IPC_RMID_DEFERRED_RELEASE check
1998-12-09 Owen TaylorDestroy widgets _after_ propagating unrealize signals...
1998-11-30 Elliot LeeI submitted this patch twice to gtk-devel-list, and...
1998-11-24 Jeff GarzikRemoved DEFS "+=" mess that breaks recent automakes...
1998-11-06 Owen TaylorMerge from themes-2. See the ChangeLog for a somewhat...
1998-10-21 Arturo EspinosaOne-character fix to make it compile - Federico
1998-10-20 Owen TaylorAlways send "drag_leave" to dests without GTK_DEST_DEFA...
1998-10-18 Owen TaylorAdded a modular client-message-filter mechanism, that...
1998-09-08 Tim Janikuse g_atexit() instead of ATEXIT.
1998-09-05 Owen TaylorWhen the pointer is grabbed on an input window, either...
1998-08-25 Owen TaylorReference count the fonts used in the text widget.
1998-08-18 Tim Janikuse g_get_current_dir() instead of getcwd().
1998-08-18 Tim Janikrestricted the --g*fatal-* arguments to --g-fatal-warni...
1998-08-17 Dietmar Maurergdk.c: fixed bug in gdk_input_remove
1998-06-28 Manish Singhuse native Xlib XConvertCase if it's available
1998-06-27 Tim Janikcompatibility function to provide XConvertCase() functi...
1998-06-10 Tim Janikprevent gdk_init() from segfaulting when invoked with...
1998-06-07 Tim Janikfixed an assertment.
1998-05-27 Federico Mena QuinteroNew enumeration for the "mode" field of crossing events...
1998-05-26 Radek Doulikinclude gdkx.h always (for GDK_ROOT_WINDOW)
1998-05-23 Owen TaylorLocate child at (border_width,border_width), not
1998-05-19 Elliot LeeAdd GDK_SUBSTRUCTURE_NOTIFY_MASK
1998-05-16 Owen TaylorBasic thread-awareness:
1998-05-15 rodoinclude gdkkeysyms.h always
1998-05-13 Owen TaylorFixed up a stat() that Sopwith missed when changing...
1998-05-10 Owen TaylorTry to figure out if this is Digital Unix and we need...
1998-05-04 Owen TaylorMerges from the gtk-1-0 branch
1998-05-03 Owen Taylorconfigure.in acheader.h gdk/gdkwindow.c Check for Shape...
1998-04-29 Miguel de IcazaRandom debugging fixed this bug: There is no need to...
1998-04-28 Elliot LeeTry adding "ExposureMask" to the event mask during...
1998-04-14 Owen TaylorDon't read the character past the end of the text.
1998-04-13 PDT 1998 Shawn T... Changed LGPL address for FSF in all .h and .c files
1998-04-09 Owen Taylor(Found by Mattias.Gronlund" <Mattias.Gronlund@sa.erisof...
1998-04-08 Miguel de IcazaDuring drag and drop, set the event mask at ButtonPress...
1998-04-04 Owen TaylorMake debug string parsine case-insensitive
1998-04-03 Owen TaylorMore extensive debugging output
1998-04-01 Elliot Leea little more debugging code.
1998-03-28 Owen TaylorDon't call XTranslateCoordinates on a destroyed window...
1998-03-22 Owen Taylorfixes to locale checks
1998-03-22 Owen TaylorDon't respond to drops when grab is in effect. (workaround)
1998-03-17 Owen TaylorTry to guess if we can use the mb* functions safely...
1998-03-17 Tim Janikchanged some debugging messages to be prefixed by ...
1998-03-17 Miguel de IcazaUse StructureNotifyMaskMask as the mask, as this enable...
1998-03-14 Owen TaylorFixed misplaced 'else.' -owt
1998-03-14 Owen TaylorDon't leave NULL's in argv.
1998-03-11 Elliot LeeBug fixes/improvements to the motion event eating for Dnd
1998-03-11 rhlabs<raster@redhat.com>
1998-03-11 rhlabs<raster@redhat.com>
1998-03-10 Elliot LeeDnD bugfixes (hopefully :). Rasters code is still buggy...
1998-03-10 Tim Janikchanged gtk_range_trough_click() to take an additional...
1998-03-10 Elliot LeeMiguel, try this - I think it should do what you need...
1998-03-08 Owen Taylor- Show selection correctly when starting selection...
1998-03-08 Tim Janikapplied a bunch of patches and removed all the printfs...
1998-03-08 Tim Janikdefine the version variables in config.h.
1998-03-07 Tim Janikmade the object/class cast checks much more descriptive...
1998-03-06 Elliot LeeThis commit moves dnd variables around a bit, and has...
1998-03-06 Federico Mena Quintero[Ummm, maybe we should do the same change to the select...
next