summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* Modified patch from muppet <scott@asofyet.org> to keep child directoriesJonathan Blandford2004-03-043-47/+158
* Allow to select the last word in the buffer. (#135487, Paolo Borelli)Matthias Clasen2004-03-031-3/+9
* Doc update.Matthias Clasen2004-03-031-1/+3
* Check whether widgets are viewable, not just if they are mapped. (#122912,Owen Taylor2004-03-031-1/+2
* Move the actual implementation into a newMatthias Clasen2004-03-031-36/+141
* Special case scroll events so that they propagate up the widget heirarchyOwen Taylor2004-03-031-2/+11
* #109594, reported by Olivier RipollOwen Taylor2004-03-032-2/+5
* Don't activate the combo if we're in the midst of changing folders.Jonathan Blandford2004-03-031-0/+3
* Simplify by not using a temporary variable, and clarify the documentation.Federico Mena Quintero2004-03-031-13/+11
* Set the label widget's state to prelight if we're prelit. Fixes bugMark McLoughlin2004-03-031-1/+16
* Corrected the group_changed signal vfunc declaration, adding the firstMurray Cumming2004-03-032-2/+2
* Split function into realized and unrealized variants, and consolidate theJonathan Blandford2004-03-034-67/+106
* Add a missing entry. (#135982, J. Ali Harlow)Tor Lillqvist2004-03-031-0/+1
* Handle errors in setting the path bar's path. Fixes #136000, based on aFederico Mena Quintero2004-03-034-21/+37
* === Released 2.3.5 ===GTK_2_3_5Owen Taylor2004-03-021-2/+2
* Avoid popping up the completions across the edge of the monitor. Part ofMatthias Clasen2004-03-021-1/+22
* gtk/gtktreestore.c (gtk_tree_store_reorder) Fix up the interpretation ofOwen Taylor2004-03-023-6/+14
* Patch from Frederic Crozat, test code from Jean-Philippe Chancelier. FixesSoeren Sandmann2004-03-022-0/+23
* If the model was empty before, select the first inserted item.Owen Taylor2004-03-021-16/+17
* set the default value, spotted by Morten Welinder.Jonathan Blandford2004-03-021-2/+5
* get the logic correct. This will fix sizing on save dialogs.Jonathan Blandford2004-03-022-13/+10
* Don't update the save folder combo if we are already switching folders;Federico Mena Quintero2004-03-021-7/+17
* Always connect to the changed signals on the model, update the active itemOwen Taylor2004-03-022-32/+164
* Position the popup above the sample if there is not enough room below.Matthias Clasen2004-03-021-4/+12
* Major thinko, trivial patch. /me chances a commit.Morten Welinder2004-03-021-1/+1
* New flag shortcuts_current_folder_is_volume.Federico Mena Quintero2004-03-021-41/+67
* Eep, use gtk_tree_model_filter_convert_iter_to_child_iter(), not theFederico Mena Quintero2004-03-021-1/+1
* Don't unref an old model; there isn't one. This was a leftover from whenFederico Mena Quintero2004-03-022-73/+248
* Add gtk_drag_source_set/get_target_list(). (#127499, based on patch fromOwen Taylor2004-03-022-2/+62
* Remove the include of Xft.h, which is already dragged in via pangoxft.h.Matthias Clasen2004-03-021-1/+0
* expose gtk_bindings_activate_event(), changed callers.Tim Janik2004-03-026-59/+79
* Use case-insensitive comparison. Fixes XIM module loading on AIX.Matthias Clasen2004-03-011-2/+2
* Make it work correctly when the child model is cleared completely.Matthias Clasen2004-03-011-1/+3
* removed accidentially committed char which broke the build.Michael Natterer2004-03-011-1/+0
* only store the size if we can resize in that direction.Jonathan Blandford2004-03-012-4/+16
* new function. Long name.Jonathan Blandford2004-03-012-3/+30
* Only stat when needed.Morten Welinder2004-03-011-1/+6
* Simplify semantics and check for errors.Morten Welinder2004-03-013-12/+29
* Based on patch by Alex LarssonOwen Taylor2004-03-012-1/+20
* Test for filter_info.uri correctly. Fixes #135379, pointed out by DamonFederico Mena Quintero2004-03-011-4/+10
* Handle dynamically resolved bidi direction when drawing the cursor.Owen Taylor2004-03-012-34/+71
* Handle shrinking/growing.Jonathan Blandford2004-03-012-3/+29
* removed underscores from calls to gtk_text_btree_resolve_bidi().Michael Natterer2004-03-011-4/+4
* Patch from Dov Grobgeld to implement auto-bidi-direction for GtkTextViewOwen Taylor2004-03-016-31/+367
* Implement auto-bidi-direction, based on a patch from Dov Grobgeld.Owen Taylor2004-03-011-23/+66
* Add gtk_entry_set_alignment() to allow right-aligned entries and aOwen Taylor2004-03-013-6/+105
* export gtk_window_activate_key() (Request from Tim Janik)Owen Taylor2004-03-013-8/+12
* Make DND operations within a buffer move the dragged text instead ofMatthias Clasen2004-03-011-9/+22
* Fix the Shift-Tab support to go backwards.Matthias Clasen2004-02-291-2/+1
* Fix capitalization to match other style properties.Owen Taylor2004-02-291-1/+1