Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make gdk.la and gsk.la a noninst helper library | Alexander Larsson | 2016-10-26 | 1 | -14/+1 |
| | | | | | | | | This merged gtk, gdk and gsk into one library, making it possible to have internal private APIs between gtk them, as well as producing more efficient code. https://bugzilla.gnome.org/show_bug.cgi?id=773100 | ||||
* | gsk: Initial commit / build environment | Emmanuele Bassi | 2016-10-18 | 1 | -2/+3 |
| | |||||
* | API: Remove libgail-util | Benjamin Otte | 2016-10-16 | 1 | -1/+1 |
| | |||||
* | Drop deprecated autoconf macro | Matthias Clasen | 2016-10-07 | 1 | -1/+1 |
| | | | | | AM_PATH_GTK_3_0 is deprecated, use PKG_CHECK_MODULES([GTK], [gtk+-3.0]) instead. | ||||
* | Switch gettext domain from gtk30 to gtk40 | Matthias Clasen | 2016-10-07 | 1 | -1/+1 |
| | |||||
* | Rename pc files from 3.0 to 4.0 | Matthias Clasen | 2016-10-07 | 1 | -25/+25 |
| | |||||
* | Remove config.rpath from EXTRA_DIST | Emmanuele Bassi | 2016-08-09 | 1 | -1/+0 |
| | | | | | | | | | The config.rpath script was added by running gettextize, but it's not really needed, as config.rpath is generated by autotools and it's included in the dist tarball automatically. Upstream gettextize has been fixed so it does not happen any more: http://savannah.gnu.org/bugs/index.php?48729 | ||||
* | Modify git.mk to handle our split NLS directories | Emmanuele Bassi | 2016-08-03 | 1 | -8/+2 |
| | | | | | | | | | | | GTK+ has two directories for translations: the default 'po' and the additional 'po-properties' for the GObject properties translation domain. Since the content of the translations directories are filled by autoreconf and gettext, and are duplicated between the two gettext domains we use, we should handle this ad hoc inside git.mk, instead of trying to catch up by adding po-properties files in GITIGNOREFILES. | ||||
* | Use upstream gettext | Javier Jardón | 2016-05-16 | 1 | -2/+2 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=373745 | ||||
* | Use AM_DISTCHECK_CONFIGURE_FLAGS | Matthias Clasen | 2016-03-30 | 1 | -1/+1 |
| | | | | This is preferred over DISTCHECK_CONFIGURE_FLAGS in modern automake. | ||||
* | Make a pot generating command available | Matthias Clasen | 2015-03-03 | 1 | -1/+2 |
| | | | | | Translators don't want to run autogen before generating pot, so give them a script. | ||||
* | Stop building extract-strings | Matthias Clasen | 2015-02-26 | 1 | -1/+1 |
| | | | | It is no longer needed. | ||||
* | Fix ChangeLog generation | Matthias Clasen | 2014-11-30 | 1 | -4/+3 |
| | | | | | missing is no longer in the toplevel directory. Also, clean up some file lists. | ||||
* | Generate README and INSTALL from configure | Matthias Clasen | 2014-11-30 | 1 | -12/+6 |
| | |||||
* | Gdk: add an experimental backend for mir | Robert Ancell | 2014-10-22 | 1 | -2/+4 |
| | | | | | | This is disabled by default. Enable with --enable-mir-backend. This backend is a combined work of Robert Ancell and Ryan Lortie. | ||||
* | Drop another old, unused script | Matthias Clasen | 2014-09-21 | 1 | -1/+0 |
| | |||||
* | Drop a few rules that aren't used anymore | Matthias Clasen | 2014-09-04 | 1 | -23/+1 |
| | | | | These rules haven't been exercised in ages, time to drop them. | ||||
* | Fix cross references in docs in tarballs | Matthias Clasen | 2014-09-04 | 1 | -0/+1 |
| | | | | This approach is copied from Pango. | ||||
* | Update DISTCHECK_CONFIGURE_ARGS | Matthias Clasen | 2014-08-10 | 1 | -5/+5 |
| | | | | | The --disable-rebuilds option does not exist anymore, so remove it. At the same time, add --enable-installed-tests. | ||||
* | Update Makefile.am for one more gitignore rule | Jasper St. Pierre | 2014-06-19 | 1 | -0/+1 |
| | |||||
* | Forgotten file | Matthias Clasen | 2014-05-27 | 1 | -1/+1 |
| | | | | Oops. | ||||
* | Update git.mk, respects AC_CONFIG_AUX_DIR now | Behdad Esfahbod | 2013-07-11 | 1 | -13/+4 |
| | |||||
* | Add more .pc files to .gitignore | Jasper St. Pierre | 2013-07-11 | 1 | -0/+8 |
| | |||||
* | build: Update for perf/ directory removal | Benjamin Otte | 2013-07-08 | 1 | -1/+1 |
| | | | | Ooops. | ||||
* | build: Fix make dist | Rico Tzschichholz | 2013-06-27 | 1 | -13/+0 |
| | |||||
* | build: Move gdk/tests/ to testsuite/gdk/ | Benjamin Otte | 2013-05-15 | 1 | -1/+1 |
| | | | | | This is a reorganization of the testsuite to be in the testsuite/ directory, so it can be installed from there. | ||||
* | Drop -uninstalled.pc files | Matthias Clasen | 2011-12-30 | 1 | -6/+0 |
| | | | | This has already been done in GLib, so follow suit here. | ||||
* | Towards a working distcheck3.1.10 | Matthias Clasen | 2011-07-23 | 1 | -0/+1 |
| | |||||
* | gail-util: Move into toplevel directory | Benjamin Otte | 2011-07-05 | 1 | -1/+1 |
| | |||||
* | Merge branch 'gdk-backend-wayland' | Kristian Høgsberg | 2011-04-12 | 1 | -2/+2 |
|\ | | | | | | | | | | | | | | | | | Conflicts: Makefile.am configure.ac gdk/Makefile.am gtk/gtksettings.c gtk/gtkwindow.c | ||||
| * | Add Wayland backend | Kristian Høgsberg | 2011-02-05 | 1 | -2/+2 |
| | | |||||
* | | [broadway] Make broadway build with new gdk-backend setup | Alexander Larsson | 2011-01-19 | 1 | -2/+2 |
|/ | | | | Convert all global functions to vtable calls, etc. | ||||
* | build: Use mkdir_p instead mkinstalldirs | Javier Jardón | 2011-01-10 | 1 | -1/+0 |
| | | | | | As we don't use mkinstalldirs, $(mkinstalldirs) is simply an alias for $(mkdir_p) | ||||
* | Use AM_V_GEN in a few more places | Matthias Clasen | 2011-01-03 | 1 | -2/+1 |
| | | | | | | Based on a patch by Javier Jardón in https://bugzilla.gnome.org/show_bug.cgi?id=621720 | ||||
* | configure.ac: Support multiple GDK backends in one build | Kristian Høgsberg | 2011-01-03 | 1 | -2/+2 |
| | |||||
* | continue to install gdk-$TARGET-3.0.pc | Matthias Clasen | 2010-12-22 | 1 | -0/+1 |
| | |||||
* | Fix distcheck2.91.7 | Matthias Clasen | 2010-12-21 | 1 | -0/+3 |
| | |||||
* | Go back to installing libgdk.so | Matthias Clasen | 2010-12-21 | 1 | -1/+5 |
| | |||||
* | Add per-target pc files back | Matthias Clasen | 2010-12-21 | 1 | -0/+12 |
| | | | | Dropping those will be an unnecessary pain. | ||||
* | Reorganize pc files for a single library | Matthias Clasen | 2010-12-21 | 1 | -41/+7 |
| | | | | | | | | After this commit, pc files no longer include the gdk backend in their name, and we no longer install a pc file for gdk. There is now a single gtk+-3.0.pc file. It turns out a separate gtk+-x11-3.0.pc file is not necessary, since gdkx.h doesn't have a separate include directory that would have to be added to Cflags. | ||||
* | Drop crazy listing of all example files | Matthias Clasen | 2010-10-15 | 1 | -70/+2 |
| | | | | | | This will likely mean that the old examples will not appear in the tarball until they have been integrated in the new 'getting started' docs. | ||||
* | Fix make distcheck | Matthias Clasen | 2010-10-15 | 1 | -6/+2 |
| | |||||
* | Distribute autogen.sh | Colin Walters | 2010-10-01 | 1 | -0/+1 |
| | | | | | | This makes it easier for OS vendors to always invoke autogen.sh for building, regardless of building from legacy tarballs or git snapshots. | ||||
* | Complete the removal of examples/pixmap to fix make dist | Richard Hughes | 2010-10-01 | 1 | -2/+0 |
| | |||||
* | Make GTK+ use an external gdk-pixbuf | Matthias Clasen | 2010-06-26 | 1 | -2/+2 |
| | |||||
* | Clean autotools configuration a bit | Javier Jardón | 2010-05-13 | 1 | -2/+1 |
| | | | | | | New requirements: automake >= 1.10 libtool >= 2.2 | ||||
* | Minor stylistic fix | Matthias Clasen | 2010-05-11 | 1 | -1/+5 |
| | |||||
* | More gail.pc renaming | Matthias Clasen | 2010-05-10 | 1 | -3/+3 |
| | |||||
* | Make 3.0 parallel-installable to 2.x | Matthias Clasen | 2010-05-08 | 1 | -29/+28 |
| | | | | | | | | | | | | | | | In particular, rename - libraries to lib*-3.0.so - pc files to *-3.0.pc - include paths to /usr/include/gtk-3.0/* - module paths to /usr/lib/gtk-3.0/* - rc files names to gtk-3.0/gtkrc - commandline utilities to *-3.0 - adjust documentation Also change the install location for unix-print headers to /usr/include/gtk-3.0/unix-print/gtk. | ||||
* | Remove links to code that no longer exists to fix make dist | Richard Hughes | 2010-05-07 | 1 | -11/+0 |
| |