Commit Graph

  • ea056cb31b replace first_run param with check for NULL term Daniel Micay 2012-06-11 14:48:51 -0400
  • 546a4d72f9 add keybinding to reload configuration file Daniel Micay 2012-06-11 14:45:38 -0400
  • 90d1685188 free old browser_cmd[0] Daniel Micay 2012-06-11 14:32:44 -0400
  • 9b6c44f487 use consistent style Daniel Micay 2012-06-11 14:26:51 -0400
  • 9a15fb7dcd free the role string Daniel Micay 2012-06-11 00:03:19 -0400
  • 5b27bab6cf minor cleanup Daniel Micay 2012-06-10 14:16:51 -0400
  • cefa307367 rm extra space Daniel Micay 2012-06-10 14:11:25 -0400
  • 7e0a933332 cursor shouldn't have a default value. Simon Gomizelj 2012-06-09 07:19:16 -0400
  • 2df06c31a0 get rid of config.h Daniel Micay 2012-06-08 16:16:41 -0400
  • 34930c19e0 Lots of cleanup work. Simon Gomizelj 2012-06-08 16:04:48 -0400
  • ca96b678f3 fix write-strings warning Daniel Micay 2012-06-08 16:01:36 -0400
  • dd83a2e6a2 fix getenv usage (string needs to be copied) Daniel Micay 2012-06-08 15:47:57 -0400
  • eb72c755d4 Add a .gitignore Simon Gomizelj 2012-06-08 15:07:11 -0400
  • e799a075ff Make cursor_* case insensitive Simon Gomizelj 2012-06-08 14:52:17 -0400
  • 596672e5ee document term setting Daniel Micay 2012-06-08 14:42:09 -0400
  • 6797050b75 missing const for string constant Daniel Micay 2012-06-08 14:33:22 -0400
  • 3efc9e2c2f Merge branch 'term' of https://github.com/vodik/termite Daniel Micay 2012-06-08 14:31:00 -0400
  • 2b0cfd4b59 Add a termite.cfg option for setting term. Simon Gomizelj 2012-06-08 13:19:10 -0400
  • fb6193d028 wrap really long line Daniel Micay 2012-06-08 13:26:36 -0400
  • 4bde4a1b37 vim modeline Daniel Micay 2012-06-08 12:56:46 -0400
  • 0a258ecf9d Makefile: use a consistent style Daniel Micay 2012-06-08 12:46:58 -0400
  • cfa9ef8f11 make load_config a bit more readable Daniel Micay 2012-06-08 12:44:08 -0400
  • f0f135c77d GError var is now only used by the color parsing Daniel Micay 2012-06-08 12:39:25 -0400
  • 5f42dec963 fix allow_bold setting Daniel Micay 2012-06-08 12:27:16 -0400
  • 5b171ebc3c Merge pull request #20 from vodik/makefile Daniel Micay 2012-06-08 09:26:12 -0700
  • b14d92f70b Let CFLAGS and LDFLAGS be amended. Simon Gomizelj 2012-06-08 12:13:40 -0400
  • a2e4bda8fc Config option to enable/disable bold font LemonBoy 2012-06-08 17:56:50 +0200
  • d359190a28 update README Daniel Micay 2012-06-08 00:20:16 -0400
  • 69a86f7eff document browser setting Daniel Micay 2012-06-08 00:17:16 -0400
  • 834263a7e2 turn off stupid clang warning Daniel Micay 2012-06-07 21:50:44 -0400
  • 2c08b341c5 now has a config file Daniel Micay 2012-06-07 21:14:22 -0400
  • 1294bd21ed move transparency setting to config file Daniel Micay 2012-06-07 21:05:31 -0400
  • 92c3e955a6 remove URL_COMMAND Daniel Micay 2012-06-07 20:22:23 -0400
  • 671b3d7a0e Merge pull request #17 from vodik/config-file Daniel Micay 2012-06-07 17:19:58 -0700
  • 82bcca3b86 fallback to system config files Daniel Micay 2012-06-07 20:08:34 -0400
  • 6b122293aa Cleanup Simon Gomizelj 2012-06-07 19:36:59 -0400
  • e365aa19db Add a browser configuration setting. Simon Gomizelj 2012-06-07 19:31:07 -0400
  • 8d71f04b58 Call g_getenv only one at startup. Simon Gomizelj 2012-05-31 17:16:01 -0400
  • 94f6ed428f use g_get_user_config_dir to to find the config Daniel Micay 2012-06-07 19:25:04 -0400
  • 9b20918e69 cleanup Daniel Micay 2012-06-07 17:56:17 -0400
  • f2ffa77845 color parsing fixes Daniel Micay 2012-06-07 16:50:52 -0400
  • 00b1b26b59 rm unused macro (CONCAT2) Daniel Micay 2012-06-07 16:43:35 -0400
  • ca2f60b977 Merge branch 'master' into config-file Daniel Micay 2012-06-07 16:40:18 -0400
  • 1a0dda746d fix case in README Daniel Micay 2012-06-07 15:50:58 -0400
  • 83e8399111 make color parsing more robust Daniel Micay 2012-06-07 15:26:37 -0400
  • c1ca040f4f simplify color config Daniel Micay 2012-06-07 15:22:28 -0400
  • db512e6515 rm colors struct Daniel Micay 2012-06-07 15:07:42 -0400
  • f96ea8689d use config file to set colors Daniel Micay 2012-06-07 15:01:40 -0400
  • c2d12b7503 move foreground/background color to config file Daniel Micay 2012-06-07 14:43:41 -0400
  • a20849d453 set cursor color from config Daniel Micay 2012-06-07 14:39:02 -0400
  • c3c5bf131e move setting colors to load_config Daniel Micay 2012-06-07 14:36:28 -0400
  • dba6bc7357 move CLICKABLE_URL setting to config Daniel Micay 2012-06-07 14:15:31 -0400
  • 859a0b2022 minor cleanup Daniel Micay 2012-06-07 14:10:57 -0400
  • 5a0b025f52 move ICON_NAME to config file Daniel Micay 2012-06-07 14:10:16 -0400
  • a502d52045 use g_clear_error Daniel Micay 2012-06-07 13:59:28 -0400
  • 17275bd887 move URGENT_ON_BEEP and DYNAMIC_TITLE to config Daniel Micay 2012-06-07 13:54:15 -0400
  • d1f54e57fc move cursor_blink and cursor_shape to the config Daniel Micay 2012-06-07 13:36:03 -0400
  • 727e2e34a5 rm redundant cast Daniel Micay 2012-06-07 13:24:05 -0400
  • 4de7c2d2f5 free the font string Daniel Micay 2012-06-07 13:23:06 -0400
  • a5cfc12864 set scrollback_lines via config Daniel Micay 2012-06-07 12:58:07 -0400
  • abf580c186 set font via termite.cfg Daniel Micay 2012-06-07 12:55:08 -0400
  • 9748445778 get rid of code duplication with a macro Daniel Micay 2012-06-07 12:41:48 -0400
  • 9ae5b17e3b Merge branch 'master' of github.com:thestinger/termite Daniel Micay 2012-06-07 12:35:51 -0400
  • 3a799f80d9 move the rest of the boolean settings to key file Daniel Micay 2012-06-07 12:35:01 -0400
  • 226f39f08a start on config file implementation Daniel Micay 2012-06-07 12:22:24 -0400
  • ab76e301ed add missing newline to error message Daniel Micay 2012-06-07 11:42:17 -0400
  • 8130c9dde1 ( and ) are valid characters for URLs Simon Gomizelj 2012-06-07 07:33:54 -0400
  • 2d30ac51c6 cleanup README Daniel Micay 2012-06-06 22:12:08 -0400
  • f3702b392b remove unused for loop variable Daniel Micay 2012-06-06 22:06:46 -0400
  • 13f5df98ea completion works well now Daniel Micay 2012-06-06 21:29:17 -0400
  • c9f773f4a5 add subsections to README Daniel Micay 2012-06-06 21:27:31 -0400
  • 137e8794bb clean up Daniel Micay 2012-06-06 21:26:22 -0400
  • 89a3ddd864 fetch the whole buffer for completion Daniel Micay 2012-06-06 21:22:26 -0400
  • 220f98fb28 Merge branch 'master' into scrollback-completion Daniel Micay 2012-06-06 21:07:05 -0400
  • 8a4e9f7762 is_selected argument to get_text can just be NULL Daniel Micay 2012-06-06 21:06:24 -0400
  • f7d751d043 get rid of old cursor_blink setting Daniel Micay 2012-06-06 20:59:13 -0400
  • 564b21c2dc free the tree too Daniel Micay 2012-06-06 20:54:33 -0400
  • 7b36f70f6f free string used for completion Daniel Micay 2012-06-06 19:17:39 -0400
  • a678d559ec Merge branch 'master' into scrollback-completion Daniel Micay 2012-06-06 11:42:51 -0400
  • 50f23b3ade document scrollback completion Daniel Micay 2012-06-06 11:42:15 -0400
  • 8ba2f5361a minor cleanup Daniel Micay 2012-06-05 19:39:44 -0400
  • 44d883e04d really fix completion this time Daniel Micay 2012-06-05 19:28:55 -0400
  • 2fb67a3f5a add \t as a separator for completion tokens Daniel Micay 2012-06-05 15:24:05 -0400
  • 0e9b3a86ce insert the current completion on return Daniel Micay 2012-06-05 12:51:23 -0400
  • e31fe139fb TODO update Daniel Micay 2012-06-04 15:27:15 -0400
  • 1e04f80965 add a setting for the cursor color Daniel Micay 2012-06-04 14:57:27 -0400
  • 2f75ce63f5 Merge branch 'master' into scrollback-completion Daniel Micay 2012-06-04 11:20:41 -0400
  • 2cc781c241 use g_signal_connect_swapped to clean up a bit Daniel Micay 2012-06-04 11:19:53 -0400
  • dd5699a65a update README Daniel Micay 2012-06-04 10:52:52 -0400
  • 3f541cd1fc Merge branch 'scrollback-completion' of https://github.com/vodik/termite into scrollback-completion Daniel Micay 2012-06-04 10:48:14 -0400
  • 98aae37d2e Merge branch 'master' into scrollback-completion Daniel Micay 2012-06-04 10:41:34 -0400
  • b31388d4fc leave url_regex outside of an ifdef for now Daniel Micay 2012-06-04 10:40:46 -0400
  • 586dff08ec Clear the entry and use vte_terminal_feed_child. Simon Gomizelj 2012-06-04 00:24:39 -0400
  • cc8bb5224d Small formatting changes. Simon Gomizelj 2012-06-03 23:49:39 -0400
  • 90bb50597a You prefer this inlined. Simon Gomizelj 2012-06-03 23:39:19 -0400
  • 63293797f3 Add overlay_show to reduce repetition. Simon Gomizelj 2012-06-03 23:37:15 -0400
  • fdd413c854 Move scrollback completion into the overlay. Simon Gomizelj 2012-06-03 23:17:18 -0400
  • 5f0c4555a9 some cleanup Daniel Micay 2012-06-03 11:26:31 -0400
  • afdad33118 add TODO note Daniel Micay 2012-06-02 22:01:33 -0400
  • 3300131801 do_widget -> vte Daniel Micay 2012-06-02 21:59:56 -0400