| Commit message (Expand) | Author | Age | Files | Lines |
* | Turn on in_change while changing the filename in the entry | Federico Mena Quintero | 2008-03-13 | 1 | -2/+2 |
* | Update some FIXMEs | Federico Mena Quintero | 2008-03-13 | 1 | -1/+1 |
* | When finding the common prefix, assert that we have the correct folder loaded | Federico Mena Quintero | 2008-03-13 | 1 | -1/+3 |
* | Discard the completion store when we change the folder | Federico Mena Quintero | 2008-03-13 | 1 | -5/+14 |
* | Add some more FIXMEs | Federico Mena Quintero | 2008-03-13 | 1 | -1/+6 |
* | Remove obsolete comments | Federico Mena Quintero | 2008-03-13 | 1 | -2/+0 |
* | Cancel all forms of completion at the appropriate times, not just in ::changed | Federico Mena Quintero | 2008-03-13 | 1 | -97/+92 |
* | Put some more FIXMEs | Federico Mena Quintero | 2008-03-13 | 1 | -0/+9 |
* | Re-create the completion store right before populating it | Federico Mena Quintero | 2008-03-13 | 1 | -18/+12 |
* | Populate the completion store when the folder is done loading | Federico Mena Quintero | 2008-03-13 | 1 | -53/+57 |
* | Remove files_added handler | Federico Mena Quintero | 2008-03-13 | 1 | -18/+1 |
* | Remove files_deleted handler | Federico Mena Quintero | 2008-03-13 | 1 | -17/+0 |
* | Handle the folder being completely loaded | Federico Mena Quintero | 2008-03-13 | 1 | -7/+60 |
* | Debug printfs for finding the common prefix | Federico Mena Quintero | 2008-03-13 | 1 | -0/+5 |
* | Debug printfs for the common prefix | Federico Mena Quintero | 2008-03-13 | 1 | -0/+7 |
* | Autocomplete by inserting/selecting the common prefix | Federico Mena Quintero | 2008-03-13 | 1 | -1/+1 |
* | Debugging printfs | Federico Mena Quintero | 2008-03-13 | 1 | -2/+22 |
* | Start autocompletion in an idle so GtkEntry updates its cursor position | Federico Mena Quintero | 2008-03-13 | 1 | -5/+45 |
* | Rework the way autocompletion is initiated | Federico Mena Quintero | 2008-03-13 | 1 | -106/+144 |
* | For autocompletion, consider only the text up to the cursor | Federico Mena Quintero | 2008-03-13 | 1 | -6/+9 |
* | Don't overwrite the suffix after the cursor when inserting the completion | Federico Mena Quintero | 2008-03-13 | 1 | -21/+18 |
* | Skip the cursor past the autocompleted part when requesting explicit completion | Federico Mena Quintero | 2008-03-13 | 1 | -1/+8 |
* | Move the cursor to the end only if we highlight the completed match | Federico Mena Quintero | 2008-03-13 | 1 | -2/+2 |
* | Complete even if not at the end of the text | Federico Mena Quintero | 2008-03-13 | 1 | -2/+1 |
* | Only auto-insert the prefix if we are at the end of the text | Federico Mena Quintero | 2008-03-13 | 1 | -2/+3 |
* | Find the common prefix based on the cursor position | Federico Mena Quintero | 2008-03-13 | 1 | -1/+25 |
* | Bug 469868 - Filenames with colon ":" are not saved correctly | Tor Lillqvist | 2008-03-11 | 1 | -0/+84 |
* | Skip exensions when selecting filenames in the save-as dialog. (#362516, | Matthias Clasen | 2008-02-12 | 1 | -1/+36 |
* | Append a '/' to directory names in the completion popup. (#431323, Maarten | Matthias Clasen | 2007-04-26 | 1 | -3/+5 |
* | Remove unnecessary NULL checks before g_free(). (#369666, Morten Welinder, | Matthias Clasen | 2007-03-09 | 1 | -2/+1 |
* | Apply a cleanup patch by Kjartan Maraas (#341812) | Matthias Clasen | 2006-10-08 | 1 | -2/+0 |
* | Commit a patch by Behdad to fix typos, omissions and other errors in the | Matthias Clasen | 2006-09-10 | 1 | -3/+0 |
* | Don't store GSource pointers, but ids. (gtk_file_chooser_entry_dispose): | Matthias Clasen | 2006-08-15 | 1 | -22/+39 |
* | Improve consistency of signal and property names | Matthias Clasen | 2006-07-06 | 1 | -1/+1 |
* | More of the same | Matthias Clasen | 2006-05-14 | 1 | -1/+1 |
* | Boilerplate reduction | Matthias Clasen | 2006-05-02 | 1 | -51/+11 |
* | Merge of the GTK+ asynchronous file chooser branch. Please see theAFTER_KRIS_ASYNC_BRANCH_MERGE | Kristian Rietveld | 2006-05-01 | 1 | -38/+96 |
* | implement boolean property "truncate-multiline" which, when enabled, | Michael Natterer | 2005-12-19 | 1 | -0/+2 |
* | Intern some more strings. | Matthias Clasen | 2005-09-01 | 1 | -1/+2 |
* | Intern type names in code generated by glib-mkenums, too. | Matthias Clasen | 2005-08-31 | 1 | -1/+1 |
* | Merged from gtk-2-6: | Federico Mena Quintero | 2005-06-10 | 1 | -47/+76 |
* | Add a property to suppress the popup for single matches. (#154711) | Matthias Clasen | 2005-05-26 | 1 | -1/+18 |
* | Make PLT-reduction work with gcc4, and don't include everything in | Matthias Clasen | 2005-03-20 | 1 | -1/+4 |
* | Add missing GDK_THREADS_ENTER/LEAVE. | Matthias Clasen | 2004-12-19 | 1 | -5/+18 |
* | Really handle a NULL model, fixes #137211 for real. | Anders Carlsson | 2004-10-26 | 1 | -4/+1 |
* | Pop up the completions again after tab. (#147700, Jens Bech Madsen) | Matthias Clasen | 2004-10-06 | 1 | -4/+9 |
* | Remove leftover debug code. | Matthias Clasen | 2004-09-17 | 1 | -0/+66 |
* | New widget to go along with GtkFontButton and GtkColorButton for use in | Matthias Clasen | 2004-08-17 | 1 | -2/+12 |
* | Add hidden aliases for exported symbols which are used internally in order | Matthias Clasen | 2004-08-09 | 1 | -0/+1 |
* | Fix #144232: | Federico Mena Quintero | 2004-08-06 | 1 | -0/+1 |