summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Robustness improvements.Matthias Clasen2003-09-176-7/+31
* Report unexpected character data as error from the GMarkup parser,Matthias Clasen2003-09-176-7/+72
* revert accidentally committed !redraw_on_allocate change.Soeren Sandmann2003-09-176-38/+25
* Add gdk_window_set_keep_{above,below} stubs to fix compilationEric Warmenhoven2003-09-168-18/+114
* ignore clip rect for nowcinamod2003-09-162-0/+6
* Apply egtk-format-protos. Doc tweaks.Matthias Clasen2003-09-1512-70/+155
* 0.4.1Raymond Penners2003-09-151-0/+2
* Tree expanders fixedRaymond Penners2003-09-153-9/+16
* New function which implements "smart" separators by iterating once overMatthias Clasen2003-09-1510-37/+273
* Add value parameter to allow setting the currently selected group memberMatthias Clasen2003-09-1512-97/+359