summaryrefslogtreecommitdiff
path: root/tests/cursor-example
Commit message (Collapse)AuthorAgeFilesLines
* Makefile.am cleanups.Matthew Barnes2013-11-171-38/+43
| | | | | - Remove trailing tabs. - Add terminators to multi-line lists.
* Switch from g_timeout_add to g_timeout_add_secondsAlexandre Franke2013-11-141-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=712244
* Fixing cursor example build.Tristan Van Berkom2013-11-135-10/+6
| | | | Enabled warnings in the Makefile.am and fixed them.
* Fix/mute issues found by Coverity scanMilan Crha2013-11-134-39/+3
| | | | | | | | | | | | This makes the code free of Coverity scan issues, except of the doc/ folder. It is sometimes quite pedantic and expects/suggests some coding habits, thus certain changes may look weird, but for a good thing, I hope. The code is also tagged with Coverity scan suppressions, to keep the code as is and hide the warning too. Also note that Coverity treats g_return_if_fail(), g_assert() and similar macros as unreliable, and it's true these can be disabled during the compile time, thus it brings in other set of 'weird' changes.
* Adding cursor example programTristan Van Berkom2013-10-2316-0/+2809
The example program is a contact browser showing off some of the cursor features such as localized alphabetic indexes.