summaryrefslogtreecommitdiffstats
path: root/source/history.c
AgeCommit message (Collapse)Author
2016-01-07More doxygen sugar.Dave Davenport
2016-01-03Change writing of file, a+ does not allow fseek start on bsd.Dave Davenport
2016-01-01Update copyrightDave Davenport
2015-09-19Adjust new editor widthQC
2015-07-31Print error to stderr when fclose fails.Dave Davenport
2015-07-05Replace all qsorts.QC
2015-04-14Fix space.QC
2015-02-12Update copyright license.QC
2014-08-29Fix crash in history when removing last entry.QC
2014-08-22Cleanup warnings.Dave Davenport
* unused var and arguments.
2014-08-22Make rofi compile happily under clang.Dave Davenport
* Set features in configure.ac * use config.h file, instead of hardcoded _GNU_SOURCE in each c file. * Fix mix up unsigned/signed.
2014-08-21Small cleanup and fixes.Dave Davenport
* Use g_strfreev * Use g_ascii*strto(u)ll
2014-08-09Move to glib's based memory allocation functionsQC
* replace calloc by malloc0_n * malloc by g_malloc * strdup by g_strdup * asprintf by g_strdup_printf * realloc by g_realloc * free loop by g_strfreev (if possible)
2014-06-05Add option to disable history.QC
2014-06-04Re-indent.QC
2014-05-27CleanupsQball Cow
2014-05-26Make cppcheck happy. (normally we assume malloc does not fail.)Qball Cow
2014-05-25Re-use XftFont instead of recreating it each and every time.QC
2014-05-25Fix history becoming stuck.QC
2014-05-22Cleanups and indenting.QC
2014-05-19Remove memory wrappers, and use system stuff directly.Qball Cow
2014-05-17Small 'correctness' fixes (thx to sparse)QC
2014-05-13Small fixesQball Cow
2014-05-13Extract out the history code and create functions for it.Qball Cow
(Easier to fix issues later on)