summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
...
* Big TreeView DnD fixage, makes drops on empty models work, makes TreeStoreKristian Rietveld2003-09-095-85/+201
* Make the list model read in directory information as well.Federico Mena Quintero2003-09-091-25/+47
* Small doc fixOwen Taylor2003-09-091-3/+4
* Free the display_key.Federico Mena Quintero2003-09-093-5/+118
* Implement gtk_event_box_get/set_input_only()Alexander Larsson2003-09-082-40/+447
* Fixes from David Hampton <hampton@employees.org> via gtk-devel-list.Kristian Rietveld2003-09-081-5/+9
* Fix a C99ism. (#121640, Josh Beam)Matthias Clasen2003-09-062-39/+50
* Make disconnect work for toolitems.Matthias Clasen2003-09-061-8/+5
* Disconnect from prev_action, not from action. (Fix by David Hampton)Matthias Clasen2003-09-061-3/+1
* New function. (create_directory_tree): New function. (create_file_list):Federico Mena Quintero2003-09-061-153/+227
* Test buttons and toggle buttons as proxies.Matthias Clasen2003-09-042-0/+25
* Test gtk_ui_manager_add_ui().Matthias Clasen2003-09-042-75/+130
* Use "position" instead of "pos".Matthias Clasen2003-09-041-1/+1
* Doc tweaks.Matthias Clasen2003-09-041-8/+14
* Un-prefix GtkUIManagerNodeType and GtkUIManagerNode to shorten the namesMatthias Clasen2003-09-041-105/+105
* Various doc tweaks.Matthias Clasen2003-09-041-44/+31
* Merge from stable.Kristian Rietveld2003-09-031-3/+4
* Remove excess check that was breaking with current GObject.Owen Taylor2003-09-031-94/+89
* Merge from stable.Kristian Rietveld2003-09-031-0/+3
* brooooooooken pipe.Kristian Rietveld2003-09-0314-17/+17
* Update.Owen Taylor2003-09-031-50/+30
* Removed the "extra widget" bit, implemented with the following:Federico Mena Quintero2003-09-035-10/+90
* s/nonexistant/nonexistent Likewise. Likewise. Likewise.Federico Mena Quintero2003-09-023-5/+5
* Merge from stable.Kristian Rietveld2003-09-021-3/+2
* Doc addition.Matthias Clasen2003-09-011-2/+4
* Shorten the names of some static functions.Matthias Clasen2003-09-012-83/+192
* Make this public again, since it's occasionally useful. (#121128, MarcoMatthias Clasen2003-08-313-13/+56
* g_return_if_fail() if path is NULL. (gtk_ui_manager_get_node): Avoid aMatthias Clasen2003-08-311-1/+17
* Fix some typos in docs.Matthias Clasen2003-08-311-4/+4
* Add gtktoggleactionprivate.hMatthias Clasen2003-08-312-33/+39
* Additions.Matthias Clasen2003-08-312-6/+15
* Add some docs.Matthias Clasen2003-08-303-12/+14
* Connect to "destroy" on toolbar, rather than to "remove" on handlebox.Matthias Clasen2003-08-302-0/+33
* Put toolbars in handleboxes.Matthias Clasen2003-08-292-10/+31
* Add a boolean property, "add_tearoffs" with setter and getter. If it isMatthias Clasen2003-08-292-41/+213
* Actually group the actions together rather than putting each in its ownMatthias Clasen2003-08-291-5/+3
* Set "draw_as_radio" on proxy menu items for radio actions.Matthias Clasen2003-08-291-0/+12
* Use g_strtod instead of strtod.Matthias Clasen2003-08-291-1/+1
* Forgot to actually commit this fileSøren Sandmann Pedersen2003-08-291-8/+5
* Fix use of uninitialized variable.Soeren Sandmann2003-08-291-1/+1
* Also support "draw_as_radio".Matthias Clasen2003-08-291-0/+6
* Install "draw_as_radio" as a separate property, not as an alias ofMatthias Clasen2003-08-291-1/+1
* Only treat buttons as homogeneous when they are narrower than 13 time theSoeren Sandmann2003-08-296-121/+157
* Change the XML format: <Root> element is replaced by <ui>, <menu> elementMatthias Clasen2003-08-276-166/+420
* Use gssize for length, not gsize.Matthias Clasen2003-08-263-97/+132
* Since we add one to the layout's reported width to account for the cursor,Owen Taylor2003-08-262-3/+7
* Rename GtkMenuMerge to GtkUIManager.Matthias Clasen2003-08-255-310/+310
* Make the previous commit compile.Matthias Clasen2003-08-251-2/+2
* Send the focus on to the parent when there was no focus widget before andOwen Taylor2003-08-256-193/+430
* Don't include page->menu_label - causes various problems, includingOwen Taylor2003-08-251-2/+0