]> Pileus Git - ~andy/gtk/history - gtk/gtkitemfactory.c
Remove unneeded Win32 stuff inside #ifdef G_OS_WIN32. (Leftover from when
[~andy/gtk] / gtk / gtkitemfactory.c
2002-03-01 Tor LillqvistRemove unneeded Win32 stuff inside #ifdef G_OS_WIN32...
2002-03-01 Owen TaylorReally make it work for paths with underline accelerato...
2002-02-09 Matthias ClasenAvoid segfault for selectable tab labels (even without...
2002-01-30 Owen TaylorExport gtk_widget_set_accel_path().
2002-01-30 Owen TaylorConsistently use GdkModifierType. (#66950, Mark Patton)
2002-01-21 Matthias ClasenDocument allowed values for ifactory.
2002-01-18 Matthias ClasenClarify documentation. (#69026)
2002-01-15 Sven Neumanngtk/gtkaccellabel.h fixed documentation by syncing...
2002-01-14 Matthias ClasenDocumentation additions.
2002-01-14 Matthias ClasenDocumentation.
2001-11-20 Tim Janikapplied patch from owen to get rid of accel map notifie...
2001-11-13 Tim Janikadded gtkaccelmap.sgml. other updates.
2001-10-10 Owen TaylorCall setlocale (LC_ALL, ""). (#60606)
2001-10-01 Matthias Clasenreplace g_scanner_add/remove_symbol by g_scanner_scope_...
2001-08-27 Owen TaylorUse autoconf 2.13/2.50 compat macro.
2001-08-04 Michael NattererNeed to show the image after adding it to the GtkImageM...
2001-07-29 Tim Janikuse g_file_test() instead of long deprecated g_scanner_...
2001-07-25 James Henstridgecommiting patch after comments from Alex on IRC
2001-07-18 Owen TaylorPatch from Matthias Clasen to remove remove all instanc...
2001-06-29 Havoc PenningtonClip the retrieved image data to the screen, using...
2001-06-26 Tim Janikuse gdk_pixbuf_new_from_stream(). fixed up item factory...
2001-06-26 Owen TaylorRevert inline-pixbuf changes until Tim comes back to...
2001-06-26 Tim Janikhm, second attempt. it's fight CVS time again.
2001-05-18 Martin BauligRenamed gtk_image_menu_item_add_icon() to gtk_image_men...
2001-04-03 Tim Janikchanged gtk_item_factory_dump_items() and gtk_item_fact...
2001-03-24 Havoc Penningtonfix warnings
2001-03-21 Alexander LarssonAdd support for stock and normal imagemenuitems.
2001-03-21 Alexander LarssonRenamed gtk_button_new_stock() to gtk_button_new_from_s...
2001-03-19 Owen TaylorHandle quoting of / with \; properly handle __ in paths...
2001-03-07 Tim Janikmarshaller fixes.
2001-02-02 Owen TaylorGet rid of a bunch of g_strdup_printf("%s%s") in favor...
2000-07-26 Tim Janikapplied patch from Andreas Persenius <ndap@swipnet...
2000-05-12 Tim Janikdocumented necessary changes for 1.4 transition.
2000-04-05 Owen TaylorFix screwy indentation.
2000-01-21 Owen TaylorMake GtkPrintFunc take a const string argument like...
1999-11-22 Raja R HarinathAdapt cast macros to standard.
1999-10-04 Manish Singhcorrect checking for BeOS check
1999-04-25 Tor Lillqvist Support added for building using a GNU toolchain on...
1999-03-17 Tim JanikTue Mar 16 17:43:33 1999 Tim Janik <timj@gtk.org>
1999-03-15 Tor LillqvistThis might seem like a large patch, but it isn't that...
1999-03-05 Asbjørn Pettersenopen in text mode
1999-02-24 CST 1999 Shawn T... Added notice to look in AUTHORS and ChangeLog files...
1999-02-23 Tim Janikfix implicit branch creation, we need the *real* parent...
1998-12-14 Owen TaylorAppend locale-specific suffixes to default rc file...
1998-11-30 Elliot LeeI submitted this patch twice to gtk-devel-list, and...
1998-11-12 Manish Singhcast NULL to GtkItemFactoryCallback to ensure proper...
1998-11-07 Guillaume LaurentAdded warning about callback on <Branch> items
1998-09-30 Tim Janiklist all widgets in the ->widgets_by_action list that...
1998-08-29 Manish Singhquell some warnings with g_hash_table_new
1998-08-24 Tim Janikbegin the parameter elipsis (...) after the first argum...
1998-08-18 Tim Janikuse g_get_current_dir() instead of getcwd().
1998-08-17 Tim Janikremoved gtk_input_add_interp.
1998-08-12 Owen TaylorAdded gdk_text/string_extents() - too calculate all...
1998-07-04 Tim Janikchanged reversed_[12] to reserved_[12] in gtk_*_get_typ...
1998-07-01 Tim Janiktemporary implementation of action signal "debug_msg"
1998-06-28 Tim Janikcall the base class init fucntions from all parent...
1998-06-19 Tim Janikreplaced some gtk_object_data_force_id with g_quark_fro...
1998-06-16 Tim Janikboy! did i really modify that many files?
1998-06-07 Tim Janikfeature check menu items in the compatibility code...
1998-06-07 Tim Janikfurther additions to fit the gimp's code. additions...
1998-06-07 Tim Janiksupport different types of callbacks, to maintain exist...
1998-06-07 Tim Janikfixed an assertment.