summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Release 2.20.0ATK_2_20_0Alejandro Piñeiro2016-03-212-2/+8
|
* Updated Danish translationAsk Hjorth Larsen2016-03-201-4/+4
|
* Updated Danish translationAsk Hjorth Larsen2016-03-201-13/+13
|
* Release 2.19.92ATK_2_19_92Alejandro Piñeiro2016-03-152-1/+18
|
* atkregistry: remove code not being compiledAlejandro Piñeiro2016-03-081-14/+0
| | | | | | | | | | I think that code was there in order to explain why it is not needed. If that case, it would be better to just move the comment around. In general having code around #if 0 is a maintenance burden. That code has not been compiled for years and nothing happen. It is better to just remove it.
* build: Fix gettext domain after recent changesKalev Lember2016-03-071-1/+1
| | | | | | | | Commit 1b11db36463116310ec2e40a7072d205a6536532 that switched the build system to use upstream gettext intead glib-gettext accidentally changed the gettext domain from atk10 to atk; this commit changes it back. https://bugzilla.gnome.org/show_bug.cgi?id=763212
* MSVC builds: Re-arrange include pathsChun-wei Fan2016-03-022-2/+2
| | | | | We want to search for the GLib include paths before the include paths of GLib's dependencies.
* build: Fix builddir ≠ srcdir in autogen.shPhilip Withnall2016-03-021-28/+22
| | | | | | | | gtkdocize either needs a --srcdir argument or needs to be run in the source directory. Fix that by updating autogen.sh from the latest template: https://wiki.gnome.org/Projects/GnomeCommon/Migration#autogen.sh
* Updated Occitan translationCédric Valmary2016-02-271-234/+515
|
* Updated Swedish translationAnders Jonsson2016-02-151-13/+13
|
* Release 2.19.90ATK_2_19_90Alejandro Piñeiro2016-02-152-2/+19
|
* Updated Lithuanian translationAurimas Černius2016-01-121-162/+163
|
* Use upstream gettext intead glib-gettextJavier Jardón2016-01-103-4/+81
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=760323
* Revert "MSVC release builds: Ensure that /LTCG is used"Chun-wei Fan2015-11-121-2/+0
| | | | | | | | | As we now ensure that items using GResources and GConstructors are always referenced so that the linker does not optimize them out in a default Release build, we no longer need to enforce the use of /LTCG, so /LTCG:incremental will work as well. This reverts commit fc5394e7ca78d6d6272a3591236f99c11ffc5111.
* MSVC release builds: Ensure that /LTCG is usedChun-wei Fan2015-10-231-0/+2
| | | | | | | | | MSVC 2015 changed its default link-time code generation setting to /LTCG:incremental, which causes problems if /opt:noref is to be used, meaning that some code will be optimized out by the linker. Avoid this situtation here by enforcing the use of /LTCG for MSVC 2010+ builds.
* Fix build/win32/vs10/atk-install.vcxprojChun-wei Fan2015-10-081-4/+4
| | | | | Replace AtkEtcInstallRoot with GlibEtcInstallRoot, which is a leftover from before.
* Updated Esperanto translationKristjan SCHMIDT2015-10-041-139/+424
|
* Updated Vietnamese translationTrần Ngọc Quân2015-09-271-168/+376
| | | | Signed-off-by: Trần Ngọc Quân <vnwildman@gmail.com>
* Build: Make Makefile.msvcproj A Bit More GenericChun-wei Fan2015-09-251-7/+3
| | | | | Handle also the situation where $(srcdir) == $(top_srcdir), so that this can also be used in cases like librsvg and gobject-introspection.
* build/Makefile-newvs.am: Update Comments for UsageChun-wei Fan2015-09-251-2/+6
| | | | | | | | Update the notes that this is also used for Visual Studio 2015 support, and correct the MSVC_VER_LONG for MSVC 2015, which is 14, not 2015. Also add a note that this can be used for other projects that have Visual Studio build support.
* atktablecell: use content of the pointer instead of pointer itselfAlejandro Piñeiro2015-09-241-1/+2
| | | | | Fixes https://bugzilla.gnome.org/show_bug.cgi?id=755548
* Release 2.18.0ATK_2_18_0Alejandro Piñeiro2015-09-212-2/+13
|
* MSVC Builds: Rename testsrules_msvc.makChun-wei Fan2015-09-174-3/+3
| | | | | ...to detectenv-msvc.mak, for better consistency between projects, as that is used for introspection file builds.
* configure.ac: Remove Check For PythonChun-wei Fan2015-09-171-14/+0
| | | | | | | | Since we are now using the common autotools module for generating the complete Visual Studio ATK projects, we don't need to check for Python anymore during configure, so we can just drop the Python part. https://bugzilla.gnome.org/show_bug.cgi?id=755114
* MSVC Builds: Restore Using Autotools for Generating ProjectsChun-wei Fan2015-09-179-94/+47
| | | | | | | | Use the common autotools module in my last commit for generating the MSVC project files, which is more safe against 'make dist -jN' and supports out-of-tree builds better. https://bugzilla.gnome.org/show_bug.cgi?id=755114
* build: Add Common Autotools Module for MSVC ProjectsChun-wei Fan2015-09-171-0/+111
| | | | | | | | | | This adds a common autotools module that can be used by various projects to generate the Visual Studio projects as needed, and if necessary, generate the headers listings to "install" for that project, based on items passed in to this. This is modelled on the Makefile.introspection autotools file that is used by many GNOME projects to generate the introspection files. https://bugzilla.gnome.org/show_bug.cgi?id=755114
* MSVC Builds: "Add" Visual Studio 2015 ProjectsChun-wei Fan2015-09-096-12/+38
| | | | | | This "adds" Visaul Studio 2015 projects by doing what we did before: copying the Visual Studio 2010 projects and replacing items in there as necessary.
* Updated Chinese (Taiwan) translationChao-Hsiung Liao2015-08-261-176/+268
|
* Release 2.17.90ATK_2_17_90Alejandro Piñeiro2015-08-172-3/+25
|
* MSVC Introspection Builds: Remove GCC RequirementChun-wei Fan2015-08-172-16/+2
| | | | | | G-I has been updated to not require a Windows GCC installation anymore to generate the .gir files, so update the NMake Makefiles that are used for this purpose.
* misc: set proper file permissions to source filesAlejandro Piñeiro2015-07-2745-0/+0
| | | | | | Source files are not executable. https://bugzilla.gnome.org/show_bug.cgi?id=752930
* Visual Studio Builds: Rename "install" ProjectsChun-wei Fan2015-07-138-9/+9
| | | | | Rename to atk-install so that we can integrate the ATK Visual Studio Projects into the all-in-one solution file to build the GTK+ stack easier.
* Updated Portuguese translationPedro Albuquerque2015-07-011-199/+205
|
* Docs: Replace mentions of 'state-changed' with 'state-change'.Murray Cumming2015-06-294-6/+6
| | | | | And use the correct syntax to create a link to that AtkObject signal. See bug #649575
* Documentation: Fix tiny typos.Murray Cumming2015-05-222-2/+2
|
* Updated Aragonese translationDaniel Martinez2015-05-071-22/+10
|
* Updated Aragonese translationDaniel Martinez2015-05-071-158/+322
|
* Makefile-newvs: some .vcxproj.filters files are in builddir, some in srcdirSimon McVittie2015-04-291-5/+15
| | | | | | | | | | | | | | Without this change, out-of-tree distcheck doesn't get very far. Similarly, allow *.vcxproj, *.props to be in either the builddir or the srcdir. Finally, since I'm touching these lines anyway, eliminate some useless uses of cat: "cat x | sed 's/foo/bar/' > y" is equivalent to "sed 's/foo/bar/' < x > y". Bug: https://bugzilla.gnome.org/show_bug.cgi?id=748176 Reviewed-by: Chun-wei Fan <fanchunwei@src.gnome.org>
* build/Makfile-newvs.am: Use Pattern RulesChun-wei Fan2015-04-171-22/+12
| | | | | | Make use of pattern rules when generating the Visual Studio 2012/2013 Projects from the Visual Studio 2010 projects, which will help to clean up the file and also avoid problems when running items like 'make -jN dist'.
* Release 3.16.0ATK_2_16_0Alejandro Piñeiro2015-03-232-2/+18
|
* docs: fix GTK-Doc comment blocksDieter Verfaillie2015-03-218-37/+23
| | | | | Fixes a couple of warnings emitted by gtkdoc-mkdb and g-ir-scanner.
* Finnish translation updateJiri Grönroos2015-03-201-53/+44
|
* Updated Swedish translationJosef Andersson2015-03-151-2/+2
|
* Updated Bosnian translationSamir Ribic2015-03-131-164/+418
|
* Updated Bulgarian translationZahari Yurukov2015-03-091-183/+399
|
* Updated Kazakh translationBaurzhan Muftakhidinov2015-03-081-142/+415
|
* Updated Swedish translationJosef Andersson2015-03-081-2/+2
|
* MSVC Builds: "Install" .pdb FilesChun-wei Fan2015-03-052-7/+6
| | | | | | | | | | | "Install" the .pdb files for Visual Studio builds, to make debugging builds easier, especially when debugging the GTK+ stack. Also make the "installation" of .lib and .dll files more selective so that we won't accidently copy DLLs and LIBs that are either not meant to be copied or have other specific places that they need to go, when the project files here are included as part of a grand solution file, such as one that is used to build the whole GTK+ stack from scratch.
* MSVC 2010+ Builds: Improve .pdb GenerationChun-wei Fan2015-03-051-0/+1
| | | | | | Use the /d2Zi+ compiler flag so that more useful info can be logged into the .pdb file for release builds, to improve the debugging experience for release builds.
* MSVC 2010+ Builds: Fix .pdb File GenerationChun-wei Fan2015-03-051-0/+1
| | | | | | Make the .pdb file be output like how it is done on Visual Studio 2008 builds, i.e. being the same as the DLL filename. This will be useful as .pdb files would be "installed" in the coming commits.