summaryrefslogtreecommitdiff
path: root/gtk/testgtk.c
Commit message (Expand)AuthorAgeFilesLines
* Updated.Owen Taylor2001-04-031-10352/+0
* Add GdkEventSetting event for notification of changes to system settings,Owen Taylor2001-04-021-1/+1
* fixed a bunch of notifications, added reference counts around emissionsTim Janik2001-04-011-7/+6
* added value_changed signal which proxies for the adjustment. CleanedMike Kestner2001-03-301-1/+33
* Add private function to get the aux info structure fo the widget.Owen Taylor2001-03-291-0/+320
* make motion around the ring much slower but finer-grained (gtk_hsv_focus):Havoc Pennington2001-03-241-0/+2
* fix warningsHavoc Pennington2001-03-241-55/+47
* Add ability to override the focus chain for a container explicitlyHavoc Pennington2001-03-221-0/+111
* some cleanups, fixed mnemonic_widget handling, added PROP_MNEMONIC_WIDGET.Tim Janik2001-03-221-4/+0
* Add support for stock and normal imagemenuitems.Alexander Larsson2001-03-211-72/+164
* Renamed gtk_button_new_stock() to gtk_button_new_from_stock() and removedAlexander Larsson2001-03-211-23/+20
* Handle quoting of / with \; properly handle __ in paths, quote " and \n inOwen Taylor2001-03-191-21/+32
* re-enabled event watcher emission hooks.Tim Janik2001-03-081-11/+10
* uglify so that size request gets tested.Havoc Pennington2001-03-081-4/+3
* removed old emission hook API.Tim Janik2001-03-071-4/+4
* remove trailer (gtk_entry_set_property): remove trailerHavoc Pennington2001-03-071-1/+35
* new function, turns off decorations for a window.Havoc Pennington2001-03-071-2/+4
* marshaller fixes.Tim Janik2001-03-071-98/+100
* use _gdk_region_get_xrectangles()Havoc Pennington2001-03-021-4/+63
* test the window state stuffHavoc Pennington2001-02-271-0/+194
* Changed name to be set_cell_data_func to make it clear what the functinoJonathan Blandford2001-02-211-4/+0
* test was backward, so deprecated functions were excluded by defaultHavoc Pennington2001-02-191-0/+21
* convert the X coordinates so they're with respect to the line, rather thanHavoc Pennington2001-02-171-0/+77
* fix bug where it always set the foreground, even if we were only using aHavoc Pennington2001-02-131-1/+13
* better error message if you try to add a widget to a bin that already hasHavoc Pennington2001-02-091-1/+14
* removed gtk_signal_init() compat define.Tim Janik2001-02-041-3/+6
* CVS is doing its broken pipe thing, this is more of the previous commitHavoc Pennington2001-02-031-26/+0
* Get rid of a bunch of g_strdup_printf("%s%s") in favor of g_strconcat().Owen Taylor2001-02-021-0/+10
* bracket in #ifdef GTK_ENABLE_BROKEN.Havoc Pennington2001-01-311-0/+1
* adapt to handle PangoColorHavoc Pennington2001-01-261-3/+58
* Splitted gtk_image_clear into gtk_image_clear() and gtk_image_reset().42001-01-241-0/+2
* Add two virtualized functions gdk_drawable_get_clip_region - to get theOwen Taylor2000-12-151-2/+2
* get rid of object_signal:: GtkObject argument uses, use GObjectTim Janik2000-12-121-6/+18
* Add a function to determine if a window is the focus widget within itsOwen Taylor2000-12-111-22/+48
* Draw underlines one pixel higher.Havoc Pennington2000-11-151-1/+1
* Add an "invisible_char" argument to set the char displayed when visibilityHavoc Pennington2000-11-131-1/+18
* Fix problem with using result of g_get_charset() backwards - pointed outOwen Taylor2000-11-121-3/+11
* Make parent_class static.Owen Taylor2000-11-121-4/+7
* Add note about GtkMenuPositionFunc API changes.Alexander Larsson2000-11-081-13/+14
* provide a toggle button to temporarily disable position recording in theTim Janik2000-11-051-0/+16
* had a test backwardHavoc Pennington2000-11-021-1/+1
* Test set_markup_with_accel()Havoc Pennington2000-11-011-15/+24
* New function to create a pixbuf pointing to a subregion of another pixbuf.Havoc Pennington2000-11-011-3/+26
* Re-enable the "find" dialogHavoc Pennington2000-10-241-0/+318
* gtk/makefile.mingw.in Updates.Tor Lillqvist2000-10-221-0/+4
* create some stock buttons with the default accel group (create_image):Havoc Pennington2000-10-201-12/+122
* Replaced with GTK_TREE_SELECTION_OLD to prevent conflict withJonathan Blandford2000-10-061-4/+4
* Doc comment fixing. (Mostly non-matching parameter names.)Owen Taylor2000-09-071-2/+2
* Fix double free of font desc.Owen Taylor2000-08-221-2/+0
* Add gtk_widget_modify_{fg,bg,text,base,font}.Owen Taylor2000-08-221-0/+120