summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Free previous label->label_wc.Owen Taylor1998-12-171-2/+2
* Redraw the character under the cursor when removing the cursor.Owen Taylor1998-12-161-1/+1
* Move main thread lock back to GDK - we need it there for locking whenOwen Taylor1998-12-161-7/+7
* 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-152-15/+106
* Fixed up some warnings.Owen Taylor1998-12-151-8/+123
* Commented out testthreads from the build process, since we won't have anyOwen Taylor1998-12-151-7/+7
* avoid void pointer mathManish Singh1998-12-111-1/+1
* use g_snprintf, eliminate need for string.h include string.h, for strlenJeff Garzik1998-12-102-2/+2
* Add in missing 'flags' field to target list.Owen Taylor1998-12-091-3/+3
* put text after #endif in commentManish Singh1998-12-091-0/+1
* Destroy widgets _after_ propagating unrealize signals through the widgetOwen Taylor1998-12-092-9/+19
* 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
* merged testgtkrc with the pre-themes one, removed system specificTim Janik1998-11-301-10/+92
* 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-283-130/+130
* New function to get the source widget of a drag.Owen Taylor1998-11-271-1/+8
* Edited section on the ScrolledWindow.Owen Taylor1998-11-241-5/+15
* Removed DEFS "+=" mess that breaks recent automakes. INCLUDES is theJeff Garzik1998-11-241-1/+1
* 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
* New function gdk_pixmap_foreign_new(). (gtk-blizzard-981005-0. ChristopherOwen Taylor1998-11-131-2/+2
* 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-062-92/+7
* 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
* New test program for new DND. (Old DND tests in testgtk still need to beOwen Taylor1998-10-181-0/+622
* Added a modular client-message-filter mechanism, that is used for the DNDOwen Taylor1998-10-182-51/+65
* 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
* Fixed an alpha bug.Raph Levien1998-10-051-0/+2
* new function to get the *real* geometry position of a window, takenTim Janik1998-09-251-0/+115
* Checking in minor changes. Now synced with 0.9.0.GTK_1_1_2Raph Levien1998-09-111-2/+50
* added -posix check for NeXTStepManish Singh1998-09-091-3/+3
* #include <stdlib.h> for rand()Manish Singh1998-09-061-0/+1
* Minor improvements to gdkrgb, added testrgb to the gtk directory.Raph Levien1998-09-011-0/+237
* quell some warnings with g_hash_table_newManish Singh1998-08-291-0/+1
* Reference count the fonts used in the text widget.Owen Taylor1998-08-253-9/+63
* 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