summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Refactor for loop to avoid compiler warningDavid King2015-02-091-1/+1
|
* Add parentheses around assignments used as truthDavid King2015-02-091-2/+2
| | | | Avoid compiler warnings.
* Fix variable shadowing warningsDavid King2015-02-093-30/+27
|
* Fix warnings about discarding constDavid King2015-02-097-14/+18
|
* Fix unhandled case in switch warningsDavid King2015-02-092-18/+20
|
* Fix sign comparison warningDavid King2015-02-092-5/+5
|
* Avoid warnings from mixing declarations and codeDavid King2015-02-093-14/+27
|
* Fix switch missing default case warningsDavid King2015-02-097-1/+20
|
* Fix pointer sign warningsDavid King2015-02-094-25/+25
|
* Fix unused variable warningsDavid King2015-02-0911-38/+4
|
* Fix uninitialized variable warningsDavid King2015-02-092-4/+4
|
* Remove libyelp redundant declarationsDavid King2015-02-0913-25/+0
|
* Enable compiler warnings for libyelpDavid King2015-02-091-0/+1
|
* Remove redundant extra semicolonsDavid King2015-02-0913-25/+25
|
* Fix format signedness warning in testsDavid King2015-02-091-1/+1
|
* Fix implicit funcation declaration warningDavid King2015-02-092-0/+2
|
* Use AX_IS_RELEASEDavid King2015-02-052-1/+62
| | | | | | | Check for the presence of a git repository to determine if compiler warnings should be fatal. https://wiki.gnome.org/Projects/GnomeCommon/Migration#preview
* Remove unused *_FLAGS variablesDavid King2015-02-051-8/+0
|
* Use WARN_CFLAGS instead of AM_CFLAGSDavid King2015-02-053-3/+2
| | | | There is no need to use the indirection of AM_CFLAGS.
* Use AX_COMPILER_FLAGSDavid King2015-02-0511-16/+736
| | | | | | Additionally, remove unused DEPRECATION_FLAGS. https://wiki.gnome.org/Projects/GnomeCommon/Migration
* Remove obsolete GNOME_MAINTAINER_MODE_DEFINESDavid King2015-02-051-1/+0
| | | | https://wiki.gnome.org/Projects/GnomeCommon/Migration
* Use AX_CHECK_ENABLE_DEBUGDavid King2015-02-052-6/+110
| | | | | | | Drop use of GNOME_DEBUG_CHECK. Disable pedantic and ANSI C warnings, as Yelp does not build with them enabled. https://wiki.gnome.org/Projects/GnomeCommon/Migration
* Use AX_REQUIRE_DEFINED to check for M4 macrosDavid King2015-02-052-0/+39
| | | | https://wiki.gnome.org/Projects/GnomeCommon/Migration
* Stop using gnome-autogen.shDavid King2015-02-051-9/+35
| | | | | | https://wiki.gnome.org/Projects/GnomeCommon/Migration https://bugzilla.gnome.org/show_bug.cgi?id=631370
* Remove unused variables in testsDavid King2015-02-051-3/+0
|
* Add default to switch statementDavid King2015-02-051-0/+3
| | | | Avoid a compiler warning.
* Fix incompatible type warnings in testsDavid King2015-02-053-12/+13
|
* Return an int from main() in testsDavid King2015-02-052-0/+4
|
* Fix use of deprecated API in testsDavid King2015-02-051-25/+26
|
* Fix format string warning in testsDavid King2015-02-051-32/+32
|
* Fix variable shadowing warnings in testsDavid King2015-02-051-3/+3
|
* Fix type warnings in decompressor testsDavid King2015-02-053-6/+9
|
* Remove duplicate declarationsDavid King2015-02-052-4/+0
|
* Update POTFILES.skip for Automake 1.15David King2015-02-051-0/+6
|
* Updated Icelandic translationSveinn í Felli2015-02-021-533/+511
|
* Remove g_type_init() callsGergely Polonkai2015-01-286-11/+0
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=737518
* Remove LZMA and BZ2 from GTK-Doc if we are compiling without themGergely Polonkai2015-01-281-0/+11
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=737519
* Use g_async_queue_new_full instead of manually freeingPaolo Borelli2015-01-281-4/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=737528
* yelp-view: Give a default filename for printingDavid King2015-01-281-1/+26
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=737206
* Use more stringent configure flags for distcheckDavid King2015-01-281-1/+4
| | | | | | As both bzip2 and lzma support are required for building the documentation during distcheck, add the relevant arguments to DISTCHECK_CONFIGURE_FLAGS.
* icons: Use bookmark icon from themeDavid King2015-01-287-281/+3
| | | | | | | | | The icon naming specification provides for a user-bookmarks icon, which fits well with both yelp-bookmark-add-symbolic and yelp-bookmark-remove-symbolic, which were not used as action icons anyway. https://bugzilla.gnome.org/show_bug.cgi?id=734165
* libyelp: Make some private functions staticDavid King2015-01-283-7/+7
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=720577
* tests: Port from GtkVBox and GtkHBox to GtkBoxDavid King2015-01-282-5/+6
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=670180
* Updated Dutch translation Master 3.16hanniedu2015-01-151-253/+266
|
* Updated Turkish translationYaşar Şentürk2014-12-041-27/+10
|
* Updated Turkish translationMuhammet Kara2014-12-041-232/+246
|
* Updated Portuguese translationPedro Albuquerque2014-11-151-277/+290
|
* Update Vietnamese translationTrần Ngọc Quân2014-11-151-810/+258
| | | | Signed-off-by: Trần Ngọc Quân <vnwildman@gmail.com>
* Updated Hebrew translationYosef Or Boczko2014-11-041-57/+50
|
* Version 3.14.13.14.1Shaun McCance2014-10-132-1/+12
|