summaryrefslogtreecommitdiff
path: root/demos
Commit message (Collapse)AuthorAgeFilesLines
* widget-factory: Use GtkSearchEntryMatthias Clasen2012-06-111-1/+1
|
* gtk: Add GtkSearchEntryBastien Nocera2012-06-111-24/+1
| | | | | | | Add a search entry widget with the recommended behaviour implemented. As used in gnome-control-center, Totem, gnome-documents and many others. https://bugzilla.gnome.org/show_bug.cgi?id=652809
* Silence compiler warningsMatthias Clasen2012-05-302-6/+6
|
* gtk-demo: unify Theming and CSS theming sectionsCosimo Cecchi2012-05-302-2/+2
|
* gtk-demo: display tabs for CSS files in theming demosCosimo Cecchi2012-05-303-3/+3
|
* gtk-demo: don't try to add tabs for empty filenamesCosimo Cecchi2012-05-301-2/+4
|
* gtk-demo: add a demo for CSS multiple backgroundsCosimo Cecchi2012-05-304-0/+311
|
* gtk-demo: move styling for the CSS editor to a separate fileCosimo Cecchi2012-05-304-0/+109
| | | | So it can be shared by multiple demos
* gtk-demo: add a test for a CSS accordionCosimo Cecchi2012-05-305-0/+134
|
* main: Don't overrun the file that's readBenjamin Otte2012-05-301-1/+1
|
* gtk-demo: Make CSS a resourceBenjamin Otte2012-05-307-38/+127
| | | | Also, improve the CSS to give you that basic feel.
* gtk-demo: Include resources in main appBenjamin Otte2012-05-301-0/+1
| | | | This is necessary for future changes
* gtk-demo: Rename resources fileBenjamin Otte2012-05-302-5/+5
| | | | More tests want to use resources, so make that possible.
* gtk-demo move application demo resources into a namespaceBenjamin Otte2012-05-302-6/+6
|
* gtk-demo: Add a name property to the demosBenjamin Otte2012-05-301-6/+7
|
* gtk-demo: Add a simple example for themingBenjamin Otte2012-05-302-0/+134
|
* gtk-demo: Add a help stock menuitemMatthias Clasen2012-05-262-1/+15
|
* Add a custom css exampleMatthias Clasen2012-05-253-1/+93
|
* Update window titleMatthias Clasen2012-05-251-1/+1
|
* gtk-demo: Move Theming to Theming/Style ClassesMatthias Clasen2012-05-253-9/+15
| | | | | And make the title :: parsing work for nested titles too, so this works.
* Forgotten fileMatthias Clasen2012-05-251-1/+8
| | | | | This change to geninclude.pl.in is needed to make my commit 91d01434bc77b454d1f59ab72d8dbed97c7269f1 work.
* gtk-demo: Add a theming exampleMatthias Clasen2012-05-183-1/+389
|
* gtk-demo: Show data files as wellMatthias Clasen2012-05-184-9/+66
| | | | | Several demos use .ui files and the like. The demos are much more useful if these files can be inspected in the ui as well.
* gtk-demo: Update language in colorsel demoMatthias Clasen2012-05-171-5/+6
| | | | We're no longer demoing GtkColorSelection, it is GtkColorChooser now.
* build: Fix out-of-tree build of widget-factory demo applicationMichael Biebl2012-05-031-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=674192
* gtk-demo: fix the tool palette demoMatthias Clasen2012-04-271-0/+1
| | | | The palette was confined to its minimal size, when in horizontal mode.
* gtk-demo: Find gtk-demo-application.exe on win32Alexander Larsson2012-04-201-2/+8
| | | | | We need to append the ".exe" extension when looking for the application file on windows.
* widget-factory: Add spinnersBenjamin Otte2012-04-171-0/+53
| | | | | Doesn't look very well, but if somebody cares about that, he can fix it (hint hint)
* gtk-demo: fix the colorsel exampleMatthias Clasen2012-03-021-0/+2
| | | | | It is necessary to hide the dialog on "response", else it won't go away.
* gtk-demo: Fix gcc warningsBenjamin Otte2012-03-011-2/+0
|
* Change FSF AddressJavier Jardón2012-02-272-6/+2
|
* demos/gtk-demo/infobar.c: Do not use gtk_dialog_run()Javier Jardón2012-02-271-2/+7
|
* demos/gtk-demo/colorsel.c: Do not use gtk_dialog_run()Javier Jardón2012-02-271-9/+17
|
* widget-factory: Don't crash when showing about dialogBenjamin Otte2012-02-151-1/+2
|
* gtk-demo: use the new GtkColorChooserDialog in the color demoCosimo Cecchi2012-02-141-13/+4
|
* widget factory: link against gdkpixbufRyan Lortie2012-02-091-1/+2
| | | | | | | Otherwise we fail to link, seeing this: /usr/bin/ld: gtk3_widget_factory-widget-factory.o: undefined reference to symbol 'gdk_pixbuf_new_from_resource'
* Set BUILT_SOURCESMatthias Clasen2012-02-091-0/+3
|
* widget-factory: add the logoMatthias Clasen2012-02-094-3/+25
|
* Move widget-factory to demos/Matthias Clasen2012-02-094-1/+2133
| | | | Lets install this, for the benefit of artists everywhere.
* gtk-demo: Use preprocessing for resourcesMatthias Clasen2012-02-091-4/+4
| | | | | | Strip blanks from ui files, and convert pngs into pixdata. This is useful and serves as a test of these preprocessing options at the same time.
* gtk-demo: Use gdk-pixbuf resource apiMatthias Clasen2012-02-091-8/+2
| | | | This is nicer than manual stream manipulation.
* Use G_SOURCE_CONTINUE/REMOVEMatthias Clasen2012-01-306-10/+9
| | | | | Now that GLib provides these macros, we should use them to make the code more readable.
* gtk-demo: Use symbolic names for button numbersCarlos Garcia Campos2012-01-273-3/+3
|
* GtkBuilder: change format of menusRyan Lortie2012-01-252-22/+91
| | | | | | | | | | | | | | Change the format of GtkBuilder <menu> to be more in-line with the style of the rest of GtkBuilder so that we can do translation in a consistent way. The format is now substantially more difficult to hand-write, but tools should be along soon. There is an xslt program attached to the bug to help you convert your existing .ui files from the old format to the new one. https://bugzilla.gnome.org/show_bug.cgi?id=668696
* gtk3-demo-application: add an example for the new apiMatthias Clasen2012-01-242-11/+12
| | | | Turn the menutoolbutton menu into one that is gmenu/gaction backed.
* Add an example for settings<>action integrationMatthias Clasen2012-01-244-5/+34
| | | | | Turn the 'color' action in gtk3-demo-application into an action that is backed by a setting.
* gtk3-demo-application: fix sectionsRyan Lortie2012-01-161-13/+19
| | | | | <section> doesn't need to be given in a menubar but it does need to be given for submenus, so add those ones back.
* gtk-demo: Improve the GtkApplication demoMatthias Clasen2012-01-165-62/+67
| | | | Following suggestions in bug 667968
* Fix buildAlexander Larsson2012-01-161-1/+1
| | | | | | | | Was getting this error: main.c:785:13: error: ‘gtk_demos’ undeclared (first use in this function) main.c:785:13: note: each undeclared identifier is reported only once for each function it appears in main.c: In function ‘main’:
* Forgotten fileMatthias Clasen2012-01-151-0/+3
|