summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* Block the ::changed handler during the ::match-selected when done byJonathan Blandford2004-03-161-0/+4
* Fix a typo in the docs.Matthias Clasen2004-03-161-1/+1
* Block the ::changed handler during the emission of ::match-selected.Matthias Clasen2004-03-152-10/+4
* Only hide the "create folder" button in OPEN mode; all the others shouldFederico Mena Quintero2004-03-152-9/+29
* In the Save modes, set the Name entry of the file chooser if we get aFederico Mena Quintero2004-03-153-8/+16
* Don't leak the temporary font description. (Nils O. SelÄsdal)Owen Taylor2004-03-151-0/+2
* Only show the title string in OPEN/SELECT_FOLDER mode as it'sFederico Mena Quintero2004-03-152-4/+21
* Store the position of the file part and use that inOwen Taylor2004-03-151-32/+15
* set changing_folders to be true so we don't trigger a callback when weJonathan Blandford2004-03-151-0/+12
* s/seperator/separator/.Owen Taylor2004-03-151-6/+6
* Check for Control-Tab or Control-Shift-Tab, not any Control-key as aOwen Taylor2004-03-151-5/+17
* implement correctly. (completion_match_func): Allow surpressing popdowns.Jonathan Blandford2004-03-152-21/+302
* remove the unused "lowest_folder" GtkFileChooserDefault member. LeftoverMark McLoughlin2004-03-151-1/+0
* Rewritten to use the GtkEntryCompletion API more correctly. Now pops downJonathan Blandford2004-03-153-197/+284
* Renamed from shortcuts_unselect_all(); now selects the row thatFederico Mena Quintero2004-03-152-4/+18
* Surround the drag-outside-to-remove-bookmarks code with "#if 0" blocks;Federico Mena Quintero2004-03-151-0/+19
* Implement local_only by filtering the shortcuts and bookmarks list byOwen Taylor2004-03-153-1/+88
* Allow the path to be NULL, so that people can ask for information about aFederico Mena Quintero2004-03-154-18/+42
* Mention GtkTreeViewSearchEqualFunc return value oddity here as well.Owen Taylor2004-03-151-8/+13
* Kill g_prints.Morten Welinder2004-03-151-0/+12
* Add _gtk_path_bar_up()/ _gtk_path_bar_down().Owen Taylor2004-03-152-17/+81
* Fixes #136185, patch by Morten Welinder, with some changes.Federico Mena Quintero2004-03-153-149/+355
* #136672, reported by Christian Persch; fixes based on a patch by SoerenOwen Taylor2004-03-153-222/+283
* Add some docs.Matthias Clasen2004-03-151-0/+22
* always use the match_func, even if text_column is set.Jonathan Blandford2004-03-141-7/+6
* Don't turn "/" into "". (gtk_file_system_unix_get_folder): Use the sameMorten Welinder2004-03-141-3/+21
* Damn cvs.Morten Welinder2004-03-141-3/+3
* Don't crash on NULL path; don't crash on NULL error.Morten Welinder2004-03-141-10/+12
* gtk/gtkcombobox.c : prototype cell_view_sync_cells() before first usageHans Breuer2004-03-142-0/+9
* Align this function with gtk_tree_view_column_set_cell_data(); call theMatthias Clasen2004-03-141-13/+14
* When not wrapping, do the offset of the line for justification ourselves.Owen Taylor2004-03-131-1/+21
* Support the model-less use of GtkCellView shown in testcombo.c.Matthias Clasen2004-03-131-1/+1
* Remove the window from the toplevel_list here rather in destroy. WhileOwen Taylor2004-03-131-2/+2
* Don't do anything beyond clearing to the background if there is no activeMatthias Clasen2004-03-131-3/+5
* Pop down the list when an item is selected via the keyboard.Matthias Clasen2004-03-131-0/+4
* Remove trailing slashes in path names.Anders Carlsson2004-03-131-9/+48
* For GTK_IS_PLUG toplevels, call gdk_window_get_origin() notOwen Taylor2004-03-131-1/+13
* Revert last change; it causes problems for pastes from other applications;Owen Taylor2004-03-132-18/+3
* Fix middle button pasting in the TextView (#81880, reported by EvertMatthias Clasen2004-03-132-3/+18
* Add a remove implemenatation which restores the cell_view when the customMatthias Clasen2004-03-131-4/+68
* Keep the cell_list in a consistent state while iterating over it, sinceMatthias Clasen2004-03-121-7/+6
* Swap GTK_ARROW_LEFT and GTK_ARROW_RIGHT for GTK_TEXT_DIR_LTR. (#129159,Owen Taylor2004-03-123-66/+16
* Clamp the new size to the screen. Part of bug 129020.Soeren Sandmann2004-03-121-4/+29
* Create the event_window at the right size using the same logic as inOwen Taylor2004-03-121-4/+10
* Don't ignore the return value of gtk_widget_activate().Federico Mena Quintero2004-03-124-31/+62
* Make sure to include <config.h> (#137001)Morten Welinder2004-03-124-0/+7
* Put the trash icon on the right for LTR locales, or on the left for RTL.Federico Mena Quintero2004-03-121-1/+0
* Put the trash icon on the right for LTR locales, or on the left for RTL.Federico Mena Quintero2004-03-121-10/+18
* Plug leak.Morten Welinder2004-03-111-0/+1
* Fix attach/attach->parent type. (#136919, Tim Mooney)Owen Taylor2004-03-111-2/+2