summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* Warn if you try to add a tool item to a toolbar using the deprecated API.Soeren Sandmann2004-07-241-5/+8
* Create the change to initialize target_list to an empty list instead ofMatthias Clasen2004-07-231-1/+5
* Improve various translatable messages.Dafydd Harries2004-07-234-4/+4
* align the entry in the same way as the cell. (#136749)Matthias Clasen2004-07-231-0/+1
* Don't iterate too far up. (#147965, Olivier Sessink)Matthias Clasen2004-07-231-7/+6
* Remove unnecessary checks. (#148175, Morten Welinder)Matthias Clasen2004-07-236-12/+6
* Forgotten file.Matthias Clasen2004-07-221-0/+3
* Add a new :ellipsize property which controls ellipsization of the renderedMatthias Clasen2004-07-222-4/+62
* Add additional accessability relations. (#141804, Padraig O'Briain)Matthias Clasen2004-07-221-0/+48
* Avoid compiler warnings.Matthias Clasen2004-07-221-2/+2
* Require Pango 1.5.1 (for ellipsisation).Matthias Clasen2004-07-222-11/+113
* Don't leak the list store. (#148135, Crispin Flowerday)Matthias Clasen2004-07-222-2/+2
* 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
* Use the new text target functionality in GtkTargetList instead ofMatthias Clasen2004-07-211-16/+4
* Remove trailing commas from enumerations. (#148035)Matthias Clasen2004-07-217-7/+12
* Fix the documentation comment for the editing-started signal.Federico Mena Quintero2004-07-202-3/+4
* Add some refcount debugging.Matthias Clasen2004-07-201-3/+42
* Allow custom initialization of cell editables. (#147221)Matthias Clasen2004-07-202-10/+67
* 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
* === Released 2.5.0 ===GTK_2_5_0Soeren Sandmann2004-07-201-0/+4
* Typo fix.Matthias Clasen2004-07-191-1/+1
* Make GtkCellView public, since people seem to have uses for it, it isMatthias Clasen2004-07-195-251/+49
* Support inline autocompletion in entries (#135953)Matthias Clasen2004-07-194-22/+447
* Create an empty target list if targets is NULL.Soeren Sandmann2004-07-182-12/+9
* Add a new :orientation property to determine whether text is positionedMatthias Clasen2004-07-182-7/+112
* Draw focus indicator outside the selection, respect focus line width.Matthias Clasen2004-07-181-10/+29
* Support text/plain selection target (#55117, Owen Taylor)Matthias Clasen2004-07-176-49/+284
* Support named themed window icons.Matthias Clasen2004-07-174-4/+319
* Make scrolling work if no item is selected. (gtk_cell_editable_key_press):Matthias Clasen2004-07-161-26/+18
* Add a combo box cell renderer.Matthias Clasen2004-07-169-45/+767
* Don't iterate multiple times over some of the children.Matthias Clasen2004-07-161-6/+0
* 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
* Use 'cannot' instead of 'can not' in messages. (#144226, Morten Welinder)Matthias Clasen2004-07-151-1/+1
* Correct the declared default values of several properties to be in syncMatthias Clasen2004-07-151-3/+3
* Correct the declared default values of several properties to be in syncMatthias Clasen2004-07-151-3/+5
* Make spacing a property, correct the declared default values of severalMatthias Clasen2004-07-151-3/+27
* Don't reparent back to menu->toplevel if it is already gone because we'reMatthias Clasen2004-07-151-1/+2
* Fix #126295:Federico Mena Quintero2004-07-151-42/+59
* Don't use gcc extensions for the ternary ?: operator. (#147590, DamienMatthias Clasen2004-07-141-1/+8
* Fix #144405, patch by Padraig O'Briain <padraig.obriain@sun.com>:Federico Mena Quintero2004-07-141-0/+2
* Don't leak no_svg_filename. (#147399, Kjartan Maraas)Matthias Clasen2004-07-141-1/+1
* Make this work in RTL context.Matthias Clasen2004-07-131-15/+27
* Fix build error.Matthias Clasen2004-07-131-4/+6
* Set a busy cursor while mounting the volume. Also, ref the chooser whileFederico Mena Quintero2004-07-131-3/+20