- 26 May, 2016 1 commit
-
-
Matthias Clasen authored
-
- 20 May, 2016 1 commit
-
-
Ondrej Holy authored
Use g_drive_is_removable for external drives detection. Current heuristic fails in some cases (e.g. when removable drive is attached before login), see Bug 765457. Bump GLib version accordingly. https://bugzilla.gnome.org/show_bug.cgi?id=765924
-
- 16 May, 2016 1 commit
-
-
- 10 May, 2016 1 commit
-
-
Chun-wei Fan authored
Some compilers we support, such as pre-2013 Visual Studio, does not support for INIFINITY, log2() and exp2(), so check for exp2() and log2() during configure, and use fallbacks for them and INIFINTY if they are not found. https://bugzilla.gnome.org/show_bug.cgi?id=766207
-
- 29 Apr, 2016 2 commits
-
-
Руслан Ижбулатов authored
When checking for cairo_win32_surface_create_with_format in -lcairo, temporarily put CAIRO_LIBS into LIBS so that AC_CHECK_LIB() can find it in weird places like /usr/local/lib, where gcc would not look on its own. https://bugzilla.gnome.org/show_bug.cgi?id=765793
-
Руслан Ижбулатов authored
1.14.x series does not contain the functionality needed by GTK+. Advise to use 1.15.x (1.15.2 is available) or 1.16.x (yet to be released). https://bugzilla.gnome.org/show_bug.cgi?id=765790
-
- 28 Apr, 2016 1 commit
-
-
Руслан Ижбулатов authored
-
- 27 Apr, 2016 1 commit
-
-
Matthias Clasen authored
-
- 19 Apr, 2016 1 commit
-
-
Chun-wei Fan authored
This first adds a common autotools module that can be included by the Makefile.am's to generate the file lists and the g-ir-scanner/ g-ir-compiler command lines to build the introspection files. The autotools files for gdk/ and gtk/ are then updated to generate the full file lists needed to build the introspection files, with the full command lines for g-ir-scanner and g-ir-compiler as NMake Makefile modules that can be used to build the introspection files for Visual Studio builds. https://bugzilla.gnome.org/show_bug.cgi?id=765195
-
- 06 Apr, 2016 1 commit
-
-
Carlos Garnacho authored
Needed for tablet support
-
- 29 Mar, 2016 1 commit
-
-
Emmanuele Bassi authored
Otherwise newly added API will start warning.
-
- 25 Mar, 2016 1 commit
-
-
Matthias Clasen authored
-
- 21 Mar, 2016 1 commit
-
-
Matthias Clasen authored
-
- 10 Mar, 2016 1 commit
-
-
Carlos Soriano authored
So nautilus and other consumers of the sidebar can use the non API-broken API of the sidebar.
-
- 02 Mar, 2016 2 commits
-
-
Chun-wei Fan authored
We need to drop the reference to it in configure.ac as well...
-
Matthias Clasen authored
-
- 24 Feb, 2016 1 commit
-
-
Matthias Clasen authored
-
- 22 Feb, 2016 1 commit
-
-
Chun-wei Fan authored
On Visual Studio, unlike MinGW, manifest files are embedded via including the manifest file as a resource file in the projects, not via the .rc file. This means that the line in the .rc file that specifies the manifest file would cause trouble, so that line gets removed when the full gtk3-win32.rc is generated on Visual Studio builds, otherwise 2010+ Visual Studio will complain when compiling the .rc file. Also, the inclusion of winuser.h will cause warnings during the compilation of the .rc file. Fix this by isolating the Win32 resource portions of gtk-win32.rc.in to gtk-win32.rc.body.in and: -On MinGW, construct the full gtk-win32.rc by doing the winver.h and winuser.h inclusion first, then append the contents of gtk-win32.rc.body, and then appending the line to embed the manifest file. -On Visual Studio, simply copy the gtk-win32.rc.body to gtk-win32.rc, and generate the full libgtk3.manifest file. https://bugzilla.gnome.org/show_bug.cgi?id=762311
-
- 17 Feb, 2016 1 commit
-
-
Matthias Clasen authored
-
- 30 Jan, 2016 1 commit
-
-
Matthias Clasen authored
-
- 26 Jan, 2016 2 commits
-
-
Emmanuele Bassi authored
The demo also uses PangoFt2 API.
-
Emmanuele Bassi authored
The font features demo started calling the Harfbuzz API directly starting from commit 9de3b24c. Harfbuzz is an implicit dependency of Pango on some platforms, but it's not part of the public dependencies; this means that we cannot expect to link to Pango and automatically get Harfbuzz symbols to link against — especially when things like --as-needed are in play. This change triggered build failures on non-Unix platforms, fixed by commit 2a996773, as well as build failures in Continuous, with this error message: /usr/lib/gcc/x86_64-gnomeostree-linux/4.9.3/../../../../x86_64-gnomeostree-linux/bin/ld: font_features.o: undefined reference to symbol 'hb_tag_to_string' //lib/libharfbuzz.so.0: error adding symbols: DSO missing from command line collect2: error: ld returned 1 exit status In order to get the font features demo to build everywhere we should take an explicit, though optional, check on Harfbuzz, and conditionally build the font features demo with the right compiler and linker flags.
-
- 20 Jan, 2016 1 commit
-
-
Kalev Lember authored
Needed since commit 1045dda0
-
- 19 Jan, 2016 1 commit
-
-
Matthias Clasen authored
-
- 08 Jan, 2016 1 commit
-
-
Matthias Clasen authored
-
- 03 Jan, 2016 2 commits
-
-
Matthias Clasen authored
This uses the same function for dumping CSS nodes and styles as the CSS node test. It can be used to test aspects of inheritance and matching, as well as initial values. No actual tests yet.
-
Matthias Clasen authored
No actual tests yet.
-
- 30 Dec, 2015 1 commit
-
-
Руслан Ижбулатов authored
Also use MS variant of flockfile, if available (requires MSVCRT compatible with MSVCR90 or newer).
-
- 16 Dec, 2015 1 commit
-
-
Matthias Clasen authored
-
- 04 Dec, 2015 1 commit
-
-
Matthias Clasen authored
-
- 26 Nov, 2015 1 commit
-
-
Jonas Ådahl authored
Instead of having our own copy of the pointer gestures XML file, use the one installed by wayland-protocols. Since pointer gestures is an unstable protocol, it went through the unstable protocol naming convention changes, which is reflected in this commit. https://bugzilla.gnome.org/show_bug.cgi?id=758634
-
- 24 Nov, 2015 1 commit
-
-
Matthias Clasen authored
-
- 20 Nov, 2015 1 commit
-
-
Matthias Clasen authored
-
- 28 Oct, 2015 1 commit
-
-
Matthias Clasen authored
-
- 15 Oct, 2015 1 commit
-
-
William Hua authored
-
- 09 Oct, 2015 1 commit
-
-
Takao Fujiwara authored
Load /usr/share/X11/locale/$LOCALE/Compose and $HOME/.XCompose dynamically. https://bugzilla.gnome.org/show_bug.cgi?id=721120
-
- 04 Oct, 2015 1 commit
-
-
Matthias Clasen authored
Otherwise, internal use of new API causes deprecation warnings.
-
- 03 Oct, 2015 1 commit
-
-
Matthias Clasen authored
-
- 22 Sep, 2015 1 commit
-
-
Matthias Clasen authored
-
- 21 Sep, 2015 1 commit
-
-
Benjamin Otte authored
Use a different CFLAGS variable to carry them. I chose the DEBUG_FLAGS because that's essentially what those flags are: debug helpers.
-