| Commit message (Expand) | Author | Age | Files | Lines |
* | Block the ::changed handler during the ::match-selected when done by | Jonathan Blandford | 2004-03-16 | 1 | -0/+6 |
* | Block the ::changed handler during the emission of ::match-selected. | Matthias Clasen | 2004-03-15 | 1 | -0/+14 |
* | Updates. | Tor Lillqvist | 2004-03-15 | 1 | -0/+4 |
* | Only hide the "create folder" button in OPEN mode; all the others should | Federico Mena Quintero | 2004-03-15 | 1 | -0/+11 |
* | In the Save modes, set the Name entry of the file chooser if we get a | Federico Mena Quintero | 2004-03-15 | 1 | -0/+16 |
* | Don't leak the temporary font description. (Nils O. SelÄsdal) | Owen Taylor | 2004-03-15 | 1 | -0/+5 |
* | Only show the title string in OPEN/SELECT_FOLDER mode as it's | Federico Mena Quintero | 2004-03-15 | 1 | -0/+16 |
* | Store the position of the file part and use that in | Owen Taylor | 2004-03-15 | 1 | -0/+8 |
* | set changing_folders to be true so we don't trigger a callback when we | Jonathan Blandford | 2004-03-15 | 1 | -0/+7 |
* | s/seperator/separator/. | Owen Taylor | 2004-03-15 | 1 | -0/+4 |
* | Check for Control-Tab or Control-Shift-Tab, not any Control-key as a | Owen Taylor | 2004-03-15 | 1 | -0/+7 |
* | implement correctly. (completion_match_func): Allow surpressing popdowns. | Jonathan Blandford | 2004-03-15 | 1 | -0/+18 |
* | Don't just copy the whole GdkGCWin32 with a single assignment, that | Tor Lillqvist | 2004-03-15 | 1 | -0/+6 |
* | remove the unused "lowest_folder" GtkFileChooserDefault member. Leftover | Mark McLoughlin | 2004-03-15 | 1 | -0/+6 |
* | Rewritten to use the GtkEntryCompletion API more correctly. Now pops down | Jonathan Blandford | 2004-03-15 | 1 | -0/+11 |
* | Renamed from shortcuts_unselect_all(); now selects the row that | Federico Mena Quintero | 2004-03-15 | 1 | -0/+9 |
* | Surround the drag-outside-to-remove-bookmarks code with "#if 0" blocks; | Federico Mena Quintero | 2004-03-15 | 1 | -0/+6 |
* | Implement local_only by filtering the shortcuts and bookmarks list by | Owen Taylor | 2004-03-15 | 1 | -0/+11 |
* | Allow the path to be NULL, so that people can ask for information about a | Federico Mena Quintero | 2004-03-15 | 1 | -0/+14 |
* | Mention GtkTreeViewSearchEqualFunc return value oddity here as well. | Owen Taylor | 2004-03-15 | 1 | -0/+10 |
* | Kill g_prints. | Morten Welinder | 2004-03-15 | 1 | -0/+4 |
* | Add _gtk_path_bar_up()/ _gtk_path_bar_down(). | Owen Taylor | 2004-03-15 | 1 | -0/+10 |
* | Fixes #136185, patch by Morten Welinder, with some changes. | Federico Mena Quintero | 2004-03-15 | 1 | -0/+29 |
* | #136672, reported by Christian Persch; fixes based on a patch by Soeren | Owen Taylor | 2004-03-15 | 1 | -0/+25 |
* | Add some docs. | Matthias Clasen | 2004-03-15 | 1 | -0/+5 |
* | always use the match_func, even if text_column is set. | Jonathan Blandford | 2004-03-14 | 1 | -0/+5 |
* | Don't turn "/" into "". (gtk_file_system_unix_get_folder): Use the same | Morten Welinder | 2004-03-14 | 1 | -0/+5 |
* | Don't crash on NULL path; don't crash on NULL error. | Morten Welinder | 2004-03-14 | 1 | -0/+5 |
* | gtk/gtkcombobox.c : prototype cell_view_sync_cells() before first usage | Hans Breuer | 2004-03-14 | 1 | -0/+9 |
* | Align this function with gtk_tree_view_column_set_cell_data(); call the | Matthias Clasen | 2004-03-14 | 1 | -0/+12 |
* | When not wrapping, do the offset of the line for justification ourselves. | Owen Taylor | 2004-03-13 | 1 | -0/+6 |
* | Support the model-less use of GtkCellView shown in testcombo.c. | Matthias Clasen | 2004-03-13 | 1 | -0/+5 |
* | Don't undefine HAVE_MONITOR_INFO when compiling with gcc. Mingw's headers | Tor Lillqvist | 2004-03-13 | 1 | -0/+12 |
* | Remove the window from the toplevel_list here rather in destroy. While | Owen Taylor | 2004-03-13 | 1 | -0/+8 |
* | Don't do anything beyond clearing to the background if there is no active | Matthias Clasen | 2004-03-13 | 1 | -0/+6 |
* | Pop down the list when an item is selected via the keyboard. | Matthias Clasen | 2004-03-13 | 1 | -0/+5 |
* | Remove trailing slashes in path names. | Anders Carlsson | 2004-03-13 | 1 | -0/+8 |
* | Make this a total no-op when the new or old parent is destroyed. (#134230, | Owen Taylor | 2004-03-13 | 1 | -0/+19 |
* | For GTK_IS_PLUG toplevels, call gdk_window_get_origin() not | Owen Taylor | 2004-03-13 | 1 | -0/+8 |
* | Revert last change; it causes problems for pastes from other applications; | Owen Taylor | 2004-03-13 | 1 | -0/+6 |
* | Fix middle button pasting in the TextView (#81880, reported by Evert | Matthias Clasen | 2004-03-13 | 1 | -0/+12 |
* | Add a remove implemenatation which restores the cell_view when the custom | Matthias Clasen | 2004-03-13 | 1 | -0/+6 |
* | Keep the cell_list in a consistent state while iterating over it, since | Matthias Clasen | 2004-03-12 | 1 | -0/+7 |
* | Swap GTK_ARROW_LEFT and GTK_ARROW_RIGHT for GTK_TEXT_DIR_LTR. (#129159, | Owen Taylor | 2004-03-12 | 1 | -0/+10 |
* | Clamp the new size to the screen. Part of bug 129020. | Soeren Sandmann | 2004-03-12 | 1 | -0/+6 |
* | Create the event_window at the right size using the same logic as in | Owen Taylor | 2004-03-12 | 1 | -0/+6 |
* | Don't ignore the return value of gtk_widget_activate(). | Federico Mena Quintero | 2004-03-12 | 1 | -0/+20 |
* | Add new testspinbutton.c | Morten Welinder | 2004-03-12 | 1 | -0/+4 |
* | Put the trash icon on the right for LTR locales, or on the left for RTL. | Federico Mena Quintero | 2004-03-12 | 1 | -0/+1 |
* | Put the trash icon on the right for LTR locales, or on the left for RTL. | Federico Mena Quintero | 2004-03-12 | 1 | -0/+8 |