summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* new GTK_STOCK_NETWORK ... gtk/gtkstock.[hc] : ... define ...Hans Breuer2004-01-289-65/+79
* Don't leak string. (#132482, Christian Persch)Matthias Clasen2004-01-281-0/+2
* Fix #132314.Federico Mena Quintero2004-01-273-239/+219
* Remove obsolete comment.Soeren Sandmann2004-01-271-29/+48
* Avoid a compiler warning. (#122725, Kjartan Maraas)Matthias Clasen2004-01-271-2/+2
* Make menus work better on Xinerama (#126150):Matthias Clasen2004-01-272-5/+5
* Fix #105497; constify uses of GdkColor.Federico Mena Quintero2004-01-2614-73/+77
* Base the decision to map/unmap items on whether they are actuallySoeren Sandmann2004-01-251-38/+73
* Only try to pack icon if there actually is one.Soeren Sandmann2004-01-242-16/+55
* Add a write-only property ::group to be consistent with GtkRadioAction andSoeren Sandmann2004-01-241-2/+62
* Don't leak the font description. (#132168)Matthias Clasen2004-01-231-0/+2
* Fix #132247.Federico Mena Quintero2004-01-231-24/+44
* Don't crash when there are no columns, or all columns are hidden, #131402Jonathan Blandford2004-01-231-6/+16
* Changing to 200 was a mistake. Change back to 225.Soeren Sandmann2004-01-231-1/+1
* Check if the completion is the same one as the old one.Anders Carlsson2004-01-233-2/+5
* Patch from Christian Neumair to make warning string more translatorOwen Taylor2004-01-225-18/+18
* Doc fix.Jonathan Blandford2004-01-221-1/+1
* Added documentation for GtkWidget::popup_menu.Federico Mena Quintero2004-01-221-0/+12
* Remove the attach info after calling gtk_menu_do_remove(), since thatMatthias Clasen2004-01-221-3/+4
* Free the path fields.Federico Mena Quintero2004-01-223-1/+24
* redraw the color button when an alpha is set.Jonathan Blandford2004-01-211-1/+13
* Fix #131869:Matthias Clasen2004-01-212-6/+19
* Sync from upstreamJonathan Blandford2004-01-213-10/+17
* Fix #99425, add accessor functions for GtkPaned's children.Federico Mena Quintero2004-01-202-0/+39
* Fixes for #130370, based on a patch by Michael Meeks:Matthias Clasen2004-01-201-21/+58
* resync with upstream sources.Jonathan Blandford2004-01-209-74/+146
* add stock indent, unindent I would have prefered outdent, butJody Goldberg2004-01-209-2/+52
* Fix #131418.Federico Mena Quintero2004-01-201-26/+49
* Add _gtk_toolbar_paint_space_line(), _gtk_toolbar_get_default_space_sizeSoeren Sandmann2004-01-183-97/+62
* Set a small size request and make the window resizable, to testSoeren Sandmann2004-01-181-1096/+1107
* Split the gtk translations into the domains gtk20 and gtk20-properties.Matthias Clasen2004-01-172-1/+3
* Fix rest of #128678: Implement all the toolbar_content() methods for theSoeren Sandmann2004-01-171-162/+537
* Phase 1 of fixing #128678: Only access ToolbarContent through a set of newSoeren Sandmann2004-01-171-249/+736
* don't leak the menu item ID.Soeren Sandmann2004-01-171-0/+3
* Don't leak the overflow menu.Soeren Sandmann2004-01-172-6/+15
* Added a has_editable field. (_gtk_file_system_model_add_editable): NewFederico Mena Quintero2004-01-174-43/+284
* The first part of the fix for #114351 (see also gdk-pixbuf/ChangeLog andMatthias Clasen2004-01-1681-1154/+1156
* Fix #130969.Federico Mena Quintero2004-01-163-3/+60
* Do not allow setting select_multiple when in Save mode. (set_list_model):Federico Mena Quintero2004-01-162-40/+63
* New get_volume_for_path() method. (struct _GtkFileSystemIface): FinallyFederico Mena Quintero2004-01-165-84/+96
* Return the index of the newly inserted page. (#130986, Olexiy Avramchenko)Matthias Clasen2004-01-152-39/+59
* Inserting a 'newly-allocated' to hint that the list should be freed afterMatthias Clasen2004-01-151-1/+2
* move grab_focus to after handling the button presses in the TreeView toJonathan Blandford2004-01-151-11/+20
* Documentation fix. (#131335, Theppitak Karoonboonyanan)Matthias Clasen2004-01-141-3/+3
* Don't leak name and stock_id. (#131358, Morten Welinder)Matthias Clasen2004-01-141-4/+6
* Add a writable group property to align with the GtkRadioButton API.Matthias Clasen2004-01-141-1/+31
* Adjust to the new connect_proxy signals.Jody Goldberg2004-01-125-112/+660
* Remove accidentially committed debug spew.Matthias Clasen2004-01-111-17/+2
* Remove accidentally committed notification stuff.Matthias Clasen2004-01-111-101/+24
* Introduce a new parser state for accelerator elements to avoid misparsingMatthias Clasen2004-01-091-8/+34