summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* Add chains to the parent's ::finalize() handler (#134901, Morten Welinder,Matthias Clasen2004-02-228-1/+30
* Don't crash if item is NULL. (#131542, Dan Damian)Matthias Clasen2004-02-221-9/+12
* Bug 112647 (Bill Haneman, patch by Narayana Pattipati):Matthias Clasen2004-02-212-14/+22
* Use P_ instead of _ for the new Xft settings.Soeren Sandmann2004-02-211-10/+10
* Bug 130790 (Federico Mena Quintero, Owen Taylor)Soeren Sandmann2004-02-211-2/+167
* Bug 132502Soeren Sandmann2004-02-211-1/+18
* conditional compile for GtkPathBarJonathan Blandford2004-02-203-12/+98
* impl. (gtk_tool_item_class_init): hook it up.Michael Meeks2004-02-202-1/+21
* Desktop directory is not translated. (set_tree_model): There might not beAlexander Larsson2004-02-202-15/+27
* New widget to handle the path in the fileselector implementation. NotJonathan Blandford2004-02-203-0/+604
* Make the paned handles gray when the the widget is_focus() but notMatthias Clasen2004-02-191-6/+31
* Fixes for #82099:Matthias Clasen2004-02-192-11/+165
* Give each radio action its own value. (#134889, Paolo Borelli)Matthias Clasen2004-02-191-1/+1
* Chain to the parent's ::finalize() handler. Fixes #134885; caught by JanFederico Mena Quintero2004-02-191-0/+2
* Make the entire expander widget width prelight as suggested by Seth in bugMark McLoughlin2004-02-191-8/+55
* Remove old file-system property. Add new file-system-backend stringAlexander Larsson2004-02-1910-102/+343
* Renamed from create_shortcuts_tree(). (shortcuts_pane_create): NewFederico Mena Quintero2004-02-191-70/+109
* Add default handlers for all signals; for consistency and for the benefitMatthias Clasen2004-02-192-4/+20
* Improve the efficiency here by prepending on the list and reverting itMatthias Clasen2004-02-181-3/+5
* Avoid errors when removing the plug from the socket. (#128546, ChristopherMatthias Clasen2004-02-181-2/+5
* New convenience functions analogous to similar API on GtkRadioButton.Matthias Clasen2004-02-182-18/+96
* Use HIG-compliant spacings. This sucks a lot.Federico Mena Quintero2004-02-181-0/+15
* Document some peculiarities of the ::delete_range signal. (#132135, GrantMatthias Clasen2004-02-181-1/+15
* ...and don't forget to initalize priv->columns to 1.Matthias Clasen2004-02-171-1/+5
* Make sure that we keep priv->columns >= 1 even for empty menus, since weMatthias Clasen2004-02-171-4/+6
* A forgotten file.Matthias Clasen2004-02-171-0/+4
* Call gtk_tool_item_set_expand(), not gtk_tool_item_set_homogeneous() inSoeren Sandmann2004-02-161-1/+1
* Split declaration and assignment of combo_box.Matthias Clasen2004-02-151-18/+55
* Add deprecation notes pointing people to GtkComboBox.Matthias Clasen2004-02-151-0/+1
* Document the tree DND API.Matthias Clasen2004-02-152-1/+63
* Make stock_size an uint property, to allow custom icon sizes. Also clarifyMatthias Clasen2004-02-141-5/+6
* Duh, duh, duh! Don't bail out if the bookmarks file doesn't exist the veryFederico Mena Quintero2004-02-141-2/+8
* Fix #129020.Federico Mena Quintero2004-02-141-8/+100
* Use do instead of while. (#134031, Morten Welinder);Matthias Clasen2004-02-131-1/+2
* Fix various compilation problems (#134312, David Hawthorne)Owen Taylor2004-02-133-7/+5
* Various reentrancy fixes for widgets being destroyed out ofOwen Taylor2004-02-132-1/+15
* Don't draw bevels around active, RELIEF_NONE buttons that aren'tMatthias Clasen2004-02-131-3/+2
* Fix for #104811, Padraig O'Briain:Matthias Clasen2004-02-124-110/+295
* Remove an extraneous + 1 (#134015, Torsten Schoenfeld)Owen Taylor2004-02-121-1/+1
* New function to improve the accessibility of tooltips. (#114851, PadraigMatthias Clasen2004-02-122-0/+47
* Assign xtype using gdk_x11_atom_to_xatom_for_display () when type !=Manish Singh2004-02-121-1/+1
* Fix up item_area correctly in RTL mode. (#133984, patch from SemionSoeren Sandmann2004-02-121-1/+1
* Correct the docs.Matthias Clasen2004-02-121-3/+3
* Call gtk_drag_source_set(), so that things like gtk_drag_set_icon_*() workMatthias Clasen2004-02-121-0/+6
* New ::map() handler. If no widget has the focus, try to give it to theFederico Mena Quintero2004-02-111-0/+41
* Fixes #134051.Federico Mena Quintero2004-02-111-3/+0
* Shift the array correctly. Fixes #134055, patch by Tosten SchoenfeldFederico Mena Quintero2004-02-111-2/+2
* Handle focus [hv]adjustment correctly when the focus is located deeperMatthias Clasen2004-02-111-17/+30
* Remove arbitrary low upper limits on the xpad, ypad, width and heightMatthias Clasen2004-02-112-10/+28
* Free the filters. Fixes #133547, patch by Morten WelinderFederico Mena Quintero2004-02-101-1/+12