| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Makefile.am cleanups. | Matthew Barnes | 2013-11-17 | 1 | -38/+43 |
| | | | | | | - Remove trailing tabs. - Add terminators to multi-line lists. | ||||
| * | Switch from g_timeout_add to g_timeout_add_seconds | Alexandre Franke | 2013-11-14 | 1 | -1/+1 |
| | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=712244 | ||||
| * | Fixing cursor example build. | Tristan Van Berkom | 2013-11-13 | 5 | -10/+6 |
| | | | | | Enabled warnings in the Makefile.am and fixed them. | ||||
| * | Fix/mute issues found by Coverity scan | Milan Crha | 2013-11-13 | 4 | -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 program | Tristan Van Berkom | 2013-10-23 | 16 | -0/+2809 |
| The example program is a contact browser showing off some of the cursor features such as localized alphabetic indexes. | |||||
