Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | widget factory: Add an example for an insensitive model button | Matthias Clasen | 2015-03-16 | 1 | -0/+3 |
| | | | | | This will make it easier to make insensitive model buttons appear properly in other themes. | ||||
* | widget-factory: Add tab close buttons | Matthias Clasen | 2015-03-15 | 1 | -1/+1 |
| | | | | | This will make it easier to fix issues with such buttons in HighContrast. | ||||
* | widget-factory: Add a combo box separator example | Matthias Clasen | 2015-01-10 | 1 | -5/+34 |
| | | | | | This shows that combo box separators are currently broken in Adwaita. | ||||
* | widget-factory: Don't pulse dead widgets | Benjamin Otte | 2014-12-19 | 1 | -15/+10 |
| | | | | | | Causes crashes at cleanup and we don't want those. Also, code gets simpler. | ||||
* | widget-factory: Add a treeview separator row | Matthias Clasen | 2014-11-29 | 1 | -0/+19 |
| | | | | Suggested in https://bugzilla.gnome.org/show_bug.cgi?id=740851 | ||||
* | widget-factory: Add another osd | Matthias Clasen | 2014-11-05 | 1 | -0/+18 |
| | | | | This is modeled after the totem osd. | ||||
* | Improve warning | Matthias Clasen | 2014-10-30 | 1 | -1/+1 |
| | | | | | Mention the file that we're failing to load. That makes it obvious what is wrong. | ||||
* | widget-factory: Example for edge-overshot | Matthias Clasen | 2014-10-20 | 1 | -0/+84 |
| | | | | For extra fun, make some noise. | ||||
* | widget-factory: Add some vertical examples | Matthias Clasen | 2014-10-15 | 1 | -0/+100 |
| | | | | This adds both a vertical toolbar and vertically linked buttons. | ||||
* | widget-factory: More vertical linking examples | Matthias Clasen | 2014-10-04 | 1 | -0/+74 |
| | |||||
* | widget-factory: Make the record button more interesting | Matthias Clasen | 2014-10-03 | 1 | -0/+14 |
| | |||||
* | widget-factory: Add a sidebar example | Matthias Clasen | 2014-10-03 | 1 | -0/+8 |
| | |||||
* | widget-factory: Add a scale button | Matthias Clasen | 2014-10-02 | 1 | -0/+56 |
| | | | | | Instead of two volume buttons, make the second one a scale button and use microphones. | ||||
* | widget-factory: More variety in listbox content | Matthias Clasen | 2014-09-02 | 1 | -0/+20 |
| | | | | | | Add rows with buttons and checkboxes to the listbox example on page 2, and make the switch in row 1 toggle selection mode, to test various cases of widgets in 'selected context'. | ||||
* | widget-factory: Avoid a compiler warning | Matthias Clasen | 2014-08-13 | 1 | -1/+3 |
| | | | | This is adjusting to the draw_layer signature change. | ||||
* | widget-factory: Improve the flow box example | Matthias Clasen | 2014-08-12 | 1 | -5/+138 |
| | | | | | Make the selection actually do something. This is also an opportunity to test the new draw-layer vfunc in GtkTextView. | ||||
* | widget-factory: Add a flowbox example | Matthias Clasen | 2014-08-12 | 1 | -0/+77 |
| | | | | | This is now really polished yet, but will let us work towards 'responsive grid'. | ||||
* | widget-factory: Add a reset button to the notification | Debarshi Ray | 2014-08-11 | 1 | -0/+11 |
| | | | | | | | | Change the initial value to something that is not a multiple of 3, so that dismissing the notification on reset makes sense. Let's use 50 because that is already being used elsewhere. https://bugzilla.gnome.org/show_bug.cgi?id=734614 | ||||
* | widget-factory: Avoid a runtime warning | Matthias Clasen | 2014-07-22 | 1 | -10/+2 |
| | | | | | Don't set accelerators too early. GTK+ has not yet been initialized at that point in main. | ||||
* | widget-factory: Show accelerators | Matthias Clasen | 2014-07-20 | 1 | -0/+27 |
| | | | | | We set this up manually here. This could be automated by constructing the menubar from a menu model. | ||||
* | widget-factory: Add accelerators for some actions | Matthias Clasen | 2014-07-20 | 1 | -0/+22 |
| | | | | | | With this, Ctrl-Q will close the window, and Ctrl-D will toggle the dark theme. The accelerators are currently not shown in the (manually constructed) menus. | ||||
* | Trivial: Move resources into the same prefix | Matthias Clasen | 2014-07-19 | 1 | -1/+1 |
| | |||||
* | widget-factory: Mark selectable listbox rows non-activatable | Matthias Clasen | 2014-07-15 | 1 | -4/+3 |
| | | | | Having them selectable is sufficient to get the hover effect. | ||||
* | widget-factory: Use the new ::activatable property | Matthias Clasen | 2014-07-13 | 1 | -2/+2 |
| | |||||
* | widget-factory: Improve listbox example spacing | Matthias Clasen | 2014-07-13 | 1 | -0/+2 |
| | |||||
* | widget-factory: Fix the row activation example | Matthias Clasen | 2014-07-12 | 1 | -14/+22 |
| | | | | | Turns out ::activate on listbox rows is only for key bindings, so use ::row-activated. | ||||
* | widget-factory: Demonstrate listbox headers | Matthias Clasen | 2014-07-12 | 1 | -41/+77 |
| | | | | Add a less trivial examples of headers in the colors listbox. | ||||
* | widget-factory: Add some row activation to the listbox example | Matthias Clasen | 2014-07-12 | 1 | -0/+24 |
| | | | | This shows some fallout from the gesture conversion. | ||||
* | widget-factory: Do no crash on variadic arguments | Stefano Facchini | 2014-07-12 | 1 | -1/+1 |
| | |||||
* | widget-factory: Add another listbox example | Matthias Clasen | 2014-07-12 | 1 | -0/+79 |
| | | | | This one is long enough to scroll, and has selection. | ||||
* | widget-factory: This is not a unique app | Benjamin Otte | 2014-07-12 | 1 | -1/+1 |
| | | | | | When running widget-factory a 2nd time, it's usually to compare its output with a different version of widget-factory. | ||||
* | widget-factory: More treeview examples | Matthias Clasen | 2014-07-10 | 1 | -0/+104 |
| | | | | | The new treeview on page 3 sports expanders, grid and tree lines, alternating row colors, etc. | ||||
* | widget-factory: Use the new application resource support | Matthias Clasen | 2014-07-09 | 1 | -17/+0 |
| | |||||
* | widget-factory: Avoid a crash on exit | Matthias Clasen | 2014-07-06 | 1 | -5/+4 |
| | |||||
* | widget-factory: Unset needs-attention too | Matthias Clasen | 2014-07-04 | 1 | -6/+30 |
| | | | | | This is not done automatically, so unset needs-attention when the page becomes current. | ||||
* | widget-factory: show off needs-attention stack pages | Matthias Clasen | 2014-07-04 | 1 | -1/+25 |
| | | | | | | When clicking 'Action' in the 'Act' dialog, we mark the third page as needing attention a second later. This unveils that we currently don't have any theming for needs-attention in Adwaita. | ||||
* | widget-factory: Plug a memory leak | Matthias Clasen | 2014-06-28 | 1 | -5/+10 |
| | |||||
* | widget-factory: Small cleanup | Matthias Clasen | 2014-06-28 | 1 | -5/+1 |
| | | | | Use gtk_builder_new_from_resource and get rid of an unneeded GError. | ||||
* | widget-factory: Make the entry progress stop as well | Matthias Clasen | 2014-06-28 | 1 | -32/+47 |
| | |||||
* | widget-factory: Make the entry progress variable too | Matthias Clasen | 2014-06-28 | 1 | -1/+1 |
| | | | | | Make the scale that currently controls the speed of the progressbar control the progress speed in the entry as well. | ||||
* | widget factory: Use a property action for the toolbar toggle | Matthias Clasen | 2014-06-20 | 1 | -16/+4 |
| | | | | This is slightly more elegant than doing it manually. | ||||
* | widget factory: Add a statusbar | Matthias Clasen | 2014-06-20 | 1 | -0/+6 |
| | | | | | A widget that is not represented in the widget factory is likely to not get proper attention from theme authors. | ||||
* | widget-factory: Show some 'standard' dialog types | Matthias Clasen | 2014-06-05 | 1 | -1/+32 |
| | | | | | | Add examples for the types of dialog that are mentioned in the GNOME HIG: information dialogs, action dialogs and preference dialogs. | ||||
* | widget-factory: populate the second page more | Matthias Clasen | 2014-04-29 | 1 | -13/+59 |
| | | | | | Add back a menubar example that was lost a while ago, and also include a searchbar and an infobar. | ||||
* | widget-factory: Add a horizontal-buttons example | Matthias Clasen | 2014-04-29 | 1 | -3/+4 |
| | | | | Sadly, we don't have good icons for payment methods... | ||||
* | Add a popover menu example to gtk3-widget-factory | Matthias Clasen | 2014-04-27 | 1 | -0/+7 |
| | |||||
* | widget-factory: Clean up on shutdown | Matthias Clasen | 2014-04-12 | 1 | -4/+4 |
| | |||||
* | widget-factory: Add a listbox example | Matthias Clasen | 2014-04-12 | 1 | -0/+19 |
| | |||||
* | widget-factory: add entry progress modes | William Jon McCann | 2014-02-26 | 1 | -0/+43 |
| | |||||
* | widget-factory: Make the activity mode more complete | Matthias Clasen | 2013-11-11 | 1 | -14/+24 |
| | | | | | Test the 'no more pulse' situation. When the slider goes all the way to the right towards slow, we remove the pulse timeout. |