Matthias Clasen
0aa57d26b5
Move wholly deprecated classes to gtk/deprecated/
...
We've recently a number of classes wholly. For these cases,
move the headers and sources to gtk/deprecated/ and adjust
Makefiles and includes accordingly.
Affected classes:
GtkAction
GtkActionGroup
GtkActivatable
GtkIconFactory
GtkImageMenuItem
GtkRadioAction
GtkRecentAction
GtkStock
GtkToggleAction
GtkUIManager
2013-07-19 21:39:47 -04:00
Chun-wei Fan
d7b6827856
gtk/gtkrecentchooser.c: Avoid C99isms
...
Declare variables at the top to the block.
G_GNUC_BEGIN_IGNORE_DEPRECATIONS and G_GNUC_END_IGNORE_DEPRECATIONS with
a ';' at the end is still considered a statement, even if these macros
expand to nothing, which C89 compilers don't really like (oddly speaking)-
but this is life.
2013-07-19 18:38:27 +08:00
Chun-wei Fan
ce30d16da1
gdk/gdkoffscreenwindow.c: Include fallback-c89.c
...
This is necessary as we are using round() here, which is not universally
available.
2013-07-19 18:33:42 +08:00
Chun-wei Fan
4fcc1a83e0
Update gtk3-demo Visual C++ Projects
...
Remove the demos were removed due to deprecation of APIs
2013-07-19 18:32:38 +08:00
Milo Casagrande
4cafc4222b
[l10n] Updated Italian translation.
2013-07-19 09:56:02 +02:00
William Jon McCann
810313763e
tests: don't use tearoff menus in combobox
2013-07-18 12:16:02 -04:00
William Jon McCann
6f7b0cac94
Deprecate tear off menus
2013-07-18 12:16:02 -04:00
Marek Černocký
285096e4e2
Updated Czech translation
2013-07-18 15:24:16 +02:00
Marek Černocký
b98186a871
Updated Czech translation
2013-07-18 15:16:49 +02:00
William Jon McCann
2378bff415
Use proper quotation marks
...
As per https://wiki.gnome.org/GnomeOS/Design/Whiteboards/Typography
2013-07-17 22:37:50 -04:00
William Jon McCann
67bfa41645
docs: use a separate platform support section
2013-07-17 21:38:13 -04:00
William Jon McCann
837402496a
docs: move core and theming under widgets
...
They aren't that interesting.
2013-07-17 21:32:42 -04:00
William Jon McCann
0da8b2b468
docs: move stock to deprecated
2013-07-17 21:31:44 -04:00
William Jon McCann
3b0782e0bf
docs: update the order of widgets to put recommended ones on top
2013-07-17 21:28:28 -04:00
William Jon McCann
1a9c0c9cae
docs: move imagemenuitem to deprecated
2013-07-17 21:15:37 -04:00
William Jon McCann
a14b810e70
docs: move builder to under applications
2013-07-17 21:11:35 -04:00
William Jon McCann
fcc136b456
docs: move action support into deprecated
2013-07-17 21:11:01 -04:00
William Jon McCann
a366d99890
docs: move application support to the top of the widget list
2013-07-17 21:10:29 -04:00
William Jon McCann
d861be9bd3
docs: Use sections in the widget gallery
2013-07-17 20:48:59 -04:00
William Jon McCann
e550c25eec
docs: remove deprecated font and color selectors from gallery
2013-07-17 20:48:59 -04:00
William Jon McCann
dc3a7ddb6b
docs: update generated images of widgets
2013-07-17 20:48:59 -04:00
William Jon McCann
a4332e7f69
Set reasonable minimum size for the file chooser
...
At small sizes it just looks broken.
2013-07-17 20:48:59 -04:00
William Jon McCann
94ebe21068
Add a bit of margin on the statusbar
...
So that the text doesn't touch the side of the window. And it
looks much cleaner.
2013-07-17 20:48:59 -04:00
William Jon McCann
f5ea5996b4
docs: make the spinner spin for the screenshot
2013-07-17 20:48:59 -04:00
William Jon McCann
580c35937a
docs: use a nicer image for the screenshot
2013-07-17 20:48:59 -04:00
William Jon McCann
db3ef57cf5
docs: don't vertically fill statusbar
2013-07-17 20:48:59 -04:00
William Jon McCann
06186b9a88
docs: remove deprecated font selector screenshot
2013-07-17 20:48:59 -04:00
William Jon McCann
5264ba2705
docs: remove deprecated color selection screenshot
2013-07-17 20:48:59 -04:00
William Jon McCann
77da3f5cc2
docs: update copyright text
2013-07-17 20:48:59 -04:00
William Jon McCann
31a38a6793
docs: make bar widgets stretch horizontally in shots
2013-07-17 20:48:59 -04:00
William Jon McCann
becc69055f
docs: don't use an icon by default in the combobox shot
2013-07-17 20:48:59 -04:00
Jasper St. Pierre
1a0c5acb26
shooter: Make sure to free the surface
2013-07-17 20:10:05 -04:00
Matthias Clasen
a74d394738
Add AudioMicMute
...
This keysym was recently added to XF86keysym.h.
2013-07-17 17:52:19 -04:00
Jasper St. Pierre
5c926ca6bb
shooter: Use the reftests code for taking screenshots
2013-07-17 16:57:55 -04:00
Jasper St. Pierre
e08f074bd2
gdkkeysyms-update: Remove workarounds for old bugs
2013-07-17 16:40:05 -04:00
Jasper St. Pierre
585bee3fa7
gdkkeysyms-update: Just overwrite gdkkeysyms.h
2013-07-17 16:27:49 -04:00
Jasper St. Pierre
52601e936d
doc-shooter: Remove inappropriate menu usage
2013-07-17 15:15:40 -04:00
Jasper St. Pierre
94d6971ca4
docs: Remove old refcounting file
...
This references GTK+2-era objects, and isn't really useful anymore.
2013-07-17 14:48:19 -04:00
William Jon McCann
519930cfc6
docs: use informal figures for screenshots
2013-07-17 13:09:28 -04:00
William Jon McCann
8e3f8d8720
docs: update getting started screenshots
2013-07-17 09:59:12 -04:00
William Jon McCann
c8d4d24425
docs: add filename hints for getting started examples
2013-07-17 09:59:12 -04:00
William Jon McCann
497c7f3df0
docs: fix use of multiplication typography
2013-07-17 09:59:12 -04:00
Victor Ibragimov
41331ddc19
Tajik translation updated
2013-07-17 11:54:15 +05:00
Giovanni Campagna
047d60e797
gdk/wayland: cope with the compositor implementing an older protocol than us
...
If we bind to a global with an higher version than implemented, or
we make requests that appeared in a later version, we would get
fatal wayland errors.
https://bugzilla.gnome.org/show_bug.cgi?id=704104
2013-07-16 18:19:08 +02:00
Victor Ibragimov
aca3df3000
Tajik translation updated
2013-07-16 13:43:57 +05:00
Benjamin Otte
7b564cd7ed
reftests: Fix broken reftest
...
GtkMenuItem has no accel group.
2013-07-16 00:58:46 +02:00
Kjartan Maraas
0f8b964f4b
Updated Norwegian bokmål translation
2013-07-15 19:41:49 +02:00
William Jon McCann
31a2cea4b1
Fix infobar docs to not mention type colors
...
The theme may not use colors to distinguish the info bar
message types.
2013-07-15 13:19:55 -04:00
William Jon McCann
168f425df0
Make the info bar action area border the same as the internal spacing
...
Using a consistent spacing feels much more polished.
2013-07-15 13:19:55 -04:00
William Jon McCann
75c8be6b66
Make info bar action area horizontal
...
A vertical action area causes the info bar to be imposingly large.
This defeats the whole point of the info bar which is to be
unobtrusive. Not to mention it is impossible to make it look
and feel good.
2013-07-15 13:19:55 -04:00