summaryrefslogtreecommitdiff
path: root/gtk/gtkitemfactory.c
Commit message (Expand)AuthorAgeFilesLines
* Use autoconf 2.13/2.50 compat macro.Owen Taylor2001-08-271-1/+1
* Need to show the image after adding it to the GtkImageMenuItem. This usedMichael Natterer2001-08-041-2/+8
* use g_file_test() instead of long deprecated g_scanner_stat_mode().Tim Janik2001-07-291-2/+1
* commiting patch after comments from Alex on IRCJames Henstridge2001-07-251-2/+2
* Patch from Matthias Clasen to remove remove all instances ofOwen Taylor2001-07-181-13/+0
* Clip the retrieved image data to the screen, using a server grab to avoidHavoc Pennington2001-06-291-2/+2
* use gdk_pixbuf_new_from_stream(). fixed up item factory so inlined pixbufsTim Janik2001-06-261-4/+4
* Revert inline-pixbuf changes until Tim comes back to fix missing filesOwen Taylor2001-06-261-4/+4
* hm, second attempt. it's fight CVS time again.Tim Janik2001-06-261-4/+4
* Renamed gtk_image_menu_item_add_icon() to gtk_image_menu_item_set_icon()Martin Baulig2001-05-181-2/+2
* changed gtk_item_factory_dump_items() and gtk_item_factory_dump_rc()Tim Janik2001-04-031-16/+16
* fix warningsHavoc Pennington2001-03-241-0/+1
* Add support for stock and normal imagemenuitems.Alexander Larsson2001-03-211-3/+55
* Renamed gtk_button_new_stock() to gtk_button_new_from_stock() and removedAlexander Larsson2001-03-211-18/+1
* Handle quoting of / with \; properly handle __ in paths, quote " and \n inOwen Taylor2001-03-191-8/+103
* marshaller fixes.Tim Janik2001-03-071-4/+3
* Get rid of a bunch of g_strdup_printf("%s%s") in favor of g_strconcat().Owen Taylor2001-02-021-18/+6
* applied patch from Andreas Persenius <ndap@swipnet.se> that updates theTim Janik2000-07-261-4/+4
* documented necessary changes for 1.4 transition.Tim Janik2000-05-121-9/+11
* Fix screwy indentation.Owen Taylor2000-04-051-0/+1
* Make GtkPrintFunc take a const string argument like GtkTranslateFunc. ThisOwen Taylor2000-01-211-2/+2
* Adapt cast macros to standard.Raja R Harinath1999-11-221-42/+52
* correct checking for BeOS checkManish Singh1999-10-041-1/+1
* Support added for building using a GNU toolchain on Win32,Tor Lillqvist1999-04-251-1/+1
* Tue Mar 16 17:43:33 1999 Tim Janik <timj@gtk.org>Tim Janik1999-03-171-231/+249
* This might seem like a large patch, but it isn't that bad, and nothingTor Lillqvist1999-03-151-2/+13
* open in text modeAsbjørn Pettersen1999-03-051-0/+4
* Added notice to look in AUTHORS and ChangeLog files for a list of changes.CST 1999 Shawn T. Amundson1999-02-241-0/+8
* fix implicit branch creation, we need the *real* parent path for this andTim Janik1999-02-231-1/+8
* Append locale-specific suffixes to default rc file names, and look theseOwen Taylor1998-12-141-6/+32
* I submitted this patch twice to gtk-devel-list, and received no comments,Elliot Lee1998-11-301-1/+1
* cast NULL to GtkItemFactoryCallback to ensure proper type (SunPro ccManish Singh1998-11-121-1/+2
* Added warning about callback on <Branch> itemsGuillaume Laurent1998-11-071-1/+7
* list all widgets in the ->widgets_by_action list that have a callbackTim Janik1998-09-301-1/+1
* quell some warnings with g_hash_table_newManish Singh1998-08-291-1/+6
* begin the parameter elipsis (...) after the first argument name. thisTim Janik1998-08-241-1/+1
* use g_get_current_dir() instead of getcwd().Tim Janik1998-08-181-3/+2
* removed gtk_input_add_interp.merge-to-themes-2-2Tim Janik1998-08-171-12/+12
* Added gdk_text/string_extents() - too calculate all the metrics at once ofOwen Taylor1998-08-121-17/+97
* changed reversed_[12] to reserved_[12] in gtk_*_get_type functions.Tim Janik1998-07-041-2/+2
* temporary implementation of action signal "debug_msg"Tim Janik1998-07-011-2/+4
* call the base class init fucntions from all parent types upon classTim Janik1998-06-281-2/+3
* replaced some gtk_object_data_force_id with g_quark_from_static_stringTim Janik1998-06-191-51/+51
* boy! did i really modify that many files?Tim Janik1998-06-161-22/+18
* feature check menu items in the compatibility code (this required me toTim Janik1998-06-071-7/+36
* further additions to fit the gimp's code. additions to the dumping code toTim Janik1998-06-071-41/+181
* support different types of callbacks, to maintain existing code.Tim Janik1998-06-071-9/+38
* fixed an assertment.Tim Janik1998-06-071-0/+1313