summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* MSVC Builds: Speed Up Release BuildsChun-wei Fan2015-03-052-0/+2
| | | | | | | Use the multi-processor compilation option for the compiler, which can cut down build times of release builds by quite a bit. This would emit a brief warning for debug builds as they use /Gm, but otherwise the build would continue normally.
* NEWS file: added 2.15.91 entryAlejandro Piñeiro2015-03-031-0/+14
| | | | Accidentally not included on last release commit.
* Release 2.15.91ATK_2_15_91Alejandro Piñeiro2015-03-021-1/+1
|
* Updated Slovak translationDušan Kazik2015-02-281-19/+12
|
* Updated Turkish translationMuhammet Kara2015-02-221-31/+19
|
* configure.ac: Stop using deprecated GNOME-specific autoconf macrosJavier Jardón2015-02-181-2/+0
| | | | | | This will eventually be replaced by AX_COMPILER_FLAGS https://bugzilla.gnome.org/show_bug.cgi?id=744413
* autogen.sh: Add shebang backJavier Jardón2015-01-281-0/+1
|
* autogen.sh: stop using deprecated gnome-autogen.shJavier Jardón2015-01-271-8/+37
| | | | See https://wiki.gnome.org/Projects/GnomeCommon/Migration
* Added contributors line on 2.15.4 entryAlejandro Piñeiro2015-01-201-0/+3
|
* Release 2.15.4ATK_2_15_4Alejandro Piñeiro2015-01-202-2/+10
|
* Add new roles for fractions, roots, subscripts, and superscriptsJoanmarie Diggs2015-01-191-0/+12
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=742806
* Release 2.15.3ATK_2_15_3Alejandro Piñeiro2014-12-152-1/+16
|
* Updated Turkish translationMuhammet Kara2014-12-081-149/+381
|
* Add ATK_STATE_READ_ONLYJoanmarie Diggs2014-12-041-1/+16
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=665598
* AtkTable: Added missing ":" on one gi annotationAlejandro Piñeiro2014-11-251-1/+1
|
* Unref STATE_TYPE class ref after using it at state_type_get_nameAlejandro Piñeiro2014-11-251-0/+2
|
* Release 2.15.2ATK_2_15_2Alejandro Piñeiro2014-11-242-1/+21
|
* Removed a comments that should (and is) part of the docsAlejandro Piñeiro2014-11-211-10/+0
|
* Document the deprecation of ATK_STATE_ARMEDJoanmarie Diggs2014-11-201-2/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=740152
* Add ATK_ROLE_STATIC and clarify ATK_ROLE_TEXTJoanmarie Diggs2014-11-191-1/+21
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=739981
* doc: extend atk_focus_tracker_notify deprecation documentationAlejandro Piñeiro2014-11-171-1/+4
|