summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* UpdatesHavoc Pennington2001-06-134-3/+4
* add read-only "scroll_offset" property for notification when the layoutHavoc Pennington2001-06-091-0/+5
* added this functionHavoc Pennington2001-06-083-10/+10
* geez, don't call g_list funcs on GSListHavoc Pennington2001-06-084-9/+31
* warn if row/cols are out of range. Fix bug #55921Jonathan Blandford2001-06-082-1/+8
* Add a direction-changed signal, and gdk_keymap_get_current_direction().Owen Taylor2001-06-081-1/+0
* subst GLIB_GENMARSHAL, GOBJECT_QUERY, GLIB_MKENUMS variablesHavoc Pennington2001-06-071-1/+1
* add "inverted" propertyHavoc Pennington2001-06-061-0/+5
* rename from gtk_text_iter_reorderHavoc Pennington2001-06-054-11/+13
* clamp the value to the range that was setHavoc Pennington2001-06-056-14/+46
* Improve docs for GtkStateType. (Fixes #55751, among other things.)Owen Taylor2001-06-052-9/+18
* Handle case where we need to parse the xsetting as if it were an RC fileHavoc Pennington2001-06-044-22/+44
* Remove GtkArgSetFunc, GtkArgGetFunc.Owen Taylor2001-06-042-17/+4
* make this special-case hscale/vscale details, so we can use it forHavoc Pennington2001-06-044-21/+11
* Initial stab at getting the focus code to work.Jonathan Blandford2001-06-011-0/+1
* Correct typoe when describing order of composition. (#53371, SkipOwen Taylor2001-05-302-1/+6
* Validate value from GDK settings against parameter spec.Owen Taylor2001-05-301-1/+0
* 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