summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* This is an implementation of Idea #13 fromÉRDI Gergo1999-10-021-1/+14
* Add (commented out) Windows-style theme include line.Tor Lillqvist1999-05-251-0/+3
* Include gdkprivate.h withouh gdk/ path, as it shouldn't be in the commonTor Lillqvist1999-03-181-1/+1
* Merge in Win32 version: Define macro GDKVAR for declaring gdk variablesTor Lillqvist1999-03-171-3/+3
* Tue Mar 16 17:43:33 1999 Tim Janik <timj@gtk.org>Tim Janik1999-03-171-1/+5
* This might seem like a large patch, but it isn't that bad, and nothingTor Lillqvist1999-03-151-19/+15
* Added two new signals to GtkSpinButton, "input" and "output", to make theStefan Jeske1999-02-281-14/+130
* Added notice to look in AUTHORS and ChangeLog files for a list of changes.CST 1999 Shawn T. Amundson1999-02-245-0/+38
* Removed check-y/check-n backgrounds - the effect looked like a bug.Owen Taylor1999-02-211-2/+2
* Use a ScrolledWindow test how Text widgets work within ScrolledWindow.Owen Taylor1999-02-161-20/+8
* don't autoselect focus_row in case of GTK_SELECTION_EXTENDEDLars Hamann1999-02-111-128/+109
* don't autoselect focus_row in case of GTK_SELECTION_EXTENDEDLars Hamann1999-02-101-274/+145
* Fixed some bugs with set_default_size.Owen Taylor1999-02-101-2/+2
* Use floor() instead of truncating to integer values so we get translationOwen Taylor1999-01-271-2/+8
* X expects longs, not uint32 for XChangeProperty, when format == 32.Owen Taylor1999-01-231-3/+6
* take value_spacing into account for GTK_POS_LEFT.Tim Janik1999-01-221-0/+4
* deprecated gtk_check_menu_item_set_state, people should useTim Janik1999-01-171-2/+2
* define GTK_DISABLE_COMPAT_H for compilation of gtk code.Tim Janik1999-01-151-0/+2
* nparams for selection_get should be 3, not 2. [ From Damon ChaplinOwen Taylor1999-01-151-1/+1
* Add a drag_data_received handler for the label.Owen Taylor1999-01-121-1/+23
* reworked the redrawing heuristics somewhat, this fixed a bunch of existingTim Janik1999-01-123-8/+45
* eliminated some queue_draws when invoking gtk_widget_set_state, since thatTim Janik1999-01-113-19/+25
* only pass key events to the focus widget if it is sensitive.Tim Janik1999-01-111-2/+2
* removed unused var 64-bit cast point to const data Made const-correct.Jeff Garzik1998-12-241-1/+1
* 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