summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* make hanlder id a gulong as in GSignal.Tim Janik2001-05-272-10/+9
* get sizes an icon set can render without falling back to missing imageHavoc Pennington2001-05-253-18/+469
* New functionHavoc Pennington2001-05-258-2/+42
* Only show the separator if both children are present and visible.Owen Taylor2001-05-211-1/+0
* Improve error messages for X errors and losing connection to the X server.Havoc Pennington2001-05-201-0/+1
* Reset style attributes even if the widget isn't realized.Owen Taylor2001-05-182-10/+10
* Add documentation about GtkSizeGroup.Owen Taylor2001-05-1817-29/+205
* docs, fixes bug #54144Havoc Pennington2001-05-1115-80/+347
* grum, gtk_type_class() is not GNUC_CONST it has the _important_ sideTim Janik2001-05-105-40/+63
* fix some shell typosHavoc Pennington2001-05-0715-207/+102
* Add dependency on Atk for accessibility support.Owen Taylor2001-05-032-22/+3
* New default theme! A slighly improved version of the 2.0 Raleigh theme,Owen Taylor2001-05-011-1/+0
* moved GtkAnchorType and GtkSideType from gtkpacker.h to gtkenum.h.Tim Janik2001-04-293-22/+26
* voc Pennington <hp@redhat.com>Havoc Pennington2001-04-285-39/+32
* fix warningHavoc Pennington2001-04-283-66/+1
* Remove deprecation of gtk_window_set_default_size() until patch addingOwen Taylor2001-04-262-2/+0
* Add note about GTK_ENABLE_BROKEN.Owen Taylor2001-04-253-2/+11
* set_decorations_hint and set_functions_hint were still in the headerHavoc Pennington2001-04-252-18/+16
* handle 0-height empty/invisible lines.Havoc Pennington2001-04-241-0/+1
* add missing '}' that got munched by #endif.Jonathan Blandford2001-04-233-58/+57
* add signals and binding set, so keybindings are configurableHavoc Pennington2001-04-181-0/+22
* fix to properly queue resizes when the image is setHavoc Pennington2001-04-183-12/+11
* Remove -DGTK_DISABLE_COMPAT add -DGTK_ENABLE_BROKENOwen Taylor2001-04-1723-65/+954
* Add $(top_builddir) to includes as necessary, Run gtkdoc-scangobj fromOwen Taylor2001-04-1311-188/+60
* Released Gtk+-1.3.3.GTK_1_3_3Tim Janik2001-04-0410-126/+117
* stay in builddir and read/write files to/from source dir. (if we don'tTim Janik2001-04-041-0/+8
* Updated.Owen Taylor2001-04-034-89/+98
* changed gtk_item_factory_dump_items() and gtk_item_factory_dump_rc()Tim Janik2001-04-033-61/+60
* use more elaborate variable names.Tim Janik2001-04-039-122/+113
* BOXED,BOXED,BOXED,BOXED): new marshaller.Jonathan Blandford2001-04-026-97/+106
* got rid of gtk_widget_popup(), a function that bad needs to be nuked, notTim Janik2001-04-015-42/+54
* fixed a bunch of notifications, added reference counts around emissionsTim Janik2001-04-017-100/+226
* added value_changed signal which proxies for the adjustment. CleanedMike Kestner2001-03-302-139/+5
* Now we listen to the reorder signal.Jonathan Blandford2001-03-301-1/+3
* Add private function to get the aux info structure fo the widget.Owen Taylor2001-03-291-0/+2
* *** empty log message ***Owen Taylor2001-03-2910-91/+134
* c++ fixes.Tim Janik2001-03-282-97/+88
* More work on implementing sortable interface.Jonathan Blandford2001-03-281-1/+2
* Apply property patch from Lee MallaboneHavoc Pennington2001-03-234-0/+26
* fix up some docsHavoc Pennington2001-03-2334-136/+1402
* docs on GdkKeymapHavoc Pennington2001-03-225-143/+200
* some cleanups, fixed mnemonic_widget handling, added PROP_MNEMONIC_WIDGET.Tim Janik2001-03-229-203/+216
* Make GtkIconSource an opaque datatype, and add a bunch of accessorHavoc Pennington2001-03-194-150/+145
* added rc-style argument GtkSpinButton::shadow_type. removedTim Janik2001-03-188-177/+176
* s/GTK_TREE_COLUMN/GTK_TREE_VIEW_COLUMNJonathan Blandford2001-03-161-0/+1
* change to use gint instead of gint16, to avoid overflow issues, sinceHavoc Pennington2001-03-162-1/+4
* Applied patch from Nils Barth (bug # 51041) to replace "gint" withHavoc Pennington2001-03-161-0/+4
* add varargs for properties to set on the tag.Havoc Pennington2001-03-161-0/+2
* Delete.Havoc Pennington2001-03-1510-369/+363
* Switch to using an enum with registration for icon sizes, instead ofHavoc Pennington2001-03-124-179/+182