2002613012
styleproperties: Move into deprecated directory
2014-10-24 21:31:40 +02:00
a51378dda8
styleproperties: Deprecate
2014-10-24 21:31:40 +02:00
433c20e59d
styleproperties: Remove header where it's not used
2014-10-24 21:31:40 +02:00
e2a0780543
styleproperties: Remove unused function
2014-10-24 21:31:40 +02:00
a1f7c459b7
css: Disallow bypassing value computation
...
This special code was added back in the days when computation wasn't
idemptotent. These days it is.
Also, the bypass code path is only used in fallback code that is pretty
much unused.
2014-10-24 21:31:40 +02:00
ec8a29b0c2
css: Remove unneeded header
2014-10-24 21:31:39 +02:00
40c129f906
Updated Spanish translation
2014-10-24 19:18:54 +02:00
f32ec2e4be
widget-factory: Add mnemonics in the prefs dialog
...
This helps testing the mmemonic label display in the inspector,
and is just good practice.
2014-10-24 08:34:13 -04:00
1aa3000ae6
Inspector: Show more misc info about widgets
...
This adds clip area, accessible role, mapped, realize,
is-toplevel, child-visible, mnemonic labels and tick
callbacks to the displayed information.
2014-10-24 08:34:13 -04:00
a55000613a
Add private API to query tick callbacks
...
This information can be useful for debugging purposes.
2014-10-24 08:34:13 -04:00
21536775d7
widget-factory: set show-border to false on page 3 notebooks
2014-10-24 13:08:06 +02:00
1c3475d58a
Revert "Adwaita: axes borders of notebooks inside frame"
...
This reverts commit 01e6811776
.
This assumption doesn't work latelly
2014-10-24 13:01:41 +02:00
6ae1dc73c7
Updated Serbian translation
2014-10-24 10:38:56 +02:00
579c56ffd7
Visual Studio Builds: Update "Installation"
...
Add the newly-added public headers for GDK and GTK into the list of files
to "install".
2014-10-24 15:59:18 +08:00
8b1648fe5b
Visual Studio Builds: Update the gtk3-demo Projects
...
The gtkglarea and sidebar demos have been added, so build them in the
projects. Note that the gtkglarea code is not usable under Windows at this
point as implementation is needed for the GDK-Win32 backend.
2014-10-24 15:58:20 +08:00
aa47269273
Visual Studio Builds: Link to libepoxy
...
Patches have been submitted to the libepoxy project so that it can be built
under Visual Studio. This will allow the GDK, GTK and gtk3-demo projects
to build, but the gtkglarea code is not usable at this time as
implementation needs to be added to the GDK-Win32 backend for it.
2014-10-24 15:56:46 +08:00
a8c79c2da1
Fix Up Visual Studio Property Sheets
...
"Install" gdkbroadwaydisplay.h, as it is a public header of GDK Broadway,
also fix the MSVC 2010+ gtk-copy-gdk-broadway.props property sheet as a
'>' is missing. Sorry for not noting these issues earlier, as MSVC
Broadway builds were recently restored. My bad :|
2014-10-24 12:53:51 +08:00
1c099ec784
gtk/deprecated/gtkstatusicon.c: Fix Build on C89 Compilers
...
Declare variable at the top of the block, which is needed from the change
in commit 1bad7865
.
2014-10-24 12:23:31 +08:00
183257f9e1
docs: Add replacement example for ImageMenuItem
...
Otherwise we will be doomed to answer the question of how to replace
GtkImageMenuItem for all eternity.
2014-10-23 17:42:19 +01:00
0144861dca
gdkglcontext-x11: Use epoxy/glx.h rather then GL/glx.h
2014-10-23 14:29:45 +02:00
86ff51b842
configure: wayland-egl drop version since it is part of mesa not wayland
2014-10-23 14:29:45 +02:00
98452efea2
Updated Hungarian translation
2014-10-23 10:50:50 +00:00
1bad7865d3
Fix to gtkstatusicon.c to allow building both X11 and Quartz backends
...
https://bugzilla.gnome.org/show_bug.cgi?id=739005
2014-10-22 22:56:51 -04:00
2893a71a3e
Implement support for ATK_STATE_HAS_TOOLTIP
...
https://bugzilla.gnome.org/show_bug.cgi?id=738982
2014-10-22 22:55:13 -04:00
318c97c959
Fix mispositioned window menu in hi-dpi
...
We always want to send the position in device pixels,
so apply the window scale before sending them out.
https://bugzilla.gnome.org/show_bug.cgi?id=738955
2014-10-22 22:49:31 -04:00
35486e7990
gdk/broadway/toarray.pl: Fix Code Generation for MSVC
...
The current implementation of this script generate headers with \x-escaped
strings that can become too long (> 65535 characters) for Visual Studio
to consume, hence the build of broadwayd would break on Visual Studio.
This changes the script to instead format the string as an array of hex
characters, not unlike what GResource does, so that builds can continue as
normal on Visual Studio builds as well.
https://bugzilla.gnome.org/show_bug.cgi?id=739001
2014-10-23 09:12:22 +08:00
7b6a6c9421
tests/gtk: Add GdkX11GLContext to the whitelist
...
We cannot create them directly anyway.
2014-10-22 21:20:52 +01:00
9464415121
tests/a11y/about: Fix expected text
...
We recently changed the uppercase licensing text to lower case. The
reference test that checks the contents of the about dialog has to be
fixed to reflect that change.
2014-10-22 21:17:37 +01:00
0f26b26f1d
Gdk: add an experimental backend for mir
...
This is disabled by default. Enable with --enable-mir-backend.
This backend is a combined work of Robert Ancell and Ryan Lortie.
2014-10-22 11:17:15 -05:00
4e66cca58d
Visual Studio Builds: Fix broadwayd Build
...
There is now a broadway-buffer.c source that needs to be built for this, so
add it into the projects. Since crypt() is no longer used, don't include
crypt.c in the builds, and so clean up the projects a bit.
2014-10-22 19:40:48 +08:00
911f3fb6d2
Drop a reference to gtkthemingengineprivate.h
...
That file does not exist.
2014-10-22 01:18:54 -04:00
15845b53cd
3.15.0
2014-10-22 01:13:00 -04: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
fc13ff501d
GtkSidebar: Make docs show up
2014-10-22 01:13:00 -04:00
e14c0bb394
Document gtk_sidebar_get_stack
2014-10-22 01:12:59 -04:00
33851dbe24
Document gtk_printer_option_set_get_groups
2014-10-22 01:12:59 -04:00
10f3d330be
Fix docs for gtk_settings_set_property_value
2014-10-22 00:32:38 -04:00
f73db86a63
Fix docs for gtk_css_provider_load_from_resource
2014-10-22 00:32:38 -04:00
9fb44a3c67
Add all sidebar API to the docs
2014-10-22 00:32:38 -04:00
3b3a623520
Add new papersize api to the docs
2014-10-22 00:32:32 -04:00
cc31235d2e
Add a 3.16 index
...
We have new GDK api already.
2014-10-21 23:56:36 -04:00
0f309c9dcf
Skip GdkX11GLContext in some object tests
...
Since it can't be constructed without specifying a GdkWindow,
which we don't have here.
2014-10-21 23:48:12 -04:00
6440263ef3
GL: Follow naming conventions
...
All the GDK type defines are GDK_TYPE_..., so follow this
pattern for the GLContext subclasses as well.
2014-10-21 23:48:12 -04:00
7d96770453
cssnodedeclaration: Fix src/dest swap in memmove()
...
The main cause here were the wrong style classes being removed, such as
"message-dialog" instead of "csd" for GtkMessageDialog.
2014-10-22 03:39:17 +02:00
cf5f6759f0
Adwaita: use -gtk-icon-source: none on paned...
...
...to get rid of the handle decoration istead of setting a transparent
background and abuse a background image for the background color.
2014-10-21 20:35:50 +02:00
c2864a81a4
modelbutton: Fix up for style context changes
...
- Don't do work anymore that's done in GtkButton
- Don't do a save/restore just to set the state, instead set the state
in the right places.
2014-10-21 20:31:05 +02:00
727bdd1929
inspector: Add missing directory when scanning for themes
2014-10-21 20:31:05 +02:00
298974b9da
Adwaita: colorswatch on selected elements style fix
2014-10-21 16:34:42 +02:00
01e6811776
Adwaita: axes borders of notebooks inside frame
...
This is what the old adwaita did, not having a better solution for
removing double borders, better to have this back even if it can
be problematic in certain cases.
2014-10-21 15:37:39 +02:00