summaryrefslogtreecommitdiff
path: root/examples
Commit message (Collapse)AuthorAgeFilesLines
* examples/gtkdial: Do not use size_request vfuncJavier Jardón2010-11-131-8/+21
|
* Use gtk_box_new() instead gtk_[v|h]box_new()Javier Jardón2010-10-3018-58/+58
|
* Use gtk_scrollbar_new() instead gtk_[v|h]scrollbar_new()Javier Jardón2010-10-301-1/+1
|
* Use gtk_scale_new() instead gtk_[v|h]scale_new()Javier Jardón2010-10-301-4/+4
|
* Use gtk_paned_new() instead gtk_[v|h]paned_new()Javier Jardón2010-10-301-1/+1
|
* Use gtk_ruler_new() instead gtk_[v|h]ruler_new()Javier Jardón2010-10-301-2/+2
|
* Use gtk_separator_new() instead gtk_[v|h]separator_new()Javier Jardón2010-10-305-9/+9
|
* Use gtk_button_box_new() instead gtk_[v|h]_button_box_new()Javier Jardón2010-10-302-4/+4
|
* Do not install the hello-world and window-default example programsRichard Hughes2010-10-201-1/+1
|
* More distcheck fixes2.91.1Matthias Clasen2010-10-151-0/+1
|
* More examples removalMatthias Clasen2010-10-151-3/+7
|
* examples: build examples that are included in the docsMatthias Clasen2010-10-155-157/+15
| | | | | | | | | We build the examples that are included in the 'getting started' chapter of the docs to prevent them from bitrotting. Also remove the awk scripts used to extract the old examples from the tutorial, since the tutorial is gone. I'm still leaving the examples themeselves in place, for possible inclusion in 'getting started' later on.
* docs: Move the introduction of the tutorial in the referenceEmmanuele Bassi2010-10-152-0/+123
| | | | | | | The tutorial should just go away, but some of its contents can be moved to the API reference as chapters. https://bugzilla.gnome.org/show_bug.cgi?id=632059
* Complete the removal of examples/pixmap to fix make distRichard Hughes2010-10-012-15/+0
|
* examples/gtkdial/gtkdial.c: Fixing for removal of GtkObject typeJavier Jardón2010-09-291-16/+13
|
* examples/colorsel/colorsel.c: remove unneded GTK_OBJECT castJavier Jardón2010-09-291-2/+2
|
* Remove unneded castsJavier Jardón2010-09-293-11/+7
| | | | | | As gtk_adjustment_new() returns a GtkAdjustment* now https://bugzilla.gnome.org/show_bug.cgi?id=630731
* gtk_adjustment_new() should return a GtkAdjustment*Javier Jardón2010-09-291-1/+1
| | | | Fixes https://bugzilla.gnome.org/show_bug.cgi?id=630731
* gdk: Remove GdkPixmapBenjamin Otte2010-09-261-89/+0
| | | | | | All iusers of it are gone, so it's now time to let go. cairo_surface_t is a full replacement, combined with gdk_window_create_similar_surface().
* Use G_CALLBACK() instead deprecated GTK_SIGNAL_FUNC()Javier Jardón2010-09-081-2/+2
|
* Do not use deprecated API in docs and examplesJavier Jardón2010-09-081-1/+1
| | | | | gtk_calendar_display_options() was deprecated and removed. Use gtk_calendar_set_display_options() instead
* Use accessor functions to access GtkColorSelectionDialogJavier Jardón2010-07-131-1/+3
|
* examples: Port example to use cairo region APIBenjamin Otte2010-06-291-3/+4
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=613284
* Convert to UTF-8Matthias Clasen2010-05-211-1/+1
|
* Move documentation to inline comments: GdkWindowTadej Borovšak2010-05-141-0/+136
| | | | | | | | Use examples/gdk to store documentation code examples. Fixes https://bugzilla.gnome.org/show_bug.cgi?id=618498 Signed-off-by: Javier Jardón <jjardon@gnome.org>
* Remove links to code that no longer exists to fix make distRichard Hughes2010-05-077-528/+0
|
* Remove a missing include in one of the tests that broke the build from a ↵Richard Hughes2010-05-071-1/+0
| | | | fresh checkout
* Merge branch 'gtk-2-90'Matthias Clasen2010-05-067-404/+5
|\ | | | | | | | | Conflicts: gtk/gtkentry.h
| * Remove GtkTree completelyJavier Jardón2010-05-032-200/+0
| |
| * Remove GtkText completelyJavier Jardón2010-05-032-197/+0
| |
| * Remove all deprecated stuff from GtkContainerJavier Jardón2010-05-031-2/+2
| |
| * Remove remaining GtkWindow deprecated documentationJavier Jardón2010-05-032-2/+1
| | | | | | | | This completes commit 89e3ec8c3d766c333f6e67764ebd7633d61e21cd
| * Remove remaining GtkButtonBox deprecated stuffJavier Jardón2010-05-031-1/+0
| | | | | | | | This completes commit b1b986cc604bffd924a13fbcb180dd234a0b8d14
| * Remove deprecated code: GtkLabelJavier Jardón2010-05-032-8/+8
| |
* | Update the Makefile for scribble-xinputTor Lillqvist2010-05-031-3/+2
|/ | | | | Don't use GTK_DISABLE_DEPRECATED as scribble-xinput does use deprecated API. Also, make the CC command line more canonical.
* Don't use GTK_WIDGET_STATE in internal code anymoreJavier Jardón2010-03-092-4/+4
| | | | | | Use gtk_widget_get/set_state() instead https://bugzilla.gnome.org/show_bug.cgi?id=69872
* Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_REALIZED)Javier Jardón2010-03-061-1/+1
| | | | | | Use new API instead: gtk_widget_set_realized () https://bugzilla.gnome.org/show_bug.cgi?id=69872
* Deprecate widget flag: GTK_WIDGET_REALIZEDJavier Jardón2010-03-031-1/+1
| | | | | | Use gtk_widget_get_realized() instead https://bugzilla.gnome.org/show_bug.cgi?id=69872
* Deprecate widget flag: GTK_WIDGET_MAPPEDJavier Jardón2010-03-031-1/+1
| | | | | | Use gtk_widget_get_mapped() instead. https://bugzilla.gnome.org/show_bug.cgi?id=69872
* Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_CAN_DEFAULT)Javier Jardón2010-03-027-7/+7
| | | | Use new API instead: gtk_widget_set_can_default ()
* Deprecate widget flag: GTK_WIDGET_VISIBLEJavier Jardón2010-03-011-1/+1
| | | | | | Use gtk_widget_get_visible() instead https://bugzilla.gnome.org/show_bug.cgi?id=69872
* Do not use static GTypeInfo and GInterfaceInfoNicola Fontana2009-11-062-2/+2
| | | | | | | | | Either g_type_register_static_simple (used by G_DEFINE_TYPE_EXTENDED) and G_IMPLEMENT_INTERFACE use automatic variables for GTypeInfo and GInterfaceInfo structs, while tutorials and source code often use static variables. This commit consistently adopts the former method. https://bugzilla.gnome.org/show_bug.cgi?id=600158
* fix build for gtkdial exampleTomasz Mon2009-04-281-4/+6
| | | | | Replace use of deprecated GTK_SIGNAL_FUNC with G_CALLBACK, and add depth to blankstyle. Fixes Bug #578634.
* examples/gtkdial/gtkdial.c gdk/gdkapplaunchcontext.c gdk/gdkpango.cMichael Natterer2008-08-121-2/+1
| | | | | | | | | | | | | | | | | | | | | 2008-08-12 Michael Natterer <mitch@imendio.com> * examples/gtkdial/gtkdial.c * gdk/gdkapplaunchcontext.c * gdk/gdkpango.c * gtk/gtkcellrendererpixbuf.c * gtk/gtkcellrenderertext.c * gtk/gtkcellview.c * gtk/gtkcombobox.c * gtk/gtkfontsel.c * gtk/gtkinvisible.c * gtk/gtkliststore.c * gtk/gtktexttag.c * gtk/gtktexttagtable.c: remove dereferencing from some function pointers i missed before. svn path=/trunk/; revision=21089
* updated the (quite outdated) examples to use canonical signal names asSven Neumann2008-08-1123-396/+400
| | | | | | | | | | | 2008-08-11 Sven Neumann <sven@gimp.org> * examples/*: updated the (quite outdated) examples to use canonical signal names as well. Removed some unneeded casts and trailing whitespace while I was on it... svn path=/trunk/; revision=21071
* Revert name changeCody Russell2008-07-016-6/+6
| | | | svn path=/trunk/; revision=20724
* Practically everything changed.Cody Russell2008-06-306-6/+6
| | | | | | | | | | | | | 2008-06-30 Cody Russell <bratsche@gnome.org> * Practically everything changed. Change all references of GIMP Toolkit (and variations of it) to GTK+ Toolkit, showing no mercy at all to our beloved ancestry. (#540529) svn path=/trunk/; revision=20709
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-226-6/+6
| | | | | | | | | | | | 2008-06-21 Johan Dahlin <jdahlin@async.com.br> * *.[ch]: Include "config.h" instead of <config.h> Command used: find -name \*.[ch]|xargs perl -p -i -e 's/^#include <config.h>/#include "config.h"/g' Rubberstamped by Mitch and Tim svn path=/trunk/; revision=20669
* undeprecate.Michael Natterer2008-06-172-4/+4
| | | | | | | | | 2008-06-17 Michael Natterer <mitch@imendio.com> * examples/gtkdial/gtkdial.[ch]: undeprecate. svn path=/trunk/; revision=20439
* s/GtkType/GType/Michael Natterer2008-06-171-1/+1
| | | | | | | | | | | | 2008-06-17 Michael Natterer <mitch@imendio.com> * gtk/gtkbindings.c (gtk_binding_entry_add_signal): * gtk/gtktoolbutton.c (gtk_tool_button_get_type): * examples/gtkdial/gtkdial.h (gtk_dial_get_type): s/GtkType/GType/ svn path=/trunk/; revision=20436