summaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* change color when the GtkTreeView loses focus.Jonathan Blandford2001-08-291-0/+10
* fix g_object_notifyHavoc Pennington2001-08-291-0/+4
* add default iconHavoc Pennington2001-08-291-0/+32
* demos/gtk-demo/appwindow.c (do_appwindow): Use g_signal_connect_objectMatthias Clasen2001-08-281-0/+5
* gtk/gtkprogressbar.c (gtk_progress_bar_set_text): Move the settingMatthias Clasen2001-08-281-0/+5
* *** empty log message ***Matthias Clasen2001-08-281-1/+0
* gdk-pixbuf/test-loaders.c (test_loader): Catch errors at close time.Matthias Clasen2001-08-281-0/+5
* Make unrealize GTK_RUN_LAST.Alex Larsson2001-08-281-0/+5
* fix silly cut'n'paste error, with_label and with_mnemonic should createManish Singh2001-08-281-0/+6
* Fix to use GtkSelectionMode. ditto ditto ditto.Jonathan Blandford2001-08-271-0/+7
* Use the GTK selection types rather than GtkTreeSelectionMode.Jonathan Blandford2001-08-271-0/+7
* deprecate GTK_SELECTION_EXTENDED.Jonathan Blandford2001-08-271-0/+14
* Fix a cuple of typos in compat macros. (#59624, Skip Montaro)Owen Taylor2001-08-271-0/+5
* Use autoconf 2.13/2.50 compat macro.Owen Taylor2001-08-271-0/+17
* Updated to match gpp requirements, reworked the files section to make itJens Finke2001-08-271-0/+5
* Add properties for labels, mnemonics and stock items. Added C accessorAlexander Larsson2001-08-271-0/+22
* Ressurect the properties test. I don't care if it is inferior, I just wantAlexander Larsson2001-08-261-0/+7
* pass ->nrows to gtk_table_resize as the first argument forChema Celorio2001-08-261-0/+7
* remove gtk_menu_* compat defines; these are already in gtkmenu.h, and theHavoc Pennington2001-08-261-0/+28
* Add optional movement on push to buttons (based on patch from SoerenOwen Taylor2001-08-251-0/+18
* Break compatibility and make gtk_image_new() take no arguments. TheOwen Taylor2001-08-251-0/+10
* Remove unused and useless function gtk_menu_item_configure(). (#58925)Owen Taylor2001-08-251-0/+5
* Add "use_align" to give people the option to just make a cell visible.Jonathan Blandford2001-08-241-0/+12
* Remove a stray g_object_ref() left over from gtk_object_ref/sink. (PointedOwen Taylor2001-08-241-0/+6
* Rename gtk_container_children() to gtk_container_get_children. AddedOwen Taylor2001-08-231-0/+9
* Deprecate gtk_menu_bar_append/prepend/insert, forgot to do this when weOwen Taylor2001-08-231-0/+16
* Rename from gtk_text_tag_table_size(). (#59366)Owen Taylor2001-08-231-0/+5
* use GtkSortType instead of GtkTreeSortOrder. (#59173).Kristian Rietveld2001-08-231-0/+7
* chain parent class handlers, pointed out by Joshua N PritikinTim Janik2001-08-231-0/+6
* [ Patch from Sebastian Wilhelmi, 52790 ]Owen Taylor2001-08-231-0/+19
* clean up selection when changing models.Jonathan Blandford2001-08-221-0/+5
* Fix selection. I think it's all dandy now. We check the current event forJonathan Blandford2001-08-221-0/+6
* Fix a small typo. It's LIST_STORE, not LISTSTORE.Anders Carlsson2001-08-221-0/+5
* Remove commented out gtkpacker reference.Owen Taylor2001-08-211-0/+4
* Add tga loader, patch by Nicola Girardi. (#56067)Matthias Clasen2001-08-211-0/+5
* Tue Aug 21 02:57:13 2001 Jonathan Blandford <jrb@redhat.com>>Jonathan Blandford2001-08-211-0/+5
* Grr... Get it right.Jonathan Blandford2001-08-211-1/+5
* *** empty log message ***Jonathan Blandford2001-08-211-0/+8
* Use correct marshaller.Jonathan Blandford2001-08-201-0/+5
* Fix up warnings, #58928.Jonathan Blandford2001-08-191-0/+11
* updated externalsHans Breuer2001-08-191-0/+23
* gtk/gtktooltips.c tests/testtreesort.c inserted some casts to get rid ofSven Neumann2001-08-191-0/+7
* Sun Aug 19 01:44:44 2001 Jonathan Blandford <jrb@redhat.com>>Jonathan Blandford2001-08-191-0/+17
* 2 new signals; is_expander/is_expanded.Jonathan Blandford2001-08-191-0/+10
* Really remove set_default_style().Owen Taylor2001-08-191-0/+7
* constrain position on hints_changed in addition to the other cases.Havoc Pennington2001-08-181-0/+7
* use the second argument to the weak ref notify, cleaning up some uglyness.James Henstridge2001-08-181-0/+8
* Add missing parameters to utf8 functions to make it compile.Darin Adler2001-08-181-0/+5
* Add heavily modified patch from Kristian Rietveld to handle interactiveJonathan Blandford2001-08-171-0/+27
* const correct string parameter.Tim Janik2001-08-171-6/+32