summaryrefslogtreecommitdiff
path: root/tests/testgtk.c
Commit message (Expand)AuthorAgeFilesLines
* eliminated some queue_draws when invoking gtk_widget_set_state, since thatTim Janik1999-01-111-16/+16
* removed unused var 64-bit cast point to const data Made const-correct.Jeff Garzik1998-12-241-1/+1
* Create buttons, not combos again.Owen Taylor1998-12-161-2/+1
* removed clist flag : GTK_CLIST_DRAG_SELECTION added flags :Lars Hamann1998-12-161-90/+12
* Use base[NORMAL] instead of bg[PRELIGHT] so CLists now can be used inOwen Taylor1998-12-161-23/+23
* Added gdk_text_extents_wc()Owen Taylor1998-12-151-14/+105
* Fixed up some warnings.Owen Taylor1998-12-151-8/+123
* avoid void pointer mathManish Singh1998-12-111-1/+1
* Destroy widgets _after_ propagating unrealize signals through the widgetOwen Taylor1998-12-091-7/+17
* Released GTK+ 1.1.6GTK_1_1_6CST 1998 Shawn T. Amundson1998-12-091-2/+2
* Functions to test the toolbar space style.Andrew T. Veliath1998-12-081-0/+25
* New functions gtk_window_set_transient_for() - set up a "transient for"Owen Taylor1998-12-071-5/+31
* reverted marius change to expose the type systems internal type info dataTim Janik1998-12-071-3/+5
* added an event watcher for enter/leave based on signal emission hooks.Tim Janik1998-11-301-3/+100
* changed scrolled window inheritance, it inherits from GtkBin now.Tim Janik1998-11-281-127/+127
* Edited section on the ScrolledWindow.Owen Taylor1998-11-241-5/+15
* Added layout widget for scrolling arbitrarily big areas. Added plug/socketOwen Taylor1998-11-241-0/+89
* added args ::show_text, ::text_xalign, ::text_yalign, ::activity_mode.Tim Janik1998-11-231-5/+5
* new flags : homogeneous; new guints : tab_hborder, tab_vborder; markedLars Hamann1998-11-161-85/+148
* added ARG_WINDOW_PLACEMENTLars Hamann1998-11-111-41/+23
* new enum GtkCornerType added window_placement. new method to setLars Hamann1998-11-091-2/+3
* check if column[i].button is valid before calling gtk_widget_intersect onManish Singh1998-11-081-1/+0
* Added warning about callback on <Branch> itemsGuillaume Laurent1998-11-071-5/+5
* Merge from themes-2. See the ChangeLog for a somewhat detailedOwen Taylor1998-11-061-4/+1
* removed vscrollbar, hscrollbar, vscrollbar_policy, hscrollbar_policy.Lars Hamann1998-11-051-13/+25
* rearranged some functions (gtk_clist_set_column_auto_resize): newLars Hamann1998-10-191-15/+17
* Added a modular client-message-filter mechanism, that is used for the DNDOwen Taylor1998-10-181-1/+3
* change a few cell styles of inserted row (change_style): change style ofLars Hamann1998-10-161-155/+349
* use g_free to free g_malloced memory (Martin PoolTim Janik1998-10-061-3/+3
* new function to get the *real* geometry position of a window, takenTim Janik1998-09-251-0/+115
* Reference count the fonts used in the text widget.Owen Taylor1998-08-251-8/+61
* silly visual fixesManish Singh1998-08-201-0/+2
* Change to testgtk to go along with GdkRgb integration into gtk_preview.Raph Levien1998-08-201-0/+4
* new class methods: (sort_list) (insert_row) (remove_row)Lars Hamann1998-08-171-15/+161
* remove the ugly HAVE_LIBGLE test (last time i typed that word!).Tim Janik1998-08-171-8/+0
* fatal warning option is split up now, "--g-fatal-warnings" causes fatalTim Janik1998-08-161-21/+30
* Added gdk_text/string_extents() - too calculate all the metrics at once ofOwen Taylor1998-08-121-8/+112
* Removed has_cursor, set the cursor beginning of Text when creating theOwen Taylor1998-08-111-0/+123
* new enum GtkSortType.Stefan Jeske1998-08-051-4/+50
* Few fixes for column resize. Store resize column in clist->drag_pos.Lars Hamann1998-07-311-87/+159
* Began cleanup, e.g. use gtk_widget_show_all instead of manyStefan Jeske1998-07-261-639/+337
* introduce testbindings on C-1 for buttons, to check out bindingTim Janik1998-07-221-0/+11
* Fixed wrong size of activity indicator. It is settable now as a fractionStefan Jeske1998-07-211-2/+27
* fix for vertical scrolling in case of GTK_CLIST_ADD_MOD changed pixmapLars Hamann1998-07-191-75/+75
* export gtk_binary_age and gtk_interface_age.Tim Janik1998-07-191-0/+4
* Introduced generic GtkProgress widget. Derived GtkProgressBar fromStefan Jeske1998-07-191-46/+385
* Added focus handling, horizontal and vertical autoscrolling, extendedLars Hamann1998-07-151-88/+151
* display the current cursor name.Tim Janik1998-07-141-0/+21
* deleted most of the argument handling code, since that is now implementedTim Janik1998-07-091-24/+22
* use rand() instead of random() for portabilityManish Singh1998-06-281-2/+5