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