summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* Let visible-window default to TRUE, as documented and implemented.Matthias Clasen2003-11-081-1/+1
* Mark as 2.4 additions.Matthias Clasen2003-11-084-1/+61
* Changing GtkFileChooserEntry to use GtkEntryCompletion.Federico Mena Quintero2003-11-071-3/+105
* Make string setters safe for self-assignment. (#122745, Soeren Sandmann)Matthias Clasen2003-11-074-17/+24
* Fix doc comment. (#126369, Olexiy Avramchenko)Matthias Clasen2003-11-061-1/+1
* Improve the consistency of titles. (#126193, Damon Chaplin)Matthias Clasen2003-11-052-3/+3
* Set torn off menus to be transient for the toplevel they were torn offMatthias Clasen2003-11-051-0/+30
* Add readonly properties min-position and max-position. (#58431, PadraigMatthias Clasen2003-11-051-1/+54
* Change the ranges for Saturation and Value to be 0-100 instead of 0-255,Matthias Clasen2003-11-051-3/+8
* Take in a path as well. Use a helper function. (shortcuts_append_home):Federico Mena Quintero2003-11-041-61/+143
* Some leftover cleanups.Matthias Clasen2003-11-031-5/+3
* Add G_BEGIN_DECLS/G_END_DECLS to make these usable in C++. Forgot thisMatthias Clasen2003-11-031-0/+4
* Add a stock icon to the "Add bookmark" button.Federico Mena Quintero2003-11-034-36/+52
* Fix a residual call to gtk_window_get_private().Owen Taylor2003-11-032-56/+30
* Removed. (create_shortcuts_tree): Don't call the above.Federico Mena Quintero2003-11-031-35/+34
* Do not set a border width for the toplevel container. (toolbar_create):Federico Mena Quintero2003-11-032-2/+98
* Change on activation, not selection change (temporary workaround forOwen Taylor2003-11-011-31/+62
* delete this function (toolbar_item_is_homogeneous): cacheSoeren Sandmann2003-10-311-44/+49
* Only include placeholders when include_internals is TRUE.Soeren Sandmann2003-10-301-2/+3
* Make it work even when item 0 is a placeholder. (#125826) add an assertionSoeren Sandmann2003-10-301-6/+9
* Make it work for logical == 0.Soeren Sandmann2003-10-301-1/+1
* Make sure we actually return the index of a real item. (get_nth_item)Soeren Sandmann2003-10-301-6/+15
* Only paint a separator if the text is NULL, rather than also doing it ifFederico Mena Quintero2003-10-291-1/+1
* Allow NULL for message_format, as described in the docs and as workedOwen Taylor2003-10-292-26/+43
* Fix infinite recursion. (#125679, Christian Persch)Owen Taylor2003-10-291-1/+1
* Add this function; remove gtk_toolbar_highlight_drop_location() andSoeren Sandmann2003-10-292-35/+46
* Remove some accidentally committed duplicate code.Owen Taylor2003-10-281-23/+0
* Add getters corresponding to the is_active and has_toplevel_focusOwen Taylor2003-10-282-2/+73
* hook up the destroy handler. (gtk_expander_destroy),Mark McLoughlin2003-10-281-15/+31
* Silently do nothing when recipient is NULL, as described in the docOwen Taylor2003-10-281-2/+5
* Move docs inline, rewrite docs, mention memory management for the returnOwen Taylor2003-10-281-0/+34
* Changew index to filter_index to fix compilation error.Padraig O'Briain2003-10-282-2/+2
* #include <X11/extensions/Xrandr.h> if we have RandR support, forManish Singh2003-10-272-1/+2
* Add "name" as a construct-only property. (#125475, Murray Cumming)Matthias Clasen2003-10-251-0/+69
* Make this function take an index and a GtkToolItem.Soeren Sandmann2003-10-256-292/+343
* === Released 2.3.0 ===GTK_2_3_0Owen Taylor2003-10-242-1/+10
* Relicense to be dual AFL/LGPL (and thus also GPL) rather than AFL/GPL.Owen Taylor2003-10-2410-85/+150
* Fix licensing (I managed to put it under GPL licensing instead ofKristian Rietveld2003-10-2410-80/+80
* add padding to the class structure.Kristian Rietveld2003-10-241-0/+6
* Fixed docs. (gtk_file_chooser_remove_filter): Likewise.Federico Mena Quintero2003-10-233-4/+39
* Add "Since: 2.4" to all API doc comments.Matthias Clasen2003-10-232-15/+135
* Move GtkCombo and GtkOptionMenu to the "Deprecated" chapter. AddMatthias Clasen2003-10-231-1/+1
* Fix includes.Kristian Rietveld2003-10-238-48/+48
* Convert GtkOptionMenu to GtkComboBox.Owen Taylor2003-10-231-72/+32
* gtk/gtkfilechooserutils.c gtk/gtkfilechooserprivate.[ch]: Basic frameworkOwen Taylor2003-10-2314-48/+99
* 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