summaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Remove test-settingsShaun McCance2021-08-211-333/+0
| | | | | | | With the removal of themed icons and all the color computing code, it doesn't really test anything useful anymore. Fixes #81
* tests: fix a GCC warningCosimo Cecchi2016-06-201-1/+1
|
* Convert tests subdirectory to non-recursive makeDavid King2015-10-201-51/+0
|
* Fix test compilation with internal symbolsDavid King2015-10-191-6/+13
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=756658
* yelp-test: Port Yelp tests to WebKit2Marcos Chavarría Teijeiro2015-06-221-7/+5
|
* yelp: Change headers files to use WebKit2Marcos Chavarría Teijeiro2015-06-221-2/+2
|
* Fix format signedness warning in testsDavid King2015-02-091-1/+1
|
* Use WARN_CFLAGS instead of AM_CFLAGSDavid King2015-02-051-1/+1
| | | | There is no need to use the indirection of AM_CFLAGS.
* Use AX_COMPILER_FLAGSDavid King2015-02-051-0/+1
| | | | | | Additionally, remove unused DEPRECATION_FLAGS. https://wiki.gnome.org/Projects/GnomeCommon/Migration
* 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 g_type_init() callsGergely Polonkai2015-01-285-9/+0
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=737518
* tests: Port from GtkVBox and GtkHBox to GtkBoxDavid King2015-01-282-5/+6
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=670180
* Build fixes3.13.3Shaun McCance2014-06-233-330/+0
|
* Updated FSF's addressDaniel Mustieles2014-01-317-20/+7
|
* Don't call g_thread_init()Martin Pitt2012-01-215-5/+0
| | | | | | This completes commit f5c1a48 and removes the remaining calls. https://bugzilla.gnome.org/show_bug.cgi?id=663285
* Fixed distcheck errorsShaun McCance2011-02-211-3/+0
|
* Build fixesShaun McCance2010-12-162-2/+2
|
* [libyelp] Make relative links work for HTML documentsShaun McCance2010-05-101-2/+2
|
* Removing yelp-io-channel, since we have the GIO stuff in nowShaun McCance2010-05-062-54/+0
|
* Fixing the build stuff for bz2Shaun McCance2010-05-061-8/+9
|
* [libyelp] Adding GIO decompressors for bz2, lzma, and magicShaun McCance2010-04-264-0/+192
|
* [tests/test-transform.c] Update for earlier changes in YelpTransform APIShaun McCance2010-04-241-3/+1
|
* [libyelp/yelp-view] Adding page title/desc to view, hooks in documentShaun McCance2010-03-121-0/+13
|
* [libyelp] Get fonts from GtkSettings and apply to WebKitWebSettingsShaun McCance2010-03-111-1/+0
|
* [yelp-location-entry] New two-line location drop-down entries, with descShaun McCance2010-03-111-6/+41
|
* [libyelp] Adding yelp-io-channel to libyelpShaun McCance2009-11-163-2/+59
| | | | | | This is only an internal implementation detail. I want to switch over to GIO. I'll need to create a GInputStream that automatically decodes to replace YelpIOChannel.
* [libyelp] Various race conditions and premature frees fixed.Shaun McCance2009-10-271-1/+10
| | | | | | It's hard, but not impossible, for a human to trigger these under normal circumstances. I know there's at least one more hiding somewhere. Try double-clicking links.
* [test-view] Experimenting with always-on-top utility window for YelpShaun McCance2009-10-251-1/+4
|
* [yelp-uri] Handle page IDs on file pathsShaun McCance2009-10-191-0/+0
|
* [libyelp] Changed relative links to use xref: URI schemeShaun McCance2009-10-183-3/+5
| | | | | | This really simplifies the processing, as we don't have to guess from the existence and position of # to determine if something is a cross reference or just an internal link.
* [libyelp] Added Mallard documents to libyelp, more work to be doneShaun McCance2009-10-171-2/+1
|
* [yelp-transform] Adding yelp-transform to libyelpShaun McCance2009-10-122-0/+190
| | | | | | I've changed YelpTransform to be a GObject. This changes considerably the way we track references to the object to make sure we don't nuke it while there's still a pending idle function or a running thread.
* [test-uri] Include original URI string in test-uri outputShaun McCance2009-10-111-9/+17
| | | | | This makes it much easier for me to add test cases, since the output is now exactly what goes into a test file.
* [libyelp] Changing YelpUri API, document/canonical URIShaun McCance2009-10-1010-26/+87
|
* [yelp-uri] Resolve URIs asynchronously, no blocking IOShaun McCance2009-10-061-10/+31
|
* [yelp-settings] Implementing YelpSettings API for libyelpShaun McCance2009-09-282-0/+338
|
* [yelp-view] Adding load state and a basic error pageShaun McCance2009-09-261-0/+14
|
* [libyelp] Fixing various memory issuesShaun McCance2009-09-241-6/+21
|
* [libyelp] YelpView basic implementation, YelpSimpleDocument for (X)HTMLShaun McCance2009-09-232-1/+66
|
* [test-uri] Implementing ghelp URIsShaun McCance2009-09-231-0/+4
|
* Adding YelpLocationEntry to yelp-3-0 branchShaun McCance2009-09-082-1/+297
|
* Fixing some build issues with libyelpShaun McCance2009-09-061-8/+11
|
* Starting libyelpShaun McCance2009-09-062-4/+8
|