summaryrefslogtreecommitdiff
path: root/gtk/gtkitemfactory.c
Commit message (Expand)AuthorAgeFilesLines
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-061-1/+1
* Deprecate. Ditto.Kristian Rietveld2003-10-101-1/+4
* Document the fact that the newly created object does not come with aMatthias Clasen2003-09-271-0/+2
* brooooooooken pipe.Kristian Rietveld2003-09-031-1/+1
* remove quark_user_data usage in gtk_object_{g|s}et_user_data(). fixesTim Janik2003-02-071-12/+7
* Deprecate gtk_paned_computed_position(). (#97077)Matthias Clasen2003-01-311-1/+3
* add -DGTK_DISABLE_DEPRECATED. #undef it at the top of gtktypebuiltins.c.Manish Singh2002-11-201-2/+0
* docs/reference/gdk/tmpl/dnd.sgml docs/reference/gdk/tmpl/drawing.sgmlSoeren Sandmann2002-11-081-6/+6
* Fix sensitivity of file operation buttons and buttons inside fileopOwen Taylor2002-10-251-1/+8
* Documentation fixes.Soeren Sandmann2002-10-131-4/+28
* use GTK_IS_RADIO_MENU_ITEM instead of comparing the type directly. ThisManish Singh2002-10-121-1/+1
* Deprecation cleanupManish Singh2002-10-091-80/+81
* Minor documentation fixesSoren Sandmann2002-08-101-2/+2
* Add a note that yes, we do know what () means and we can't change it.Owen Taylor2002-08-051-1/+2
* s/<!>/<!-- -->/g throughout the documentation to bring the producedMatthias Clasen2002-04-181-4/+4
* Document gtk_{menu_item,widget}_set_accel_path() as the recommended API.Matthias Clasen2002-03-111-1/+4
* Remove unneeded Win32 stuff inside #ifdef G_OS_WIN32. (Leftover from whenTor Lillqvist2002-03-011-9/+0
* Really make it work for paths with underline accelerators. (#69247)Owen Taylor2002-03-011-1/+1
* Avoid segfault for selectable tab labels (even without a segfault, theyMatthias Clasen2002-02-091-2/+23
* Export gtk_widget_set_accel_path().Owen Taylor2002-01-301-1/+1
* Consistently use GdkModifierType. (#66950, Mark Patton)Owen Taylor2002-01-301-2/+3
* Document allowed values for ifactory.Matthias Clasen2002-01-211-3/+17
* Clarify documentation. (#69026)Matthias Clasen2002-01-181-1/+4
* gtk/gtkaccellabel.h fixed documentation by syncing the parameter namesSven Neumann2002-01-151-12/+15
* Documentation additions.Matthias Clasen2002-01-141-7/+28
* Documentation.Matthias Clasen2002-01-141-0/+222
* applied patch from owen to get rid of accel map notifiers. changed thingsTim Janik2001-11-201-1/+1
* added gtkaccelmap.sgml. other updates.Tim Janik2001-11-131-546/+35
* Call setlocale (LC_ALL, ""). (#60606)Owen Taylor2001-10-101-1/+1
* replace g_scanner_add/remove_symbol by g_scanner_scope_add/remove_symbol.Matthias Clasen2001-10-011-4/+4
* 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