summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Handle NULL start/end pointersHavoc Pennington2000-09-301-0/+34
* fix indentationHavoc Pennington2000-09-302-97/+249
* Implement the side windows.Havoc Pennington2000-09-291-1/+173
* Set up infrastructure to deal with lots of scrolling child windows, andHavoc Pennington2000-09-281-6/+6
* Draw the focus, and leave space to do so.Havoc Pennington2000-09-251-1/+47
* gtk/gtktextdisplay.c gtk/gtktextlayout.c gtk/gtktexttag.c gtk/gtktexttag.hJonathan Blandford2000-09-081-3/+3
* Doc comment fixing. (Mostly non-matching parameter names.)Owen Taylor2000-09-071-2/+2
* Use g_path_get_dirname instead of g_dirname, which is deprecated.Sebastian Wilhelmi2000-09-051-1/+1
* 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
* applied patch from Andreas Persenius <ndap@swipnet.se> that updates theTim Janik2000-07-265-20/+20
* Comment out some stuff that depends on the rest of my patches.Havoc Pennington2000-07-261-1/+6
* update to reflect text widget changes.Havoc Pennington2000-07-252-213/+413
* Use new PangoAttrShape to reserve space for pixmaps, add GSList *pixmapsOwen Taylor2000-07-211-0/+4
* 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