Commit Graph

10 Commits

Author SHA1 Message Date
Dave Davenport 62d4f0cdad Make rofi compile happily under clang.
* 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-22 09:27:45 +02:00
QC 98dfbddadb Move to glib's based memory allocation functions
* 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-08-09 11:40:42 +02:00
QC 77a0a765ae Reverting c/p behavior, misread comments. 2014-08-03 21:09:20 +02:00
QC 5ddcac2514 Cleanup previous test commit. 2014-08-03 17:05:06 +02:00
QC c2ccd37312 Indent file, split out opacity code. 2014-07-30 20:54:16 +02:00
Dave Davenport b1800fdf50 Fix previous commit, otherwise -show <window> matching goes wrong. 2014-07-22 18:19:00 +02:00
Dave Davenport 8cecc27992 Append ':' after Switcher name. 2014-07-22 18:04:42 +02:00
QC bd4aa3d2fa Fix #67 Allow alt-<num> to switch between modis 2014-07-21 23:19:45 +02:00
QC 9ecf1e13a7 Small fix for easier scripting. 2014-07-21 22:22:16 +02:00
QC cd4888a5cf Fix #65, Fix #63 Allow user to select list of modi's
* Add script_dialog, so user can add dialogs using a script.
    * Add a way to disable modi's
    * Add -show <modi> option.
2014-07-21 21:39:24 +02:00