summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* 2.5.2GTK_2_5_2Matthias Clasen2004-08-255-7/+15
* Fix logical errors in gtk_list_store_move_before/after(). (#150983, patchSøren Sandmann2004-08-241-2/+2
* Remove debug spewSøren Sandmann2004-08-241-10/+4
* Just return if the parameters are identical. (#150159, Robert Ögren)Søren Sandmann2004-08-241-1/+18
* Handle action_group being NULL. (#150869, Tommi Komulainen)Matthias Clasen2004-08-241-6/+4
* Take header height and adjustment into account. (#136496, Pawek Salek)Matthias Clasen2004-08-241-1/+3
* Fix #150822, reported by Christian PerschMatthias Clasen2004-08-231-3/+9
* Two signals (gtk_action_sync_property and gtk_action_sync_sensitive) werePhilip Langdale2004-08-221-4/+4
* gtk/gtkexpander.cSoeren Sandmann2004-08-225-31/+31
* Restore length field; PyGTK and maybe others use it directly.Soeren Sandmann2004-08-221-0/+5
* s/CYCLE_HANDLE_FOCUS/CYCLE_CHILD_FOCUS/Soeren Sandmann2004-08-222-2/+2
* Use PROP_MAX_POSITION, not PROP_MIN_POSITION for the max_positionSoeren Sandmann2004-08-221-1/+1
* Normalize the position so we don't create paths with off-list indices.Soeren Sandmann2004-08-221-0/+5
* Use the correct tree path (#150289, Morten Welinder).Soeren Sandmann2004-08-221-1/+1
* Fix #150406, reported by Fernando San Martín Woerner, patch by GustavoMatthias Clasen2004-08-221-0/+3
* Don't use an uninitialized tree iter. (#150414, Torsten Schoenfeld)Matthias Clasen2004-08-221-1/+2
* Fix #150738, Tomislav Jonjic.Matthias Clasen2004-08-229-9/+9
* Initialize height from fixed_height before we do anything, so it alwaysManish Singh2004-08-182-7/+7
* Merged from 2.4:Federico Mena Quintero2004-08-181-170/+180
* Applied patch from Olivier Andrieu to fix bug #150440.Manish Singh2004-08-182-15/+18
* Shut up CVSManish Singh2004-08-181-0/+1
* Look up icon themes in the directories specified in the icon theme spec:Matthias Clasen2004-08-171-10/+17
* Take widget->state into account when painting the shadows. (#150351, TimMatthias Clasen2004-08-171-2/+2
* No need for INCLUDE_INTERNAL_SYMBOLS anymore.Matthias Clasen2004-08-174-46/+63
* Use g_message() throughout, add RTL envar for rtl testing.Matthias Clasen2004-08-172-43/+40
* New widget to go along with GtkFontButton and GtkColorButton for use inMatthias Clasen2004-08-1710-7/+1254
* Doc update.Matthias Clasen2004-08-163-6/+45
* Fix C99ism.Morten Welinder2004-08-161-1/+3
* Fix #150125:Matthias Clasen2004-08-163-2/+81
* Count from the beginning of the line, not from the current position.Matthias Clasen2004-08-161-0/+4
* Fix typo. The gtk.immodules file had never been included in myTor Lillqvist2004-08-151-23/+29
* Make the use of S_ISFIFO and S_ISSOCK conditional. (#150146, GustavoMatthias Clasen2004-08-151-0/+4
* gtk/gtkfilechooserdefault.c (shortcuts_append_home,Tor Lillqvist2004-08-143-10/+38
* New function.Soeren Sandmann2004-08-146-881/+1497
* Don't install the settings_notify_cb from here, since it may be calledMatthias Clasen2004-08-131-3/+4
* Remove leftover debugging outputMatthias Clasen2004-08-131-1/+0
* Make re-sensitivation work in menu mode.Matthias Clasen2004-08-131-27/+2
* Fix the docs build.Matthias Clasen2004-08-131-1/+1
* Make fixed height mode handle insertions. (135955, Michael Vogt, testcaseMatthias Clasen2004-08-131-1/+4
* Add missing include.Matthias Clasen2004-08-131-0/+1
* Fix #149547, Markus Lausser:Matthias Clasen2004-08-131-0/+20
* Remove an accidentally added include.Matthias Clasen2004-08-131-1/+0
* Adjust to GtkAboutDialog API changes.Matthias Clasen2004-08-132-17/+37
* Underscore-prefix gtk_file_system_module_get_type(). Underscore-prefixMatthias Clasen2004-08-125-24/+11
* Make the icon view accessible by implementing the necesssary ATKMatthias Clasen2004-08-121-2/+2260
* Link to information about allowed action names. (#149620, David Malcolm)Matthias Clasen2004-08-121-0/+2
* Add setters for the ::sensitive and ::visible properties of GtkAction.Matthias Clasen2004-08-122-0/+60
* Fix #149422, #143457:Federico Mena Quintero2004-08-121-57/+64
* Add shortcuts_model_filter_get_type.Matthias Clasen2004-08-123-1/+5
* Add the XDG_PREFIX to this function as well.Matthias Clasen2004-08-122-3/+9