summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* add xthickness and ythickness to GtkRcStyle and add the necessary tokens.Tim Janik2000-07-111-0/+7
* Ignore calls with <= width or height.Owen Taylor2000-07-031-65/+55
* Call gtk_widget_size_request() on reparented child, if one. Otherwise,Owen Taylor2000-07-021-23/+2
* Add gdk_rgb_find_color() to get a pixel value using GdkRGB functionalityOwen Taylor2000-07-022-5/+10
* make the current version number 1.3.1 (binary age 0, interface age 0).Tim Janik2000-06-241-0/+10
* Use gunichar instead of gint when appropriate in the interfacesHavoc Pennington2000-06-211-3/+3
* Finish the job Elliot started of removing font setting test for textOwen Taylor2000-06-211-11/+3
* Remove use of libunicode in favor of new GLib functions.Owen Taylor2000-06-212-7/+4
* (follow-on from previous commit)Elliot Lee2000-06-201-4/+5
* Call gdk_window_withdraw rather than gdk_window_hide; this makes thingsOwen Taylor2000-06-121-1/+1
* Add call to g_type_init() - we'll need this later, and this makes sureOwen Taylor2000-06-061-0/+1
* Test program to make sure GtkTextBuffer is in working order.Havoc Pennington2000-06-022-5/+401
* Remove all references to offscreen flag which was no longer used.Havoc Pennington2000-06-025-37/+1809
* Patch from David Santiago <mrcooger@cyberverse.com> to change things soOwen Taylor2000-05-171-4/+0
* A bit of editing.Owen Taylor2000-05-151-15/+22
* documented necessary changes for 1.4 transition.Tim Janik2000-05-122-17/+14
* Color selection dialog rewrite.Owen Taylor2000-05-101-5/+42
* Merges from gtk-1-2Owen Taylor2000-03-141-31/+62
* Internal GDK error reporting changes: (gdk_win32_gdi_failed) New functionTor Lillqvist2000-03-081-0/+5
* Spelling/grammar fixes from Martin Buchholz <martin@xemacs.org>GMT 2000 Tony Gale2000-02-291-1/+1
* Remove OwnerGrabButtonMask from button entries for GDK_BUTTON_PRESS /Owen Taylor2000-02-181-2/+16
* use gdk_cursor_unref instead of destroyHavoc Pennington2000-01-291-1/+1
* Must mark also gdk_error_warnings and gdk_error_code as GDKVAR, as theyTor Lillqvist1999-12-111-1/+0
* Adapt cast macros to standard.Raja R Harinath1999-11-222-16/+37
* Substitute gdkx.h => gdkprivate.h since we need to accesss onlyOwen Taylor1999-11-081-5/+1
* Move all X specific code into the x11/ directory. Aside from shufflingOwen Taylor1999-11-081-1/+2
* 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