summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* Fix some unused variables.Owen Taylor2003-10-231-2/+2
* Renamed from GtkFileChooserImplDefault to GtkFileChooserDefault.Federico Mena Quintero2003-10-233-253/+253
* set ctrl_pressed and shift_pressed according to the current event stateKristian Rietveld2003-10-211-0/+14
* Free the info itself.Federico Mena Quintero2003-10-212-0/+4
* remove the completion timeout when the user pressed on Enter/ESC. FixesKristian Rietveld2003-10-201-0/+12
* New utility function. (gtk_file_system_gnome_vfs_get_folder): UseFederico Mena Quintero2003-10-201-0/+3
* Add support for OS X like sliding of toolbar items during drag and drop,Soeren Sandmann2003-10-202-300/+585
* Removed. (gtk_file_system_gnome_vfs_set_bookmarks): Removed.Federico Mena Quintero2003-10-188-193/+587
* it's _set_active, not _set_active_item.Kristian Rietveld2003-10-151-1/+1
* add padding to the class structure. ditto. ditto.Kristian Rietveld2003-10-153-0/+18
* mention in the docs that -1 is a valid value and what it means.Kristian Rietveld2003-10-152-6/+9
* Added a button to remove a bookmark. (remove_bookmark_button_clicked_cb):Federico Mena Quintero2003-10-151-52/+168
* New function to set the active row by iter.Jonathan Blandford2003-10-142-0/+63
* Don't do operations on windows if the tree view is not mapped.Federico Mena Quintero2003-10-131-18/+22
* Walk the whole shortcuts model, not just the bookmarks part --- there isFederico Mena Quintero2003-10-131-17/+21
* remove the reset of first_sel_changed, as after the first popup theKristian Rietveld2003-10-132-9/+34
* I overlooked an if when I was adding the signal block/unblock code. Oops.Kristian Rietveld2003-10-131-4/+4
* Read the file's information from gnome-vfs if we haven't finished loadingFederico Mena Quintero2003-10-131-210/+246
* Move GET_PRIVATE macros from header to implementation.Matthias Clasen2003-10-117-4/+6
* Add G_BEGIN_DECLS/G_END_DECLS to make these usable in C++. (#124351,Matthias Clasen2003-10-118-2/+26
* Check if completion is non-NULL before accessing it. Oops.Kristian Rietveld2003-10-111-2/+4
* the gchar* parameters should be const (pointed out by both Marco PesentiKristian Rietveld2003-10-112-6/+6
* for the custom child list mode, allocate the height allocation->height toKristian Rietveld2003-10-111-1/+1
* Fixes based on comments from Marco Pesenti Gritti.Kristian Rietveld2003-10-113-12/+34
* Fixes for (#124212, Marco Pesenti Gritti):Matthias Clasen2003-10-101-3/+5
* Deprecate. Ditto.Kristian Rietveld2003-10-107-31/+35
* Duuuh, cvs add the stupid files - FedericoFederico Mena Quintero2003-10-092-0/+165
* Autosize the columns after the model is set. (shortcuts_append_path): AddFederico Mena Quintero2003-10-091-8/+16
* Added methods for ::get_supports_bookmarks(), ::set_bookmarks(),Federico Mena Quintero2003-10-087-130/+473
* Put the supported protocol version in in the right field of theMatthias Clasen2003-10-071-1/+1
* only show the child if we have one.Jonathan Blandford2003-10-071-2/+3
* Start the blurb for "right_attach" with a capital. (#123945, ChristianMatthias Clasen2003-10-061-1/+1
* Trim whitespace in "visible-window" blurb. (#123910, Christian Rose)Matthias Clasen2003-10-051-4/+4
* focus arrow before pack_end items (#123851, Matthias Clasen)Soeren Sandmann2003-10-041-2/+2
* only set the model on ->priv->cell_view if ->priv->cell_view is non-NULL.Kristian Rietveld2003-10-032-20/+113
* Added API doc comments.Kristian Rietveld2003-10-022-0/+139
* Doc tweaks-Matthias Clasen2003-10-011-0/+4
* Simplify with a macro. This bloats the compiled code, but at least itFederico Mena Quintero2003-10-011-74/+26
* implement the GtkCellLayout interface, drop packing/attribute/cell dataKristian Rietveld2003-10-015-274/+466
* Use enum values instead of plain numbers for the file lists's sortFederico Mena Quintero2003-10-011-24/+107
* Introduce a separate "hide_if_empty" property for empty menu handling.Matthias Clasen2003-10-011-9/+24
* Added fields for the shortcuts tree and its model. (create_file_list):Federico Mena Quintero2003-10-012-19/+309
* Fix signal doc comments to pacify gtk-doc.Matthias Clasen2003-10-011-3/+8
* Doc formatting tweaks.Matthias Clasen2003-09-3016-35/+41
* Add API doc comments.Kristian Rietveld2003-09-302-3/+154
* Add "Since: 2.4" to all API doc comments.Kristian Rietveld2003-09-301-0/+22
* Some API doc comment fixes.Kristian Rietveld2003-09-302-8/+92
* Test handling of empty menus.Matthias Clasen2003-09-302-10/+138
* set popup_in_progress to TRUE, (gtk_combo_box_menu_show): and back toKristian Rietveld2003-09-301-0/+2
* actually show the child.Kristian Rietveld2003-09-302-0/+2