3462fcf9a0
meson: Follow gnome conventions for build option names
2019-04-11 16:46:22 +02:00
e47440def5
meson: Don't make the man pages build depend on the documentation option
...
Include all meson build files under docs/ and check with get_option() there.
2019-04-11 16:45:36 +02:00
d52dad2042
autotools: dist all meson related build files
2019-04-11 16:45:36 +02:00
212efbdd81
meson: build docs and man pages
...
Lots of warnings, so something is probably still missing.
2019-04-11 16:45:36 +02:00
2905fc861a
Revert "Fix deprecation warnings"
...
This reverts commit 5aedfe048b
.
It had a typo that broke the build, only replaced half of the uses, and
replaced them with other functions that are also deprecated anyway.
2018-12-12 19:03:57 +00:00
5aedfe048b
Fix deprecation warnings
2018-12-12 12:46:09 -05:00
f3110e4103
Rename GtkSidebar to GtkStackSidebar
...
GtkSidebar is too generic and doesn't fully convey what the widget does.
https://bugzilla.gnome.org/show_bug.cgi?id=744094
2015-02-13 18:01:56 +01:00
7ff3c6df80
Fix distcheck differently
...
The previous fix fixed distcheck, but broke distclean.
2014-12-17 06:14:13 -05:00
de2e3c2c2e
Fix distcheck
...
Using an absolute path with subdir-objects failed in distcheck.
2014-11-30 20:53:07 -05:00
645664f20d
Use subdir-objects for docs/tools
2014-11-30 19:22:00 -05:00
5ee7445048
Add GtkSidebar to the widget gallery
2014-10-22 01:13:00 -04:00
247f2c9192
Add GtkGLArea to the widget gallery
2014-10-22 01:13:00 -04:00
8aa9a4c385
Better thumbnail for GtkTreeView
...
This one makes it more obvious that it is a tree with multiple
columns and not just multiline text.
https://bugzilla.gnome.org/show_bug.cgi?id=528800
2014-09-06 22:00:21 -04:00
ece9ae4bc5
gtkwindow: Remove resize grips
...
Resize grips were introduced for GNOME 3.0, before we had any of the
"new GNOME app" features like invisible borders and CSD. With OS X 10.6
and 10.7, Apple has replaced the classic grips in their applications
with invisible borders as well.
New GNOME app designs don't use resize grips anymore and the new
default theme for GTK+, Adwaita, disables them entirely by forcing their
width and height to 0.
They're past their time. Remove the code to support them. This can
always be reverted if some app relies on them.
2014-07-03 12:58:41 -04:00
6f2eb1d627
docs: Remove unused variable
2014-06-11 01:18:04 +02:00
5b5cf89a63
Add GtkActionBar and GtkSearchBar to visual index
...
These were missing.
2014-06-09 21:41:43 -04:00
abe9ce45f3
docs: fix headerbar screenshot
2014-02-25 20:41:36 -05:00
83ed0f8d47
docs: shorten the shooter timeout
2014-02-13 20:59:26 -05:00
686de28701
docs: fix the display of message dialog
2014-02-13 20:47:26 -05:00
d88c074197
docs: don't add a border around info bars
2014-02-13 20:47:26 -05:00
1f38477f29
docs: fix the doc shooting for the volume button
2014-02-13 20:47:25 -05:00
57c618e887
docs: don't try to get the frame for CSD windows
2014-02-13 20:47:25 -05:00
9bb3b2ae3c
docs: get the pixbuf options from the existing instead of hardcoding.
2014-02-13 20:47:25 -05:00
7796e7863c
docs: don't use a loop for the docs shooter
2014-02-13 20:47:25 -05:00
943d575ec3
Add GtkFlowBox
...
GtkFlowBox is a container that its children in a reflowing
grid, which can be oriented horizontally or vertically.
It is similar to GtkListBox in that the children can
be sorted and filtered, and by requiring a dedicated child
widget type, GtkFlowBoxChild. It is similar to GtkTreeView
in that is supports a full set of selection modes, including
rubberband selection.
This is the culmination of work that has happened in the
egg-list-box module, and earlier in libegg. The origins of
this code are the EggSpreadTable in libegg, which was written
by Tristan van Berkom. It was moved to egg-list-box and
renamed EggFlowBox by Jon McCann, and I gave it some finishing
touched in the flowbox-improvements branch of that module.
2013-10-06 23:31:17 -04:00
671b3181b0
Revert "shooter: Use the reftests code for taking screenshots"
...
This reverts commit 5c926ca6bb
.
This commit just dropped the nice shadow that we used to have
around these shots, without a justification.
2013-09-29 22:20:20 -04:00
a92859a447
Revert "shooter: Make sure to free the surface"
...
This reverts commit 1a0c5acb26
.
2013-09-29 22:20:20 -04:00
f5ea5996b4
docs: make the spinner spin for the screenshot
2013-07-17 20:48:59 -04:00
580c35937a
docs: use a nicer image for the screenshot
2013-07-17 20:48:59 -04:00
db3ef57cf5
docs: don't vertically fill statusbar
2013-07-17 20:48:59 -04:00
06186b9a88
docs: remove deprecated font selector screenshot
2013-07-17 20:48:59 -04:00
5264ba2705
docs: remove deprecated color selection screenshot
2013-07-17 20:48:59 -04:00
77da3f5cc2
docs: update copyright text
2013-07-17 20:48:59 -04:00
31a38a6793
docs: make bar widgets stretch horizontally in shots
2013-07-17 20:48:59 -04:00
becc69055f
docs: don't use an icon by default in the combobox shot
2013-07-17 20:48:59 -04:00
1a0c5acb26
shooter: Make sure to free the surface
2013-07-17 20:10:05 -04:00
5c926ca6bb
shooter: Use the reftests code for taking screenshots
2013-07-17 16:57:55 -04:00
52601e936d
doc-shooter: Remove inappropriate menu usage
2013-07-17 15:15:40 -04:00
6449b4a610
tools: Fix casting warnings
2013-07-08 16:17:18 +02:00
2741672cf1
Add GtkListBox to the widget gallery
2013-06-30 01:28:37 -04:00
8e69f87a46
Fixup some of the example widgets used in the docs
2013-06-26 21:35:40 -04:00
d9a28a875c
doctools: Remove unused variable
2013-05-28 16:06:59 +02:00
0f1e781f32
Add new widgets to the gallery
...
Make GtkHeaderBar, GtkPlacesSidebar, GtkStack and GtkStackSwitcher
show up in the gallery.
2013-05-27 16:40:43 -04:00
c69d2e4254
Generate new images
2013-04-24 21:56:08 -04:00
ce869921ab
Don't use gtk_scrolled_window_add_with_viewport() in tests
...
https://bugzilla.gnome.org/show_bug.cgi?id=693015
2013-02-01 22:58:55 -05:00
0244dc8017
GtkMenuButton: rename _set_menu() to _set_popup()
...
It's too close to the release so we'll keep _set_menu() around, but
deprecate it, pointing to the new API. It will be removed (and the name
reused) before the 3.6.0 release.
https://bugzilla.gnome.org/show_bug.cgi?id=682235
2012-08-20 17:04:14 -04:00
1067627131
Add labels to some visual index images
2012-08-04 19:11:43 -04:00
aa21c34911
Add GtkMenuButton and GtkSearchEntry to gallery
...
At the same time, remove GtkComboBoxEntry, which no longer exists.
2012-07-13 23:07:24 -04:00
f9be52cb2f
Add color and font chooser to the widget gallery
2012-02-14 23:48:36 -05:00
0333ed97fe
tools: Work with deprecated APIs
...
We want to screenshot deprecated widgets, so we'd better not fail when
using them.
2011-11-09 03:23:43 +01:00