summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* 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
* The render vfunc takes a GdkDrawable* instead of a GdkWindow*, becauseMurray Cumming2003-09-304-4/+4
* rename property tab_moves_focus to accepts_tab. (#122709 again).Soeren Sandmann2003-09-272-33/+35
* Document the fact that the newly created object does not come with aMatthias Clasen2003-09-271-0/+2
* Deprecate GtkItemFactory in favor of GtkUIManager. Just leaveMatthias Clasen2003-09-261-8/+7
* Demonstrate the use of the connect-proxy signal.Matthias Clasen2003-09-262-6/+55
* Landing the new ComboBox. Note that only gtkcombobox.h andKristian Rietveld2003-09-2610-0/+3768
* Sync tooltips on toolitems.Matthias Clasen2003-09-232-15/+51
* Initially activate the JUSTIFY_RIGHT group member to test the fix forMatthias Clasen2003-09-221-4/+5
* Changes to make cross-process merging feasible:Matthias Clasen2003-09-219-34/+254
* Add new "tab moves focus" property (#122709)Soeren Sandmann2003-09-212-7/+73
* Don't use zip -r on the etc directory, to avoid including editor backupTor Lillqvist2003-09-204-44/+79
* implement RTL flipping (#96632)Soeren Sandmann2003-09-192-18/+69
* Improve documentation. (#117306, Steve Chaplin)Soeren Sandmann2003-09-191-0/+3
* Call g_closure_unref() to unref a closure, not g_object_unref(). (#122637,Matthias Clasen2003-09-181-2/+1
* Install accelerators on actions, not on proxies, support accelerator-onlyMatthias Clasen2003-09-174-56/+218
* Robustness improvements.Matthias Clasen2003-09-171-7/+11
* Report unexpected character data as error from the GMarkup parser,Matthias Clasen2003-09-171-7/+37
* revert accidentally committed !redraw_on_allocate change.Soeren Sandmann2003-09-171-38/+0
* Apply egtk-format-protos. Doc tweaks.Matthias Clasen2003-09-152-25/+27
* New function which implements "smart" separators by iterating once overMatthias Clasen2003-09-151-35/+148
* Add value parameter to allow setting the currently selected group memberMatthias Clasen2003-09-152-72/+206
* avoid crash when selecting a new filter and clicking a different directoryBastien Nocera2003-09-151-1/+2
* Name the arrow "gtk-toolbar-arrow" so themes can special-case it.Soeren Sandmann2003-09-141-0/+39
* sort the list of files.Soeren Sandmann2003-09-141-17/+17
* Unref the PangoFontMetrics. Patch from Steve Chaplin (#122257).Soeren Sandmann2003-09-141-0/+2
* Merge from stable.Jonathan Blandford2003-09-121-1/+4
* Add table menu tests.Matthias Clasen2003-09-112-31/+98
* Added an API point about needing a way to fetch the hpaned position so weFederico Mena Quintero2003-09-112-16/+26
* Connect to "row_activated" on the file list. (list_row_activated): NewFederico Mena Quintero2003-09-114-5/+65
* The table menu patch! Turns GtkMenu into a table, so you can attach menuKristian Rietveld2003-09-102-101/+553
* Only remove PropertyNotify events from the stream if they have beenMatthias Clasen2003-09-101-2/+3