summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add gtkcellview.h and gtkcellviewmenuitem.h.Matthias Clasen2003-10-019-2/+749
* 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-0111-292/+563
* be more protective about when we install propertiescinamod2003-10-012-6/+22
* 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-017-11/+61
* 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-016-3/+23
* Add two missing signals.Matthias Clasen2003-09-302-0/+17
* Doc formatting tweaks.Matthias Clasen2003-09-3024-42/+173
* Add API doc comments.Kristian Rietveld2003-09-307-3/+189
* Add hint to use #GtkUIManager instead.Matthias Clasen2003-09-302-1/+3
* Add "Since: 2.4" to all API doc comments.Kristian Rietveld2003-09-306-0/+42
* Some API doc comment fixes.Kristian Rietveld2003-09-307-8/+122
* Test handling of empty menus.Matthias Clasen2003-09-3012-18/+273
* set popup_in_progress to TRUE, (gtk_combo_box_menu_show): and back toKristian Rietveld2003-09-306-0/+42
* actually show the child.Kristian Rietveld2003-09-307-0/+37
* The render vfunc takes a GdkDrawable* instead of a GdkWindow*, becauseMurray Cumming2003-09-3020-7/+234
* Applied revision by Augusta Marques da Silva <augusta.marques@gmx.net>.Gustavo Maciel Dias Vieira2003-09-302-826/+1273
* add gtksettingcinamod2003-09-301-1/+1
* Document the "direction-changed" and "keys-changed" signals.Matthias Clasen2003-09-3012-6/+130
* Add GdkPixbufLoaderClass.Matthias Clasen2003-09-292-0/+5
* rename property tab_moves_focus to accepts_tab. (#122709 again).Soeren Sandmann2003-09-277-33/+60
* Document the fact that the newly created object does not come with aMatthias Clasen2003-09-276-0/+27
* Deprecate GtkItemFactory in favor of GtkUIManager. Just leaveMatthias Clasen2003-09-266-8/+27
* Turn off GTK_DISABLE_DEPRECATED, since this test uses theMatthias Clasen2003-09-269-122/+274
* Demonstrate the use of the connect-proxy signal.Matthias Clasen2003-09-268-21/+223
* Landing the new ComboBox. Note that only gtkcombobox.h andKristian Rietveld2003-09-2617-0/+4154
* Don't use hardcoded DEMOCODEDIR on Windows.Tor Lillqvist2003-09-257-106/+240
* set delay on popdown menuscinamod2003-09-252-2/+5
* set delay on popdown menuscinamod2003-09-251-11/+17
* Updated Japanese translation.KAMAGASAKO Masatoshi2003-09-242-92/+111
* Demonstrate tooltips on toolitems.Matthias Clasen2003-09-236-0/+16
* Sync tooltips on toolitems.Matthias Clasen2003-09-237-15/+91
* const some stringscinamod2003-09-222-1/+5
* Initially activate the JUSTIFY_RIGHT group member to test the fix forMatthias Clasen2003-09-227-5/+58
* Fix a copy-and-paste error. (#122800)Matthias Clasen2003-09-222-1/+5
* Changes to make cross-process merging feasible:Matthias Clasen2003-09-2116-34/+424
* Add new "tab moves focus" property (#122709)Soeren Sandmann2003-09-217-7/+93
* Don't use zip -r on the etc directory, to avoid including editor backupTor Lillqvist2003-09-2010-46/+168
* 0.4.3Raymond Penners2003-09-203-30/+36
* Remove a pointless check. (#122710, Kjartan Maraas)Matthias Clasen2003-09-192-6/+5
* implement RTL flipping (#96632)Soeren Sandmann2003-09-197-18/+94
* Improve documentation. (#117306, Steve Chaplin)Soeren Sandmann2003-09-196-0/+28
* Updated French translation.Christophe Merlet2003-09-192-598/+1066
* Handle dead keysyms present on the US-International keyboard. For clarity,Tor Lillqvist2003-09-196-22/+78
* Updated Serbian translation.Danilo Ĺ egan2003-09-183-254/+324
* 0.4.2Raymond Penners2003-09-181-0/+4
* Call g_closure_unref() to unref a closure, not g_object_unref(). (#122637,Matthias Clasen2003-09-186-22/+36
* Install accelerators on actions, not on proxies, support accelerator-onlyMatthias Clasen2003-09-1713-58/+460