summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Allow creation of new files when saving.Robert Brady2000-10-251-3/+6
* make it a static functionHavoc Pennington2000-10-241-2/+10
* Re-enable the "find" dialogHavoc Pennington2000-10-242-6/+322
* gtk/makefile.mingw.in Updates.Tor Lillqvist2000-10-221-0/+4
* create some stock buttons with the default accel group (create_image):Havoc Pennington2000-10-202-12/+132
* Some updatesHavoc Pennington2000-10-181-14/+7
* New function proposed by Guy Harris <gharris@flashcom.net>. Also, addedJonathan Blandford2000-10-161-1/+1
* Forgot this fileJonathan Blandford2000-10-061-25/+17
* Replaced with GTK_TREE_SELECTION_OLD to prevent conflict withJonathan Blandford2000-10-061-4/+4
* Checked in initial draft of the new tree widget.42000-10-051-0/+206
* clean up trailing whitespace, add extensive tests for tag toggleHavoc Pennington2000-10-041-48/+392
* text_window_* weren't static and should have been. Start work on childHavoc Pennington2000-10-021-2/+4
* 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