Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | widget-factory: Add a lock button | Matthias Clasen | 2015-08-10 | 2 | -84/+199 |
| | |||||
* | gtk-demo: Add a scale example | Matthias Clasen | 2015-07-31 | 4 | -0/+186 |
| | |||||
* | widget-factory: Test busy state | Matthias Clasen | 2015-07-30 | 2 | -1/+37 |
| | | | | | Makes it easy to test insensitive state of widgets.i Also exposes brokenness in the shell busy indicator... | ||||
* | gtk-demo: Move the transparent example under Overlay | Matthias Clasen | 2015-07-29 | 1 | -1/+1 |
| | |||||
* | gtk-demo: Rename textview demos to "Text View" | Matthias Clasen | 2015-07-29 | 4 | -4/+4 |
| | | | | Fits better with "Tree View". | ||||
* | gtk-demo: Tweak the markup demo | Matthias Clasen | 2015-07-29 | 2 | -5/+6 |
| | |||||
* | gtk-demo: Add font features to markup demo | Matthias Clasen | 2015-07-29 | 1 | -0/+1 |
| | |||||
* | gtk3-demo: Add a markup demo | Matthias Clasen | 2015-07-29 | 4 | -0/+83 |
| | |||||
* | gtk3-demo: Add a scrollbar context menu | Matthias Clasen | 2015-07-28 | 2 | -1/+49 |
| | | | | | Just to demonstrate the capability, not because this is excellent UI. | ||||
* | gtk3-demo: Add another overlay demo | Matthias Clasen | 2015-07-28 | 6 | -2/+113 |
| | |||||
* | Use standard cursor names | Matthias Clasen | 2015-07-26 | 2 | -3/+5 |
| | | | | | | | This changes GTK+ to use gdk_cursor_new_from_name() with the 'standard' css names, instead of GdkCursorType. https://bugzilla.gnome.org/show_bug.cgi?id=652085 | ||||
* | gtk-demo: Expand the filter model example | Matthias Clasen | 2015-07-24 | 3 | -43/+270 |
| | | | | Show normal filtering as well. | ||||
* | widget-factory: hook up callbacks to the tab close buttons | Matthias Clasen | 2015-07-24 | 2 | -2/+19 |
| | | | | Just to show that buttons in notebook tabs work. | ||||
* | gtk3-demo: Don't use xalign on GtkCheckButton | Timm Bäder | 2015-07-23 | 1 | -45/+0 |
| | |||||
* | gtk-demo: Add a filter model example | Matthias Clasen | 2015-07-22 | 3 | -0/+162 |
| | | | | This shows computed columns. | ||||
* | gtk3-demo: Don't set xalign of GtkCheckButton | Timm Bäder | 2015-07-22 | 1 | -1/+0 |
| | | | | It's deprecated and doesn't make a difference here. | ||||
* | gtk-demo: Properly clean up timeouts in search entry demo | Matthias Clasen | 2015-07-21 | 1 | -5/+10 |
| | |||||
* | offscreen_window: Remove deprecated API calls | Timm Bäder | 2015-07-20 | 2 | -8/+0 |
| | |||||
* | gtk-demo: Check a return value | Matthias Clasen | 2015-07-17 | 1 | -3/+2 |
| | | | | Found by coverity. | ||||
* | gtk3-demo: Group pango demos together | Matthias Clasen | 2015-06-28 | 3 | -3/+3 |
| | |||||
* | gtk3-demo: Add a fancy text demo | Matthias Clasen | 2015-06-28 | 3 | -0/+87 |
| | | | | | This demonstrates rendering text with a pattern instead of a single color. | ||||
* | gtk-demo: Make the info bar example wrap | Matthias Clasen | 2015-06-28 | 1 | -1/+11 |
| | |||||
* | gtk-demo: Cosmetic changes | Matthias Clasen | 2015-06-28 | 52 | -699/+358 |
| | | | | | | Clean up the code of many examples in minor ways, fix some memory leaks, and avoid the use of dialogs where a regular toplevel works just as well. | ||||
* | gtk-demo: Add a spin button example | Matthias Clasen | 2015-06-28 | 4 | -0/+463 |
| | | | | More or less copied from the spin button example in testgtk. | ||||
* | gtk-demo: Add forgotten source file | Matthias Clasen | 2015-06-19 | 1 | -0/+1 |
| | | | | | The font_features.c file was not added as a resource, so that gtk3-demo could not display it. | ||||
* | gtk-demo: Many cosmetic fixes | Matthias Clasen | 2015-06-19 | 36 | -168/+193 |
| | | | | Mostly update window titles, and some addition to descriptions. | ||||
* | gtk3-demo: Improve the overlay demo | Matthias Clasen | 2015-06-19 | 1 | -1/+5 |
| | | | | Add some more information to the description. | ||||
* | gtk-demo: A better overlay demo | Matthias Clasen | 2015-06-19 | 1 | -140/+45 |
| | | | | This shows the new passthrough feature. | ||||
* | gtk-demo: Don't Distribute demos.h | Chun-wei Fan | 2015-06-19 | 1 | -6/+13 |
| | | | | | | | | | Since demos.h is now generated according to the platform for which GTK+ is built, don't distribute it. Generate a Windows-specific demos.h.win32 and distribute that instead, in which the Visual Studio build files will copy it to demos.h, so that the build will proceed normally. https://bugzilla.gnome.org/show_bug.cgi?id=749622 | ||||
* | Add a font features demo | Matthias Clasen | 2015-06-19 | 4 | -0/+1552 |
| | | | | | This started life as a standalone tool, but it is nicer to have it integrated in gtk3-demo. | ||||
* | widget-factory: Make the circular button do something | Matthias Clasen | 2015-06-14 | 2 | -1/+3 |
| | |||||
* | widget-factory: More popover examples | Matthias Clasen | 2015-06-13 | 2 | -1/+98 |
| | | | | | Add an example for text input in a popover. This leads to nested popovers with touch selection, and does not currently work. | ||||
* | widget-factory: Add horizontally linked entries | Matthias Clasen | 2015-06-13 | 1 | -3/+49 |
| | | | | | It happens in some places, so artists need an example to make it look good. | ||||
* | gtk-demo: Make hypertext demo work with touch | Matthias Clasen | 2015-06-09 | 1 | -8/+23 |
| | | | | Make tapping on the links work. | ||||
* | widget-factory: Improve touch selection example | Matthias Clasen | 2015-06-09 | 1 | -0/+1 |
| | | | | | Make the check buttons not take focus on click, so the popover stays open. | ||||
* | widget-factory: Improve context menu example | Matthias Clasen | 2015-06-07 | 1 | -7/+12 |
| | | | | Show the text formatting in the menu / popover. | ||||
* | widget-factory: Demonstrate custom context menu items | Matthias Clasen | 2015-06-07 | 2 | -0/+113 |
| | | | | | | | Add bold/italics/underline styling to the context menu of the 'Lorem ipsum...' text view in page 1. The point is not to show good UI for this kind of styling, but to demonstrate custom actions in the context menu / touch selection. | ||||
* | Use built-in gtk-update-icon-cache | Cosimo Cecchi | 2015-05-24 | 2 | -2/+2 |
| | | | | | | | | | | | | | | To generate the icon cache files. We want to avoid a dependency loop if possible; additionally, on some Debian-based systems gtk-update-icon-cache maps to the GTK2 version of the utility and the GTK3 version is renamed to gtk-update-icon-cache-3.0. To avoid a build dependency on GTK2, use the binary that we just built in-tree. https://bugzilla.gnome.org/show_bug.cgi?id=749593 | ||||
* | Add a main category to desktop files | Matthias Clasen | 2015-05-14 | 3 | -3/+3 |
| | | | | This makes desktop-file-validate happy. | ||||
* | gtk3-demo: Add a page setup example | Matthias Clasen | 2015-05-12 | 4 | -1/+44 |
| | | | | | This mainly so I can fix deprecation warnings in the page setup dialog. | ||||
* | gtk-demo: Don't rely on gdk_cursor_get_image | Matthias Clasen | 2015-05-11 | 38 | -3/+83 |
| | | | | | This function is only implemented on X11. Instead, just use a fixed set of cursor images from resources. | ||||
* | gtk-demo: Port builder example away from GtkUIManager | Matthias Clasen | 2015-05-10 | 2 | -253/+349 |
| | | | | This makes gtk3-demo deprecation-free. | ||||
* | gtk-demo: Remove an unncessary define | Matthias Clasen | 2015-05-10 | 1 | -4/+1 |
| | | | | | The changedisplay example no longer uses and deprecated API, so don't disable deprecations. | ||||
* | gtk-demo: Drop cursor name fallback code | Matthias Clasen | 2015-05-08 | 1 | -63/+1 |
| | | | | | GdkCursor itself will now do whats necessary to support these names. | ||||
* | gtk3-demo: Add a cursors demo | Matthias Clasen | 2015-05-07 | 3 | -0/+223 |
| | |||||
* | gtk3-widget-factory: Simplify ui file | Matthias Clasen | 2015-05-04 | 1 | -440/+6 |
| | |||||
* | demo/glarea: Check errors on GtkGLArea | Emmanuele Bassi | 2015-03-25 | 1 | -0/+9 |
| | | | | | | We should not call OpenGL API if GtkGLArea is in an error state. https://bugzilla.gnome.org/show_bug.cgi?id=746746 | ||||
* | radio-menu-item: Add join_group() | Matthias Clasen | 2015-03-22 | 1 | -9/+12 |
| | | | | | | | | | | | The other Radio* widgets have this convenience method that removes the memory management of the opaque GSList used to handle the group from the API usable from language bindings (especially the ones not based on introspection). This commit adds gtk_radio_menu_item_join_group(). https://bugzilla.gnome.org/show_bug.cgi?id=671362 | ||||
* | gtk-demo: Plug a memory leak | Matthias Clasen | 2015-03-19 | 1 | -1/+1 |
| | |||||
* | widget-factory: Fix toolbar on page 3 | Matthias Clasen | 2015-03-19 | 1 | -0/+1 |
| | | | | Set toolbar-style to 'icons' to avoid rectangular buttons. |