Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | widget-factory: Add new widgets | Matthias Clasen | 2013-04-23 | 2 | -14/+197 |
| | | | | | Add GtkStack and GtkRevealer to the second page in gtk3-widget-factory. | ||||
* | Add a revealer example to gtk-demo | Matthias Clasen | 2013-04-22 | 4 | -1/+315 |
| | | | | | I tried to make a 'revealer ballet'. Judge for yourself if I succeeded. | ||||
* | Add a GtkStack example to gtk-demo | Matthias Clasen | 2013-04-21 | 4 | -0/+136 |
| | |||||
* | gtk-demo: Fix typo | Volker Sobek | 2013-04-14 | 1 | -1/+1 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=675649 | ||||
* | gtk-demo: Remove multiscreen support | Benjamin Otte | 2013-04-06 | 1 | -103/+11 |
| | | | | | There's only one screen per display, so no need to let users select from a list of that 1 screen. | ||||
* | Bug 695895: Fix gtk3-demo on Windows | Chun-wei Fan | 2013-03-26 | 1 | -6/+11 |
| | | | | | | | | | | | | | | | | In commit 4e41577b, we are using g_content_type_is_a() to determine how to display the demo resources in the right pane of the gtk3-demo program. Use g_content_type_get_mime_type(), so that we can obtain the mime type of the demo resources on all platforms, as g_content_type_guess() returns a platform-specific string, as https://developer.gnome.org/gio/2.35/gio-GContentType.html states. As .ui files and .css files are normally registered with a different mime type string on Windows, check for those strings as well. This will ensure the demo resources can be properly displayed on Windows as well. | ||||
* | gtk-demo: Create new textbuffers for new source/info texts | Benjamin Otte | 2013-02-26 | 1 | -48/+49 |
| | | | | | | | | | This is so we can prepare these buffers without them being set on the widgets yet and only gtk_text_view_set_buffer() them afterwards. And this in turn gets rid of all the a11y events we were needlessly emitting. https://bugzilla.gnome.org/show_bug.cgi?id=694406 | ||||
* | Convert pixbuf animation demo (both copies) to GdkFrameClock | Owen W. Taylor | 2013-02-21 | 2 | -38/+29 |
| | | | | | | | Use the frame clock instead of a 50ms timeout to animate the spinning pixbufs. https://bugzilla.gnome.org/show_bug.cgi?id=694302 | ||||
* | gtk3-demo: Fix up resource handling | Alexander Larsson | 2013-02-14 | 5 | -17/+17 |
| | | | | | | We're not loading css files via resouce uris, as we want to support editing, so we need to use absolute references to any included resources. | ||||
* | Remove remnants of localization from gtk-demo | Matthias Clasen | 2013-02-11 | 1 | -1/+1 |
| | | | | | gtk-demo isn't localized at this point. https://bugzilla.gnome.org/show_bug.cgi?id=681578 | ||||
* | Don't use gtk_scrolled_window_add_with_viewport() in tests | Cosimo Cecchi | 2013-02-01 | 1 | -4/+2 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=693015 | ||||
* | Use consistent capitalization of demo titles | Matthias Clasen | 2013-02-01 | 1 | -3/+3 |
| | |||||
* | Avoid perl warnings | Matthias Clasen | 2013-02-01 | 1 | -6/+6 |
| | | | | Apparently, defined is not cool anymore. | ||||
* | Make the text look a bit nicer | Matthias Clasen | 2013-02-01 | 1 | -0/+2 |
| | | | | | Add a margin around the text, and some space between the title and the body of the info tab. | ||||
* | Set the notebook to be scrollable | Matthias Clasen | 2013-02-01 | 1 | -0/+1 |
| | | | | The pixbufs example has just too many files.. | ||||
* | Revert "Forgotten file" | Matthias Clasen | 2013-02-01 | 1 | -1/+1 |
| | | | | This reverts commit 1d72682332cfac909e62f3ba1cf3d7ee3c7d1490. | ||||
* | Don't strip whitespace from ui files | Matthias Clasen | 2013-02-01 | 1 | -3/+3 |
| | | | | That turns them into gibberish when we show them in the ui. | ||||
* | gtk-demo: Fix geniclude.pl.in to not look for extra files | Benjamin Otte | 2013-02-02 | 1 | -8/+1 |
| | | | | | | This was supposed to be fixed in 08667728190dcd7e19ddbbead4add714fab23364 but I fixed the generated geninclude.pl. Oops. | ||||
* | gtk-demo: Replace logo with a transparent one | Benjamin Otte | 2013-02-01 | 8 | -27/+16 |
| | | | | That way, we don't have to make it transparent in all the demos. | ||||
* | gtk-demo: Move resources into the tests they belong | Benjamin Otte | 2013-02-01 | 6 | -19/+25 |
| | | | | | This also gets rid of the nasty @import("resource:///...") lines in the css files. | ||||
* | gtk-demo: Remove custom CSS demo | Benjamin Otte | 2013-02-01 | 4 | -136/+0 |
| | | | | | Custom CSS is something that we don't want to advertise as there are too many pitfalls for using it correctly. So remove the demo for it. | ||||
* | gtk-demo: Remove file lists from demo data | Benjamin Otte | 2013-02-01 | 8 | -20/+15 |
| | | | | | We can get it from parsing resources now, so no need to manually add them. | ||||
* | gtk-demo: Display all resources on the right side | Benjamin Otte | 2013-02-01 | 1 | -17/+54 |
| | | | | | | | This way, people know what stuff we are loading. And instead of listing all the files in the top (and forgetting things), we just take them from the resources list. | ||||
* | gtk-demo: Stop installing files | Benjamin Otte | 2013-02-01 | 1 | -23/+13 |
| | | | | | As everything is handled via resources now, there's no need to install the files anymore. | ||||
* | gtk-demo: Remove demo_find_file() function | Benjamin Otte | 2013-02-01 | 17 | -87/+0 |
| | | | | | It's not used anymore. With it, the demo-common.h header is not needed anymore and is removed, too (and all the needless includes). | ||||
* | gtk-demo: Load icon from resource | Benjamin Otte | 2013-02-01 | 2 | -49/+15 |
| | |||||
* | gtk-demo: Display extra files from resources | Benjamin Otte | 2013-02-01 | 1 | -27/+28 |
| | |||||
* | xxx: Add source files | Benjamin Otte | 2013-02-01 | 1 | -0/+1 |
| | |||||
* | gtk-demo: Don't use subfolders for resources | Benjamin Otte | 2013-02-01 | 2 | -7/+5 |
| | | | | This confuses the notebook that is displaying them. | ||||
* | gtk-demo: Don't use aliases for filenames | Benjamin Otte | 2013-02-01 | 5 | -9/+9 |
| | | | | | This is necessary so the files displayed in the left notebook match the files referenced in the source code. | ||||
* | gtk-demo: Port pixbufs example to resources | Benjamin Otte | 2013-02-01 | 2 | -27/+22 |
| | |||||
* | gtk-demo: Port textview example to resources | Benjamin Otte | 2013-02-01 | 2 | -21/+7 |
| | |||||
* | gtk-demo: Port images example to resources | Benjamin Otte | 2013-02-01 | 2 | -55/+11 |
| | |||||
* | gtk-demo: Port images example to GInputStream | Benjamin Otte | 2013-02-01 | 1 | -26/+54 |
| | |||||
* | gtk-demo: Port iconview example to use resources | Benjamin Otte | 2013-02-01 | 3 | -111/+75 |
| | |||||
* | gtk-demo: Port appwindow example to resources | Benjamin Otte | 2013-02-01 | 3 | -39/+21 |
| | |||||
* | gtk-demo: Port builder example to resources | Benjamin Otte | 2013-02-01 | 3 | -5/+5 |
| | |||||
* | gtk-demo: Make printing example use resources | Benjamin Otte | 2013-02-01 | 1 | -8/+8 |
| | |||||
* | gtk-demo: Load sources from resources | Benjamin Otte | 2013-02-01 | 1 | -16/+9 |
| | |||||
* | gtk-demo: Load the demo files using g_file_get_contents() | Benjamin Otte | 2013-02-01 | 1 | -75/+20 |
| | | | | ... instead of massaging a FILE* with flockfile() and ungetc(). | ||||
* | gtk-demo: Include the source files as resources | Benjamin Otte | 2013-02-01 | 1 | -0/+49 |
| | |||||
* | Remove accidental commit that broke gtk3-demo | Alexander Larsson | 2013-01-29 | 1 | -3/+0 |
| | | | | | | A piece of test code accidentally snuck into a commit that made gtk3-demo not find its data files, this patch just reverts that change. | ||||
* | Add git.mk to more places | Jasper St. Pierre | 2013-01-24 | 1 | -0/+2 |
| | |||||
* | Plug two memory leak | Matthias Clasen | 2013-01-20 | 2 | -0/+2 |
| | | | | g_resources_lookup_data returns a GBytes that must be unreffed. | ||||
* | broadway: Make /dev/shm names nicer | Alexander Larsson | 2013-01-10 | 1 | -0/+3 |
| | |||||
* | gtk-demo: Beautify a demo | Benjamin Otte | 2012-10-01 | 1 | -2/+2 |
| | | | | | Use auto for the background size instead of 100% to avoid uglyfying the background byt blurring it when the window gets larger. | ||||
* | gtk-demo: Use explicit resource:// urls in CSS | Benjamin Otte | 2012-10-01 | 5 | -20/+20 |
| | | | | | ... because we load the data from a GtkTreeView::changed callback, the relative directory is cwd. And we want the resources... | ||||
* | gtk-demo: Add missing file to resources | Benjamin Otte | 2012-10-01 | 1 | -0/+1 |
| | |||||
* | gtk-demo: Add a CSS shadows demo | Benjamin Otte | 2012-09-21 | 4 | -0/+196 |
| | |||||
* | gtk-demo: fancier css demo | Matthias Clasen | 2012-09-17 | 1 | -14/+55 |
| | | | | Thanks to Lapo Calamandrei. |