summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* === Released 2.5.0 ===GTK_2_5_0Soeren Sandmann2004-07-20282-62024/+78176
* Updates.Matthias Clasen2004-07-194-2/+194
* Typo fix.Matthias Clasen2004-07-195-1/+21
* Add bug ref`Matthias Clasen2004-07-194-4/+4
* Make GtkCellView public, since people seem to have uses for it, it isMatthias Clasen2004-07-199-251/+125
* Support inline autocompletion in entries (#135953)Matthias Clasen2004-07-198-22/+511
* Updated British translation.David Lodge2004-07-182-245/+313
* Create an empty target list if targets is NULL.Soeren Sandmann2004-07-18132-5554/+5738
* Updates for 2.5.0Matthias Clasen2004-07-185-0/+101
* Updates.Matthias Clasen2004-07-182-0/+6
* Add a new :orientation property to determine whether text is positionedMatthias Clasen2004-07-186-7/+156
* Draw focus indicator outside the selection, respect focus line width.Matthias Clasen2004-07-185-10/+61
* Fix a warning message.Matthias Clasen2004-07-175-1/+21
* Support text/plain selection target (#55117, Owen Taylor)Matthias Clasen2004-07-1712-49/+396
* Support named themed window icons.Matthias Clasen2004-07-1710-4/+400
* Make scrolling work if no item is selected. (gtk_cell_editable_key_press):Matthias Clasen2004-07-165-26/+34
* Add GtkCellRendererComboMatthias Clasen2004-07-163-0/+23
* Add a combo box cell renderer.Matthias Clasen2004-07-1613-45/+867
* Don't iterate multiple times over some of the children.Matthias Clasen2004-07-165-6/+20
* Add missing files. (#147688, Christian Rose)Matthias Clasen2004-07-162-1/+8
* Fix #60128, #58307, #144706:Matthias Clasen2004-07-165-26/+100
* Install the timeout before changing the value, so that a ::value_changedMatthias Clasen2004-07-165-5/+29
* Use 'cannot' instead of 'can not' in messages. (#144226, Morten Welinder)Matthias Clasen2004-07-159-4/+34
* Correct the declared default values of several properties to be in syncMatthias Clasen2004-07-155-7/+11
* Correct the declared default values of several properties to be in syncMatthias Clasen2004-07-155-3/+21
* Make spacing a property, correct the declared default values of severalMatthias Clasen2004-07-155-3/+47
* Don't reparent back to menu->toplevel if it is already gone because we'reMatthias Clasen2004-07-155-1/+26
* Updated Nepali TranslationPawan Chitrakar2004-07-152-281/+255
* Fix #126295:Federico Mena Quintero2004-07-155-42/+107
* Don't use gcc extensions for the ternary ?: operator. (#147590, DamienMatthias Clasen2004-07-145-1/+32
* Fix #144405, patch by Padraig O'Briain <padraig.obriain@sun.com>:Federico Mena Quintero2004-07-145-0/+34
* Don't leak no_svg_filename. (#147399, Kjartan Maraas)Matthias Clasen2004-07-145-1/+21
* Make this work in RTL context.Matthias Clasen2004-07-135-15/+51
* 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-135-3/+44
* Prepare to handle composite implementations of GtkCellEditable, butMatthias Clasen2004-07-135-1/+109
* Ugh, another compile error.Matthias Clasen2004-07-131-1/+1
* Ugh, forgotten ;Matthias Clasen2004-07-131-1/+1
* Add gtk_parse_args()Matthias Clasen2004-07-137-0/+20
* Don't crash if unrealized.Matthias Clasen2004-07-135-0/+23
* 13/7/04 aman <amanlinux@netscape.net> modifyAmanpreet Singh Alam2004-07-132-1135/+1123
* Updates.Matthias Clasen2004-07-132-7/+24
* Don't display untranslated translator credits.Matthias Clasen2004-07-135-2/+28
* UpdatesMatthias Clasen2004-07-133-7/+22
* Some documentation updates.Matthias Clasen2004-07-135-15/+79
* Do an empty begin_paint_region()/end_paint() for windows withoutSoeren Sandmann2004-07-126-27/+71
* Use a GtkAboutDialog.Matthias Clasen2004-07-125-2/+103
* Start of the GTK+ glossary.Federico Mena Quintero2004-07-1211-32/+431
* Docs for GtkAboutDialog.Matthias Clasen2004-07-125-7/+327
* New widget: GtkAboutDialog.Matthias Clasen2004-07-128-0/+2007