summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* === Released 2.3.5 ===GTK_2_3_5Owen Taylor2004-03-02161-15006/+17375
* Avoid popping up the completions across the edge of the monitor. Part ofMatthias Clasen2004-03-026-1/+52
* Move the /nonexistant stuff out of the main window, keep the main windowOwen Taylor2004-03-026-37/+58
* gtk/gtktreestore.c (gtk_tree_store_reorder) Fix up the interpretation ofOwen Taylor2004-03-029-14/+100
* Updated Italian translation.Alessio Frusciante2004-03-022-84/+113
* Corrected three strings in Italian translation.Alessio Frusciante2004-03-022-4/+8
* Remove conflict markersSøren Sandmann Pedersen2004-03-025-5/+0
* Patch from Frederic Crozat, test code from Jean-Philippe Chancelier. FixesSoeren Sandmann2004-03-029-31/+245
* If the model was empty before, select the first inserted item.Owen Taylor2004-03-028-16/+366
* set the default value, spotted by Morten Welinder.Jonathan Blandford2004-03-026-2/+35
* get the logic correct. This will fix sizing on save dialogs.Jonathan Blandford2004-03-027-13/+50
* Don't update the save folder combo if we are already switching folders;Federico Mena Quintero2004-03-027-11/+149
* Add testentrycompletion.Matthias Clasen2004-03-027-0/+278
* improve tests a little.Jonathan Blandford2004-03-026-8/+59
* Updated the Greek translationKostas Papadimas2004-03-024-382/+350
* Always connect to the changed signals on the model, update the active itemOwen Taylor2004-03-027-47/+234
* Position the popup above the sample if there is not enough room below.Matthias Clasen2004-03-026-4/+92
* Don't scale images that are small enough to fit. Avoid using incompatiblyMorten Welinder2004-03-026-20/+36
* Major thinko, trivial patch. /me chances a commit.Morten Welinder2004-03-026-1/+31
* Updated Korean translation.Changwoo Ryu2004-03-022-21/+43
* Update Czech translationMiloslav Trmac2004-03-022-48/+62
* Updated Albanian translationLaurent Dhima2004-03-021-0/+4
* UpdatedLaurent Dhima2004-03-021-29/+37
* Updated Italian translation.Alessio Frusciante2004-03-022-103/+84
* Updated Thai translation.Paisa Seeluangsawat2004-03-022-4/+8
* New flag shortcuts_current_folder_is_volume.Federico Mena Quintero2004-03-026-41/+157
* Updated - FedericoFederico Mena Quintero2004-03-021-1/+3
* Eep, use gtk_tree_model_filter_convert_iter_to_child_iter(), not theFederico Mena Quintero2004-03-026-1/+26
* Don't unref an old model; there isn't one. This was a leftover from whenFederico Mena Quintero2004-03-028-75/+450
* Add gtk_drag_source_set/get_target_list(). (#127499, based on patch fromOwen Taylor2004-03-0212-6/+144
* Remove the include of Xft.h, which is already dragged in via pangoxft.h.Matthias Clasen2004-03-026-1/+25
* expose gtk_bindings_activate_event(), changed callers.Tim Janik2004-03-0211-59/+129
* X11 R6.4 specifies 15 events for the XInput extension. We want to see themSimon Budig2004-03-016-1/+31
* Use case-insensitive comparison. Fixes XIM module loading on AIX.Matthias Clasen2004-03-016-2/+27
* Make it work correctly when the child model is cleared completely.Matthias Clasen2004-03-016-1/+33
* removed accidentially committed char which broke the build.Michael Natterer2004-03-016-1/+25
* only store the size if we can resize in that direction.Jonathan Blandford2004-03-017-4/+46
* new function. Long name.Jonathan Blandford2004-03-017-3/+60
* Updated Swedish translation.Christian Rose2004-03-012-22/+34
* Only stat when needed.Morten Welinder2004-03-016-1/+21
* Simplify semantics and check for errors.Morten Welinder2004-03-018-12/+79
* Based on patch by Alex LarssonOwen Taylor2004-03-018-1/+71
* - exit with $? instead of 1 in case of failure - exit with $? ifTim Janik2004-03-015-0/+45
* - exit with $? instead of 1 in case of failureTim Janik2004-03-011-8/+8
* Test for filter_info.uri correctly. Fixes #135379, pointed out by DamonFederico Mena Quintero2004-03-016-4/+70
* Handle dynamically resolved bidi direction when drawing the cursor.Owen Taylor2004-03-017-34/+121
* Handle shrinking/growing.Jonathan Blandford2004-03-017-3/+59
* removed underscores from calls to gtk_text_btree_resolve_bidi().Michael Natterer2004-03-016-4/+29
* Patch from Dov Grobgeld to implement auto-bidi-direction for GtkTextViewOwen Taylor2004-03-0111-36/+437
* Implement auto-bidi-direction, based on a patch from Dov Grobgeld.Owen Taylor2004-03-016-23/+91