summaryrefslogtreecommitdiff
path: root/examples
Commit message (Collapse)AuthorAgeFilesLines
* Use AM_CPPFLAGS instead the obsolete INCLUDESJavier Jardón2011-07-061-1/+1
|
* Cut deadwoodMatthias Clasen2011-05-2671-5922/+0
| | | | | | | The old tutorial examples haven't been built in years, and are not useful to keep around in git unless somebody does the work to integrate them into the 'Getting started' section of the current docs.
* Bump the version to 3.0.0Matthias Clasen2011-02-101-2/+2
| | | | | | | At the same time, change the library sonames for -3.0 to just -3. This is necessary since the 2.99 releases installed libraries like libgtk-3.0.so.0.9903.0, and we want to prevent the library version number from jumping back. So 3.0 will have libgtk-3.so.0.0.0.
* Remove latest bits of GtkItemFactoryJavier Jardón2011-02-042-182/+3
|
* Add a GtkBuilder section to the tutorialMatthias Clasen2011-01-203-1/+89
|
* Fix linking of drawing exampleMartin Pitt2011-01-191-0/+3
| | | | | | Commit 80e1340e introduced using a GDK method in examples/drawing.c, so actually link that to GDK. Fixes build failure with --as-needed linker option and gcc 4.5.
* Add a drawing example to the tutorialMatthias Clasen2011-01-182-1/+206
|
* Add a packing example to the tutorialMatthias Clasen2011-01-182-1/+74
|
* Move the GtkApplication example to the right placeMatthias Clasen2011-01-062-1/+101
|
* Cosmetic changesMatthias Clasen2011-01-061-1/+2
|
* examples: Update dial adjustment usage for sealingBenjamin Otte2011-01-052-28/+28
|
* Merge libgdk and libgtkMatthias Clasen2010-12-211-2/+1
| | | | | | | | | | | This commit does a number of things: - remove some dead wchar configury from configure.ac and gdkconfig.h - repurpose gdkconfig.h as header that contains GDK_WINDOWING_foo macros for each included backend, include it in gdk.h and install it in $includedir instead of below $libdir - drop the backend from the library names - build libgdk-3.0.la as a convenience lib and include it in libgtk-3.0.la It does not yet enable building multiple backends at the same time.
* 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