summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* === Released 2.4.7 ===GTK_2_4_7Soeren Sandmann2004-08-143-14/+21
* gtk/gtkfilechooserdefault.c (shortcuts_append_home,Tor Lillqvist2004-08-143-10/+38
* Don't install the settings_notify_cb from here, since it may be calledMatthias Clasen2004-08-131-3/+4
* Fix a warning.Matthias Clasen2004-08-131-1/+1
* Fix the build.Matthias Clasen2004-08-131-7/+2
* Make fixed height mode handle insertions. (135955, Michael Vogt, testcaseMatthias Clasen2004-08-131-3/+11
* Fix #149547, Markus Lausser:Matthias Clasen2004-08-131-7/+13
* Fix the doc comment to generate valid XML.Matthias Clasen2004-08-121-1/+1
* Link to information about allowed action names. (#149620, David Malcolm)Matthias Clasen2004-08-121-0/+2
* Merged from HEAD:Federico Mena Quintero2004-08-121-57/+64
* Don't start a drag if the treeview is only a drag destination. (#149836,Matthias Clasen2004-08-111-1/+1
* Don't leak the file contents.Matthias Clasen2004-08-091-1/+3
* Make the column drag code a bit more robust (still scary, though).Matthias Clasen2004-08-071-2/+4
* Merged from HEAD:Federico Mena Quintero2004-08-062-9/+22
* Fix an off-by-one error. (#141809, Markku Vire)Matthias Clasen2004-08-061-1/+1
* Make gtk_ui_manager_add_ui() accept paths with a leading "/ui". (#149077,Matthias Clasen2004-08-041-2/+3
* Correct the return type of gtk_tree_model_filter_get_flags(). (#149195,Matthias Clasen2004-08-031-2/+2
* Fix #149191, reported by Morten Welinder:Matthias Clasen2004-08-032-2/+3
* Optimize for the case that row_column and col_column are unset. (#148868,Matthias Clasen2004-08-031-18/+41
* Don't steal the pointer grab from the context menu of the entry. (#148686,Matthias Clasen2004-08-021-0/+3
* Use canonical signal names in doc comments, since gtk-doc won't pick upMatthias Clasen2004-08-023-6/+18
* Use the canonical form of signal names after "notify::". Otherwise, noMatthias Clasen2004-07-313-9/+9
* Fix the positioning of the popup.Matthias Clasen2004-07-301-2/+4
* Merged from HEAD:Federico Mena Quintero2004-07-291-66/+117
* Warning fixes.Matthias Clasen2004-07-281-22/+22
* Don't iterate too far up. (#147965, Olivier Sessink)Matthias Clasen2004-07-231-7/+7
* Add additional accessability relations. (#141804, Padraig O'Briain)Matthias Clasen2004-07-221-0/+48
* Don't leak the list store. (#148135, Crispin Flowerday)Matthias Clasen2004-07-221-1/+1
* Don't leak the list store. (#148134, Crispin Flowerday)Matthias Clasen2004-07-221-1/+1
* Don't leak the menu. (#148110, Tommi Komulainen)Matthias Clasen2004-07-221-4/+5
* Don't leak tree model and tree row reference. (#148125, Crispin Flowerday)Matthias Clasen2004-07-221-1/+9
* Don't leak the adjustments. (#148089, Tommi Komulainen)Matthias Clasen2004-07-221-1/+2
* Don't leak the adjustments. (#148073, Tommi Komulainen)Matthias Clasen2004-07-221-0/+11
* Don't leak the arrow. (#148064, Tommi Komulainen)Matthias Clasen2004-07-221-1/+4
* Remove trailing commas from enumerations. (#148035)Matthias Clasen2004-07-217-7/+12
* Ref an sink all proxies, so that we can properly clean up floating proxiesMatthias Clasen2004-07-201-3/+42
* Set drag_pos before grabbing the focus, since we may reenter intoMatthias Clasen2004-07-201-2/+3
* Don't use uninitialized node pointer. (#147911, Peter Zelezny)Matthias Clasen2004-07-201-5/+3
* Fix #60128, #58307, #144706:Matthias Clasen2004-07-161-26/+44
* Install the timeout before changing the value, so that a ::value_changedMatthias Clasen2004-07-161-1/+1
* Don't reparent back to menu->toplevel if it is already gone because we'reMatthias Clasen2004-07-151-1/+2
* Merged from HEAD:Federico Mena Quintero2004-07-151-42/+59
* Merged from HEAD:Federico Mena Quintero2004-07-141-0/+2
* Don't leak no_svg_filename. (#147399, Kjartan Maraas)Matthias Clasen2004-07-141-1/+1
* Merged from HEAD:Federico Mena Quintero2004-07-131-3/+20
* Fix compile errors.Matthias Clasen2004-07-132-2/+2
* Add gtk_parse_argsMatthias Clasen2004-07-131-0/+3
* Don't crash if unrealized.Matthias Clasen2004-07-131-0/+3
* Apply the gtk-default-menu-item-style to cell view menu items as well.Matthias Clasen2004-07-121-0/+1
* Pop down first. (#147399, John Cupitt)Matthias Clasen2004-07-121-1/+2