- 02 Apr, 1999 1 commit
-
-
BST 1999 Tony Gale authored
Fri Apr 2 09:19:20 BST 1999 Tony Gale <gale@gtk.org> * docs/gtk_tut.sgml: Style check from David King <dking@youvegotmail.net>
-
- 22 Feb, 1999 1 commit
-
-
GMT 1999 Tony Gale authored
Mon Feb 22 08:45:10 GMT 1999 Tony Gale <gale@gtk.org> * docs/gtk_tut.sgml: - Complete the ProgressBar API - Fix the CList example code * examples/clist/clist.c, examples/progressbar/progressbar.c: Update from tutorial
-
- 10 Feb, 1999 1 commit
-
-
Tim Janik authored
Wed Feb 10 15:49:16 1999 Tim Janik <timj@gtk.org> * gtk/gtkwindow.c (gtk_window_class_init): * gtk/gtkctree.c (gtk_ctree_class_init): applied patch from Paolo Molaro to fix GTK_TYPE_POINTER args of ::tree_collapse and ::set_focus signals. * docs/gtk_tut.sgml: s/menufactory/itemfactory, minor fixups to the item factory example.
-
- 08 Feb, 1999 1 commit
-
-
GMT 1999 Tony Gale authored
Mon Feb 8 12:50:06 GMT 1999 Tony Gale <gale@gtk.org> * docs/gtk_tut.sgml: - Heavily edited GtkCombo section initially from Christopher T. Lansdown <lansdoct@screech.cs.alfred.edu>. - Cleanups and some glib stuff from David Wheeler <wheeler@ida.org> * Makefile.am: update to include the latest Tutorial examples.
-
- 07 Feb, 1999 1 commit
-
-
Guillaume Laurent authored
-
- 02 Feb, 1999 1 commit
-
-
GMT 1999 Tony Gale authored
Tue Feb 2 08:59:16 GMT 1999 Tony Gale <gale@gtk.org> * docs/gtk_tut.sgml: new sections on Layout and SpinButton [nice widget] * examples/spinbutton/*: example code
-
- 01 Feb, 1999 1 commit
-
-
GMT 1999 Tony Gale authored
Mon Feb 1 09:16:03 GMT 1999 Tony Gale <gale@gtk.org> * docs/gtk_tut.sgml: - Complete documentation of Label widget API - New sections for the following: * Arrows * Alignment * Button Boxes * Viewports * examples/arrow/*, examples/buttonbox/*, examples/label/* - New code examples
-
- 29 Jan, 1999 1 commit
-
-
GMT 1999 Tony Gale authored
Fri Jan 29 09:18:41 GMT 1999 Tony Gale <gale@gtk.org> * docs/gtk_tut.sgml: - New sections on the Fixed and Frame containers - Rearrange the Containers section so the easier ones are first - Move the List widget section to an appendix
-
- 28 Jan, 1999 1 commit
-
-
GMT 1999 Tony Gale authored
Thu Jan 28 10:16:28 GMT 1999 Tony Gale <gale@gtk.org> * docs/gtk_tut.sgml: - Replace all uses of deprecated functions. - Replace menufactory example with itemfactory example from Nick Scott <mendigo@geocities.com> - Minor bug fixes in the examples.
-
- 13 Dec, 1998 1 commit
-
-
GMT 1998 Tony Gale authored
Sun Dec 13 22:15:48 GMT 1998 Tony Gale <gale@gtk.org> * docs/gtk_tut.sgml: Update the following sections to the current API: - Container Widgets - CList Widget - List Widget - Tree Widget
-
- 10 Dec, 1998 1 commit
-
-
GMT 1998 Tony Gale authored
Thu Dec 10 17:58:49 GMT 1998 Tony Gale <gale@gtk.org> * docs/gtk_tut.sgml: - re-write the GtkProgressBar section to the 1.1 API. - add an Appendix listing all the signals (apologies to TimJ for taking so long in using his hard work in automating the extraction - thanx Tim). * examples/*: bring them all upto the tutorial versions
-
- 07 Dec, 1998 1 commit
-
-
GMT 1998 Tony Gale authored
Mon Dec 7 15:15:06 GMT 1998 Tony Gale <gale@gtk.org> * docs/gtk_tut.sgml: Start mass update for GTK 1.1 * examples/extract.sh: Look for the best version of awk * examples/extract.awk: Fix FD leak * example/base: minimal example from Tutorial
-
- 04 Oct, 1998 1 commit
-
-
BST 1998 Tony Gale authored
Sun Oct 4 17:45:43 BST 1998 Tony Gale <gale@gtk.org> * docs/gtk_tut.sgml: update I've had sat around: - Grammar patch from James R. Van Zandt <jrv@vanzandt.mv.com> - Range Widget update from David Huggins-Daines <bn711@freenet.carleton.ca> - New Toolbar section from Jacek Wojdel <J.C.Wojdel@cs.tudelft.nl>
-
- 13 Aug, 1998 2 commits
-
-
Tony Gale authored
-
BST 1998 Tony Gale authored
Thu Aug 13 09:11:11 BST 1998 Tony Gale <gale@gtk.org> * docs/gtk_tut.sgml: - Tidy up of the menufactory example from Andy Kahn <kahn@zk3.dec.com> - New section on Range Widgets from David Huggins-Daines <bn711@freenet.carleton.ca> - Started a new section on 'Advanced Event and Signal Handling' - used an email from Owen. - New appendix on Gdk Event Types - Added the tictactoe full example code to the 'Code Examples' appendix
-
- 27 Jul, 1998 1 commit
-
-
BST 1998 Tony Gale authored
Mon Jul 27 09:18:13 BST 1998 Tony Gale <gale@gtk.org> * docs/gtk_tut.sgml: GtkTree section from David Huggins-Daines <bn711@freenet.carleton.ca>, add a GtkText widget example * examples/text/* example/tree/* : new examples for the GtkTree and GtkText widgets
-
- 25 Jun, 1998 1 commit
-
-
BST 1998 Tony Gale authored
Thu Jun 25 07:53:51 BST 1998 Tony Gale <gale@gtk.org> * docs/gtk_tut.sgml: add section on GtkCList widget, contributed by Stefan Mars <mars@lysator.liu.se> * examples/clist/clist.c examples/clist/Makefile: example code for GtkCList widget from the Tutorial
-
- 15 Jun, 1998 1 commit
-
-
Owen Taylor authored
Mon Jun 15 16:29:45 1998 Owen Taylor <otaylor@gtk.org> * gdk/gdktypes.h gdk/gdkprivate.h gtk/gtk*.h gtk/Makefile.am gtk/makenums.pl Removed out the G_ENUM/FLAGS mechanism in favor of a perl script that parses the standard headers (with occasional /*< nick=foo >*/ style overrides) and extracts the enumerations. gtk/maketypes.awk: Small improvments to the translation of names. (Avoid splitting gc into g_c_.) Mon Jun 15 16:25:44 1998 Owen Taylor <otaylor@gtk.org> * gtk/Makefile.am gtk/gtk.h gtk/gtkfontsel.[ch] gtk/testgtk.c: Damon Chaplin's <DAChaplin@email.msn.com> Font selection widget, and a simple example for testgtk. Mon Jun 15 15:58:34 1998 Owen Taylor <otaylor@gtk.org> * gtk/gtkentry.c: - Restored gtk_entry_adjust_scroll to static - Changed text positioning code so that we always display as large a portion of the text as possible. Mon Jun 15 15:42:12 1998 Owen Taylor <otaylor@gtk.org> * gtk/gtktext.c (gtk_text_finalize): Free internal structures of text widget. Also, unreference pixmaps when unrealizing. Sat Jun 13 19:14:39 1998 Owen Taylor <otaylor@gtk.org> * gdk/gdkinputcommon.h (gdk_input_device_new): Change 3.3.1 bug workaround to number keys starting at 1. Sat Jun 13 11:56:57 1998 Owen Taylor <otaylor@gtk.org> * docs/gtk_tut.sgml: Fixed urls for complete example source for scribble+widget-writing examples.
-
- 02 Jun, 1998 1 commit
-
-
BST 1998 Tony Gale authored
Tue Jun 2 13:04:06 BST 1998 Tony Gale <gale@gtk.org> * docs/gtk_tut.sgml: minor changes to support auto extraction of example code
-
- 29 May, 1998 1 commit
-
-
BST 1998 Tony Gale authored
Fri May 29 13:53:57 BST 1998 Tony Gale <gale@gtk.org> * docs/gtk_tut.sgml: - new section on Events - change all delete_event callbacks to include a GdkEvent parameter - clean up the formatting * examples - helloworld.c, helloworld2.c, notebook.c, packbox.c, pixmap.c, progressbar.c, radiobuttons.c, rulers.c, table.c, wheelbarrow.c: change all delete_event callbacks to include a GdkEvent parameter.
-
- 24 May, 1998 1 commit
-
-
BST 1998 Tony Gale authored
Sun May 24 12:11:38 BST 1998 Tony Gale <gale@gtk.org> * docs/gtk_tut.sgml: - GtkTooltips, update to current API - change all 'gpointer *data' to 'gpointer data' - other minor changes
-
- 10 May, 1998 1 commit
-
-
Stefan Jeske authored
-
- 06 Apr, 1998 1 commit
-
-
Tony Gale authored
* docs/gtk_tut.sgml examples/helloworld/helloworld.c: Change a missed "delete_event" return value description from TRUE to FALSE.
-
- 04 Apr, 1998 2 commits
-
-
Tony Gale authored
* remember to change the date
-
BST 1998 Tony Gale authored
Sat Apr 4 12:23:23 BST 1998 Tony Gale <gale@gtk.org> * docs/gtk_tut.sgml: (gtk-crichton-980403-0) subsections on Aspect Frames and Paned widgets. * examples/paned examples/aspectframe: new examples
-
- 30 Mar, 1998 1 commit
-
-
BST 1998 Tony Gale authored
Mon Mar 30 17:21:27 BST 1998 Tony Gale <gale@gimp.org> * docs/gtk_tut.sgml: reflect the change of meaning of the delete_event return value
-
- 29 Mar, 1998 1 commit
-
-
BST 1998 Tony Gale authored
Sun Mar 29 22:25:22 BST 1998 Tony Gale <gale@gimp.org> * docs/gtk_tut.sgml: more on the Text widget, update the tictactoe example to the current code
-
- 24 Mar, 1998 1 commit
-
-
Owen Taylor authored
Tue Mar 24 00:17:42 1998 Owen Taylor <owt1@cornell.edu> * gtk/gtkcombo.c gtk/gtkmenu.c: Use reversed arrow for menus ala Motif (and fix Options menus, which had X cursor before), and show normal arrow when inside ComboBox. * gtk/gtkfilesel.c: Various memory leaks removed, as pointed out by Mattias.Gronlund" <Mattias.Gronlund@sa.erisoft.se> * docs/gtk_tut.sgml: Change compiling explaination to refer to gtk-config. (From: johannes@nada.kth.se (Johannes Keukelaar))
-
- 16 Mar, 1998 1 commit
-
-
GMT 1998 Tony Gale authored
Mon Mar 16 09:15:03 GMT 1998 Tony Gale <gale@gimp.org> * docs/gtk_tut.sgml: - New subsection on colourselection from Tom Bech <tomb@ii.uib.no> - Moved fileselection text to Miscallaneous Widgets section - Started new section on the Text widget - Removed Viewport, Paned, HPaned and VPaned from list of NO_WINDOW widgets.
-
- 14 Mar, 1998 1 commit
-
-
PST 1998 Shawn T. Amundson authored
Sat Mar 14 14:36:40 PST 1998 Shawn T. Amundson <amundson@gimp.org> * Released 0.99.6 * gdk/gtk_tut.sgml: * gdk/gtk_tut_it.sgml: fixed Ian Main's e-mail address
-
- 13 Mar, 1998 1 commit
-
-
PST 1998 Shawn T. Amundson authored
Fri Mar 13 11:23:55 PST 1998 Shawn T. Amundson <amundson@gimp.org> * docs/gtk_tut.sgml: * docs/gtk_tut_it.sgml: * docs/gtk_tut_packbox1.gif: * docs/gtk_tut_packbox2.gif: * docs/gtk_tut_table.gif: added graphics, update tutorials appropriately
-
- 12 Mar, 1998 2 commits
-
-
Federico Mena Quintero authored
1998-03-12 Federico Mena Quintero <federico@nuclecu.unam.mx> * docs/gtk_tut.sgml: fix one missing quote.
-
PST 1998 Shawn T. Amundson authored
of problems with the cvs server... connection timed out. Wed Mar 11 14:36:48 PST 1998 Shawn T. Amundson <amundson@gimp.org> * gtk/docs/: added tutorial, changed some files around to make more sense.
-