]> Pileus Git - ~andy/gtk/history - gtk/gtkmain.c
Add new keysyms from X11R6.4 (including EuroSign).
[~andy/gtk] / gtk / gtkmain.c
1999-10-31 Tor LillqvistAdd new keysyms from X11R6.4 (including EuroSign).
1999-10-04 Manish Singhcorrect checking for BeOS check
1999-09-29 Owen TaylorChanged from #if GDK_WINDOWING == GDK_WINDOWING_X11...
1999-09-17 Tor LillqvistAdd gdk_threads_mutex.
1999-06-14 Tor LillqvistMention using GNU gettext. Enable NLS stuff. Use GNU...
1999-04-25 Tor Lillqvist Support added for building using a GNU toolchain on...
1999-03-17 Tor LillqvistMerge in Win32 version: Define macro GDKVAR for declari...
1999-03-17 Tim Janiktell people that they don't really want to use the...
1999-03-17 Tim Janikbuild gtkcompat.h from gtkcompat.h.in instead of gtkfea...
1999-03-15 Tor LillqvistThis might seem like a large patch, but it isn't that...
1999-03-07 Asbjørn Pettersenadd dll suffix
1999-02-24 Tim Janikwarn about &widget->requisition, even for toplevels.
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 TaylorRevise algorithm for scrolling backwards. This one...
1999-02-18 Owen TaylorFix glib_config_args gtk_config_args confusion. (pointe...
1999-01-28 Owen TaylorHack scrollwheel support into the eventloop, by treatin...
1999-01-18 Owen TaylorAdded gtk_menu_set_title() to set the title of a menu...
1999-01-17 Tim Janikincremented version number to 1.1.13, bin age 0, interf...
1999-01-12 Owen TaylorAdd a drag_data_received handler for the label.
1999-01-11 Tim Janikadded an assertement.
1999-01-05 Owen TaylorMake gtk_propagate_event() non-static, we need it in...
1998-12-31 Miguel de IcazaFix memory leak. gdk_event_put would make a copy of...
1998-12-20 Tim Janikexport the priority at which events are processed.
1998-12-19 Manish Singhalways run a g_main_iteration, even if there are no...
1998-12-19 Tim Janikremoved return_if_fail (label->words != NULL) since...
1998-12-18 Tim Janikadded gdk_flush() after g_main_run(), so we get the...
1998-12-16 Owen TaylorMove main thread lock back to GDK - we need it there...
1998-12-16 Tim Janikversion bump to 1.1.8, binary age 0, interface age...
1998-12-15 Owen TaylorFixed up some warnings.
1998-12-15 Owen TaylorCommented out testthreads from the build process, since...
1998-12-14 Owen TaylorAdded gettext-10.35
1998-12-09 Owen TaylorDestroy widgets _after_ propagating unrealize signals...
1998-12-07 Tim Janikreverted marius change to expose the type systems inter...
1998-11-30 Elliot LeeI submitted this patch twice to gtk-devel-list, and...
1998-11-28 Tim Janikchanged scrolled window inheritance, it inherits from...
1998-11-24 Jeff GarzikRemoved DEFS "+=" mess that breaks recent automakes...
1998-11-13 Owen TaylorNew function gdk_pixmap_foreign_new(). (gtk-blizzard...
1998-10-25 Tim Janiksupport an environment variable GTK_MODULES= which...
1998-10-22 Tim JanikGtkType and macro fixups set a pattern for the file...
1998-10-18 Owen TaylorAdded a modular client-message-filter mechanism, that...
1998-09-21 Tim JanikNEWS file update for upcoming release of Gtk+ version...
1998-09-08 Tim Janikuse g_atexit() instead of ATEXIT.
1998-08-24 Manish Singhremoved some unused variables
1998-08-21 Tim Janikadded a function to perform a binary version check...
1998-08-18 Tim Janikallow argument parsing in gtk without G_ENABLE_DEBUG...
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 Tim Janikremoved gtk_input_add_interp.
1998-08-17 Tim JanikNULL terminate the arg list to g_strconcat() (thanx...
1998-08-17 Tim Janikdon't call module initializers multiple times. changed...
1998-08-17 Tim Janikfeature a new commandline option --gtk-with-module...
1998-08-17 Tim Janikversion bump to 1.1.1, binary age 0, interface age...
1998-08-16 Tim Janikfatal warning option is split up now, "--g-fatal-warnin...
1998-07-19 Tim Janikexport gtk_binary_age and gtk_interface_age.
1998-06-19 Owen TaylorRemove --g-fatal-warnings flag from argv.
1998-06-10 Owen TaylorRenamed g_const_pointer => gconstpointer.
1998-06-10 Tim Janikprevent gdk_init() from segfaulting when invoked with...
1998-06-09 Owen TaylorRemoved g_object_pointer_hash, which was just g_direct_...
1998-06-07 Tim Janikfixed an assertment.
1998-05-18 Elliot LeeAllow GTK_DEBUG=signals - VERY useful ;-)
1998-05-16 Owen TaylorBasic thread-awareness:
1998-05-09 Tim Janiknew file used as template for new file to define macros...
1998-05-06 Tim Janikreimplemented the signal storage system to use a linear...
1998-05-03 Owen Taylorconfigure.in acheader.h gdk/gdkwindow.c Check for Shape...
1998-04-22 Tim Janikts ts ts, GList structures have a ->prev field as well!!!
1998-04-22 Tim Janikprepend the running_timeouts list with the tmp_list...
1998-04-13 PDT 1998 Shawn T... Changed LGPL address for FSF in all .h and .c files
1998-04-09 Elliot LeeCombobulator fixes..... ....
1998-04-07 Tim Janikdon't take '\n' into account for size computation ...
1998-04-05 Owen TaylorReverted broken implementation of removing the current...
1998-04-05 Tim Janiktake expired timeouts into account, otherwise things...
1998-04-04 Owen TaylorMake debug string parsine case-insensitive
1998-04-03 Owen TaylorMore extensive debugging output
1998-03-30 Owen TaylorImproved main loop test. (Quits main loop properly...
1998-03-27 Owen TaylorIf the widget is _not_ a descendant of a Window widget...
1998-03-26 Tim Janikmake a clear distinction between key press/release...
1998-03-26 Tim Janikdo not propagate unhandled key events on widgets with...
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 Elliot LeeMake Gtk compile: Fix GTK_NOTE definition for no debugg...
1998-03-17 Owen TaylorTry to guess if we can use the mb* functions safely...
1998-03-15 Tim Janikremoved GRAB_EXCLUSIVE again, just disable modal event...
1998-03-15 Tim Janikremoved the ugly check whether we need gtk_widget_destr...
1998-03-15 Tim Janikadded new flag GTK_EXCLUSIVE_GRAB. allow exclusive...
1998-03-14 Tim Janikfixed a bug with invoking the quit handlers that could...
1998-03-14 Owen TaylorDon't leave NULL's in argv.
1998-03-13 Tim Janikfix popup calculations (removal of FIXMEs), changes...
1998-03-12 Tim Janikreturn TRUE for GtkWidget::delete_event to avoid destru...
1998-03-12 Tim Janikchanged handler tags to be of type guint, reflecting...
1998-03-09 Tim Janikmade the <widget>_signals[] arrays of type guint rather...
1998-03-08 Tim Janikdefine the version variables in config.h.
1998-03-02 Owen TaylorMiscellaneous minor fixes to remove ANSI C incompatibil...
1998-03-01 Tim Janikquit handlers and idle_remove_by_data fixups
1998-02-22 Owen TaylorCount idle handlers at internal priority as pending...
1998-02-19 Owen Taylorthe value of ---enable_debug is written into glibconfig...
1998-02-19 Owen Taylorconfigure.in gdk/gdk.[ch] gdk/gdkcc.c gdk/gdkglobals.c
1998-02-17 Tim Janikapplied patch to fix draw_indicator behaviour from...
1998-02-17 Owen TaylorMake timeout and idle insertion code use g_list_insert_...
1998-02-16 Elliot LeeD&D fixes
next