summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Release 2.11.90ATK_2_11_90Alejandro Piñeiro2014-02-182-1/+27
|
* doc: add new symbols section for 2.12 symbolsAlejandro Piñeiro2014-02-181-1/+3
|
* doc: more AtkTableCell documentationAlejandro Piñeiro2014-02-183-0/+32
| | | | | * Adds when the symbols were added. * Document the interface virtual methods.
* doc: add an overviewAlejandro Piñeiro2014-02-181-1/+19
| | | | | This is the same overview used for ATK releases. In any case this should be improved and updated.
* doc: add some forgotten symbolsAlejandro Piñeiro2014-02-182-1/+12
| | | | | atk-unused.txt now contains 6 symbols (from 14). Those 6 are not relevant for documentation.
* doc: split API reference on categoriesAlejandro Piñeiro2014-02-181-16/+31
|
* doc: move AtkRegistry section to the source fileAlejandro Piñeiro2014-02-182-15/+15
| | | | So now is properly scanned by gtk-doc
* doc: documentation for AtkTableCell, AtkTable, deprecations and paddingAlejandro Piñeiro2014-02-187-53/+101
| | | | | | | | | | | | | Index based methods forced ATK implementations to expose the cells are direct children of the table. Something that was complex in the practice. In fact some implementation were not doing it, making the index-based methods not properly implemented. This became even more clear with the addition of AtkTableCell. Additionally, this patch documents AtkTableCell and that those cells should implement the newly added AtkTableCell interface.
* Implement AtkTableCellMike Gorse2014-02-185-0/+342
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=651353
* atkcomponent: more info on the deprecation guards for get_size and get_positionAlejandro Piñeiro2014-02-101-2/+2
|
* Updated Norwegian bokmål translationKjartan Maraas2014-02-101-143/+208
|
* Updated Aragonese translationJorge Pérez Pérez2014-02-091-145/+212
|
* Updated Indonesian translationAndika Triwidada2014-02-091-161/+223
|
* atkcomponent: document that ->contains already have a default implementationAlejandro Piñeiro2014-02-071-0/+4
|
* atkcomponent: deprecate get_position and get_sizeAlejandro Piñeiro2014-02-072-0/+10
| | | | | | You get the same information from get_extents. In fact, default implementation for those methods on atk were using get_extents.
* Release 2.11.6ATK_2_11_6Alejandro Piñeiro2014-02-042-6/+22
|
* role: fix name for ATK_ROLE_EDITBARAlejandro Piñeiro2014-02-031-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=723292
* atktext: adding again details to 'text-insert/remove'. Document it.Alejandro Piñeiro2014-02-031-4/+8
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=653293
* Updated Traditional Chinese translation(Hong Kong and Taiwan)Chao-Hsiung Liao2014-02-022-290/+436
|
* Revert "Updated FSF's address"Piotr Drąg2014-02-0164-64/+192
| | | | This reverts commit feb4bd4c5b24672b1d8bbf0783e96539af0d0ba4.
* Updated FSF's addressDaniel Mustieles2014-01-2364-192/+64
|
* Updated Czech translationMarek Černocký2014-01-191-151/+228
|
* Update Chinese simplified translationTong Hui2014-01-181-149/+199
|
* Updated Lithuanian translationAurimas Černius2014-01-141-159/+225
|
* Release 2.11.5ATK_2_11_5Alejandro Piñeiro2014-01-142-1/+13
|
* MSVC Introspection Build: Fix buildChun-wei Fan2014-01-131-1/+2
| | | | | | | | | | Link and run the dumper program firstly against the build of ATK from the same tarball,then linking to the other dependent libraries which this build of ATK was built against before finally trying to link and run against other existing builds. This is especially important for unstable releases, as APIs are often added and dependent upon during development cycles.
* Updated Hebrew translationYosef Or Boczko2014-01-131-146/+216
|
* build/introspection-msvc.mak: Fix Default typelib PATHChun-wei Fan2014-01-131-2/+2
|
* build/Makefile.am Make up for missed '\'Chun-wei Fan2014-01-101-1/+1
|
* MSVC Builds: Rework Introspection BuildChun-wei Fan2014-01-1015-491/+172
| | | | | | | | | | | | | | | | | | | | | | The current approach of building the introspection files for ATK works, but is often cumbersome as one needs to set many environmental variables before launching a solution file, which runs a Windows batch script to generate the .gir/.typelib files. It was also possible to hand-run the batch script from the Visual Studio command prompt, but even more environmental variables need to be set. This changes the approach to build the introspection files using an NMake Makefile (but elimating from the Visual Studio Project Files the part to build the introspection files) to: -Make it clearer to the person building the introspection files what environmental variables are needed, specifically for PKG_CONFIG_PATH and MINGWDIR and CFG (formerly CONF). Setting stuff like VSVER, PLAT and BASEDIR is no longer required, which was a bit clunky. -Allows some more easier flexibility on the build of the intropsection files. This also cleans up the gen-file-list.py file as it can share parts in the recently-added msvcfiles.py
* Updated slovak translationPeter Vágner2013-12-221-191/+270
|
* Updated Greek translationDimitris Spingos2013-12-201-152/+201
|
* Release 2.11.4ATK_2_11_4Alejandro Piñeiro2013-12-172-1/+45
|
* tests/testatk_vc.makin: Update a bitChun-wei Fan2013-12-171-3/+3
| | | | | | Change mentions of testglib_vc.mak and testpango_vc.mak in the message when no CFG= is specified during invokation and have the CFLAGS match the ones in Makefile.am better.
* build: Add NMake Makefiles for the TestsChun-wei Fan2013-12-174-1/+129
| | | | | | | | | | This adds a set of NMake Makefiles that is used to build the test programs, so that one would be able to build the test programs against a Visual C++ build of ATK quickly and easily. As with the Project files, the listing of test programs is also done with the Python script, which can also be done under Windows or called by "make dist" or so quite easily. https://bugzilla.gnome.org/show_bug.cgi?id=690145
* Updated Brazilian Portuguese translationFábio Nogueira2013-12-161-145/+214
|
* build: Use Python to Generate the MSVC ProjectsChun-wei Fan2013-12-1616-179/+412
| | | | | | | | | | | | | | | | | | | | | | | | This would move the generation of the ATK Visual C++ 2008/2010 project to Python 2/3 scripts from autotools scripts. This would have the following advantages: -Reduce congestion in the autotools files, most notably atk/Makefile.am, and make everything that concerns the completion of MSVC project files fo under build/ -Easier to maintain and test, as a standard installation of Python (even on Windows) is enough to generate the Project files, and this can still be easily called during 'make dist'. -Also paves the first steps for people wanting to build ATK from a GIT checkout, as this will help simplify the process There is now a dependency on Python 2/3 for people that are wishing to do 'make dist', as naturally the scripts to do the Visual C++ project generation is done with Python, but since one is likely going to generate the .gir files for ATK when doing 'make dist'/'make distcheck', this is satisfied as the scripts used to generate the .gir files are Python 2.6+ scripts as well. https://bugzilla.gnome.org/show_bug.cgi?id=690145
* Remove atkintl.h from EXTRA_DISTSAlejandro Piñeiro2013-12-131-1/+1
| | | | | | Make distcheck was failing. https://bugzilla.gnome.org/show_bug.cgi?id=644756#c4
* Update Visual C++ 2008 "install" phaseChun-wei Fan2013-12-132-38/+42
| | | | Use CopyDir, to be consistent across the board.
* Visual C++ Projects: Split the Property SheetsChun-wei Fan2013-12-1220-348/+469
| | | | | | | | | | | | This will make the single property sheets split into multiple property sheets as: -They will be easier to maintain -Individual Projects can include them as needed -Easier to automate the listing of headers to "install" Also update some parts to improve the overall build experience, specifically combining macro defs and using a custom build rule for config.h.
* gengir MSVC Project: Add a PlatformToolset TagChun-wei Fan2013-12-121-0/+4
| | | | | This eases transition to Visual Studio 2012/2013 as the upgrade of project files can be quite easily done with a script
* build: s/INCLUDES/AM_CPPFLAGS/Colin Walters2013-12-112-5/+5
| | | | To silence automake deprecation warnings.
* include config.h instead of atkintl.hKjartan Maraas2013-12-112-3/+6
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=644756
* Remove this in favour of gi18n-lib.h from glibKjartan Maraas2013-12-111-24/+0
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=644756
* text: restore G_SIGNAL_DETAILED on AtkText::text-changedAlejandro Piñeiro2013-12-111-1/+1
| | | | Removed recently by mistake.
* atkobject: deprecate table properties that depends on the row/column numberAlejandro Piñeiro2013-12-111-0/+42
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=476674
* text: remove G_SIGNAL_DETAILED from signals that doesn't use detailsAlejandro Piñeiro2013-12-111-3/+3
| | | | Part of bug https://bugzilla.gnome.org/show_bug.cgi?id=653293
* Include atk-enum-types.h on atk.hAlejandro Piñeiro2013-12-115-8/+4
| | | | | | Also updating some atk includes to use atk.h https://bugzilla.gnome.org/show_bug.cgi?id=652965
* doc: improve atkutil documentationAlejandro Piñeiro2013-12-113-8/+33
|
* atkobject: improve documentation for AtkObject::property-changeAlejandro Piñeiro2013-12-112-15/+19
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=644747