summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* Don't print out attributes for the <ui> root node. (#151752, Lorenzo GilMatthias Clasen2004-09-041-6/+9
* Accelerate the animation when it has been running for a while. (#143647).Søren Sandmann2004-09-041-4/+23
* Document the return value.Matthias Clasen2004-09-011-0/+2
* Make it possible to specify additional modules to load via a setting.Matthias Clasen2004-09-018-360/+641
* Make sure children of the toolbar are given positive dimensions. (149540,Søren Sandmann2004-09-011-2/+2
* Protect the unistd.h include by HAVE_UNISTD_H.Matthias Clasen2004-09-012-0/+4
* Make accel labels ellipsize correctly. (#151559, Christian Persch)Matthias Clasen2004-09-011-0/+10
* Don't leak the iter of a running animation. (#151542)Matthias Clasen2004-09-011-4/+1
* Only start a drag if the left button is pressed. (#151490, FredericMatthias Clasen2004-09-011-3/+6
* constrain cell area to passed in cell_area, #147867Jonathan Blandford2004-08-312-5/+50
* Make it compile.Matthias Clasen2004-08-305-12/+61
* Changes to make sure input methods respect the editability of entries andMatthias Clasen2004-08-302-24/+47
* Don't crash if model is not set. Noted by Mariano Suarez-Alvarez.Matthias Clasen2004-08-271-0/+3
* Provide information about how an adjustment change in a range widgetMatthias Clasen2004-08-273-16/+83
* Fix for #131226, allow selection of singleton list items in multi-selectBill Haneman2004-08-261-0/+25
* remove unused gdk_font_charset_for_locale() function.Manish Singh2004-08-261-29/+0
* initialize path so we don't potentially use an undefined pointer.Manish Singh2004-08-264-9/+10
* activate the typeahead entry on enter.Jonathan Blandford2004-08-251-4/+31
* Steal ATTACHED_MENUS list so its tail isn't freed when we re-set it,Matthias Clasen2004-08-251-1/+1
* Fix a typo, noticed by Tim Janik.Matthias Clasen2004-08-251-1/+1
* Change the Down button to be end-justified, so that clicking on it is aJonathan Blandford2004-08-251-5/+8
* Don't handle the event if we have no children.Jonathan Blandford2004-08-252-47/+44
* Use get_file_info() rather than trying get_folder() and checking for anMatthias Clasen2004-08-251-16/+35
* 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