Commit Graph

  • 37ac605880 use find_if instead of a loop Daniel Micay 2012-11-09 15:24:53 -0500
  • c85700366e get 0, ^ and $ bindings working like vim Daniel Micay 2012-11-09 14:13:47 -0500
  • 8d5b52ad35 remove the term setting Daniel Micay 2012-11-09 13:08:11 -0500
  • d9486de556 update docs to run __vte_ps1 on new shells too Daniel Micay 2012-11-07 12:08:05 -0500
  • 0d5adbe3c4 termite.desktop: Utility -> System Daniel Micay 2012-10-27 16:30:59 -0400
  • 8c19ac5dc5 improve the .desktop file Simon Gomizelj 2012-10-27 10:14:31 -0400
  • eb2811c9ff Makefile: fix deps for install target Daniel Micay 2012-10-26 23:19:37 -0400
  • df82b38d57 add desktop entry file Daniel Micay 2012-10-26 23:16:45 -0400
  • 5190acf978 add support for opening terminal in set directory Daniel Micay 2012-10-21 18:32:49 -0400
  • b76df7f5b2 get_config_boolean isn't needed anymore Daniel Micay 2012-10-14 15:32:21 -0400
  • 033bed5bac fix whitespace alignment Daniel Micay 2012-10-14 15:08:46 -0400
  • 8486a64986 no need for templated function to be static Daniel Micay 2012-10-14 15:08:06 -0400
  • 3909b180f7 one more usage of cfg_bool Daniel Micay 2012-10-14 14:30:47 -0400
  • f8954994bb use cfg_bool for config_info settings too Daniel Micay 2012-10-14 14:26:23 -0400
  • f00df4e8f4 get_bool_or -> cfg_bool Daniel Micay 2012-10-14 14:21:15 -0400
  • 83d1874f79 start cleaning up load_config Daniel Micay 2012-10-14 14:19:12 -0400
  • 93446a222f fix whitespace alignment Simon Gomizelj 2012-10-14 13:53:02 -0400
  • 16dc6b7e83 Merge remote-tracking branch 'origin/better-hints' Daniel Micay 2012-10-14 13:48:47 -0400
  • 7fe8c69d59 fix indent style issue Daniel Micay 2012-10-11 10:17:22 -0400
  • af04d62581 Makefile: build with -DNDEBUG Daniel Micay 2012-10-11 10:16:25 -0400
  • 02c92665ac clean-up config parsing with option type Daniel Micay 2012-10-11 10:13:54 -0400
  • 9cd8d5122a get rid of clamp macro to make gcc happy Daniel Micay 2012-10-10 23:42:03 -0400
  • 3d92b8b61e use const for button_press_cb config_info param Daniel Micay 2012-10-10 22:42:32 -0400
  • 298dddc6e2 kill off the last global variable Daniel Micay 2012-10-10 22:25:10 -0400
  • 4aa5cba78e no need for browser_cmd to be global Daniel Micay 2012-10-10 17:44:59 -0400
  • d1ad356d8e add terminfo for italic, support was added in vte Daniel Micay 2012-10-08 17:05:54 -0400
  • ea31f4c3e3 rm useless check Daniel Micay 2012-10-08 11:50:40 -0400
  • 4a87e93620 add a configuration for padding Simon Gomizelj 2012-09-30 13:05:06 -0400
  • 2e3edd46bd add roundness and border color Simon Gomizelj 2012-09-28 23:08:23 -0400
  • 2d32d93897 update termite.cfg Simon Gomizelj 2012-09-28 19:34:23 -0400
  • 11e6bbf8e2 add setting for hint border width Simon Gomizelj 2012-09-28 19:32:59 -0400
  • e5340a90dc add a [hints] section Simon Gomizelj 2012-09-28 19:27:10 -0400
  • 58ab9cad0f wrong resolution Simon Gomizelj 2012-09-28 18:47:43 -0400
  • a1fbff67cd move to pangocairo for hint rendering Simon Gomizelj 2012-09-28 18:03:30 -0400
  • ca0df9cdf5 url_regex.hh: make path component optional Daniel Micay 2012-10-07 11:45:37 -0400
  • b06873bf98 get rid of macro/concat hack Daniel Micay 2012-10-05 17:12:13 -0400
  • b4f059391a fix url hint invalid error Daniel Micay 2012-10-05 12:45:17 -0400
  • a905414491 add util repo as submodule Daniel Micay 2012-10-05 10:55:52 -0400
  • aadd8008b2 Makefile: update dependencies Daniel Micay 2012-10-04 15:36:52 -0400
  • 506166230c use a wrapper to make std::unique_ptr less verbose Daniel Micay 2012-10-04 15:35:48 -0400
  • 3d2c98b162 initialize directory to nullptr Daniel Micay 2012-10-02 19:24:04 -0400
  • f21b9f55b2 add a command-line switch for chdir() Daniel Micay 2012-10-02 19:14:12 -0400
  • 8899877581 fix typo in README Daniel Micay 2012-10-02 11:22:16 -0400
  • a7e2352596 add ctrl-left/right and shift-left/right bindings Daniel Micay 2012-10-02 11:10:59 -0400
  • ee5486bdad README.rst: rw text widget paragraph Daniel Micay 2012-09-29 07:48:21 -0400
  • 8a691f4c99 fully document hints mode Daniel Micay 2012-09-29 07:44:07 -0400
  • a12645212c end can be local to the strtok loop Daniel Micay 2012-09-28 13:58:12 -0400
  • 4bd4bff004 set errno to 0 before strtoul call Daniel Micay 2012-09-28 13:54:10 -0400
  • eb6389e042 switch to strtok_r for comma-separator urls Daniel Micay 2012-09-28 13:41:18 -0400
  • 4f515865f6 move the other if-else into the switch Daniel Micay 2012-09-28 12:18:13 -0400
  • a4de8fdbc1 if-else chain -> switch-case Daniel Micay 2012-09-28 09:52:53 -0400
  • 5cbfb8113d fix input completion bindings for all modes Daniel Micay 2012-09-28 03:45:49 -0400
  • 3f6ca1dedc make sure the panel gets hidden on escape Simon Gomizelj 2012-09-27 19:00:52 -0400
  • dfec1ef085 make transparency double check a bit more robust Daniel Micay 2012-09-27 12:54:44 -0400
  • a7458fba67 properly exit url hint mode on Esc key Simon Gomizelj 2012-09-27 12:39:03 -0400
  • 21d15c0cb6 selecting a url should exit command mode Simon Gomizelj 2012-09-27 12:26:12 -0400
  • 4e8721b365 allow for comma seperated url entry Simon Gomizelj 2012-09-27 12:20:14 -0400
  • 307f2438c1 exiting command mode should kill the entry Simon Gomizelj 2012-09-27 11:55:01 -0400
  • 6e168e25d6 rm type alias Daniel Micay 2012-09-25 05:44:07 -0400
  • 16159f2b1c give url_data ownership over the url pointer Daniel Micay 2012-09-25 05:03:14 -0400
  • 6d82e500d2 disable opacity properly (max guint16, not min) Daniel Micay 2012-09-25 04:53:26 -0400
  • 6fb58f5688 don't ever set rgba visual if transparency is off Daniel Micay 2012-09-25 04:49:43 -0400
  • 55c64aea32 avoid search_panel_info copy Daniel Micay 2012-09-25 04:39:30 -0400
  • b4bb15aff4 restore true transparency support Daniel Micay 2012-09-25 02:28:49 -0400
  • f35bcc5750 url_regex.hh: rfc 2396 adds tilde to unreserved Daniel Micay 2012-09-24 04:51:19 -0400
  • 9f507663fd url_regex.hh: temporary fix for percent encoding Daniel Micay 2012-09-22 20:33:26 -0400
  • b036852674 add pseudo-transparency support Daniel Micay 2012-09-22 19:46:33 -0400
  • 1c3a31626e {start,end}_selection -> {enter,exit}_command_mode Daniel Micay 2012-09-22 03:37:21 -0400
  • 8163fa1e6d reuse launch_browser function Daniel Micay 2012-09-22 02:02:32 -0400
  • 2202d24468 rm redundant cast Daniel Micay 2012-09-22 02:01:07 -0400
  • 9a16b6e6fd url_regex.hh: handle fragment Daniel Micay 2012-09-21 23:59:34 -0400
  • dd3716361a free matched urls in url_list Daniel Micay 2012-09-21 23:36:42 -0400
  • 0af2466ea4 fix url regex escaping Daniel Micay 2012-09-21 20:45:30 -0400
  • 2cc3b1e706 free content in find_urls Daniel Micay 2012-09-21 19:59:11 -0400
  • d4490bc785 use const for strtok tokens Daniel Micay 2012-09-21 18:24:19 -0400
  • 4559891f1d might as well use auto with g_array_index Daniel Micay 2012-09-21 18:02:30 -0400
  • e3671e1d6f follow the url spec for url path characters Daniel Micay 2012-09-21 17:41:06 -0400
  • fdd1ba0ce1 url_regex.hh: host is optional (thus file:///) Daniel Micay 2012-09-21 17:10:06 -0400
  • 0c52014f77 url_regex.hh: make scheme follow the standard Daniel Micay 2012-09-21 17:05:11 -0400
  • 30f6d438de start from the old inferior, but cleaner url regex Daniel Micay 2012-09-21 16:47:52 -0400
  • 8f3c75b987 Makefile: update deps Daniel Micay 2012-09-21 16:45:25 -0400
  • 2ffe2aa2c6 urlregex.h -> url_regex.hh Daniel Micay 2012-09-20 21:04:12 -0400
  • 3d8f18cebd cleanup strtok_r loops Daniel Micay 2012-09-18 20:06:34 -0400
  • 1273e58d59 GTree -> std::set Daniel Micay 2012-09-18 18:17:22 -0400
  • 5fd64fb634 Revert "replace hardware_keycode hack to stop focus cycle" Daniel Micay 2012-09-18 16:22:11 -0400
  • f913bc054d bounds check is too strict (off-by-one at the end) Daniel Micay 2012-09-18 15:54:24 -0400
  • 742ed9c6c4 replace hardware_keycode hack to stop focus cycle Daniel Micay 2012-09-18 08:13:55 -0400
  • ecab4a6dba id needs to be converted to the actual index Daniel Micay 2012-09-18 07:56:59 -0400
  • eb622a0b8a an empty string isn't a valid number Daniel Micay 2012-09-18 07:56:04 -0400
  • 4dc04defe2 rehide drawing area at startup Daniel Micay 2012-09-18 06:13:55 -0400
  • 7611a8aac0 document the existence of url hints Daniel Micay 2012-09-18 05:37:36 -0400
  • 8f927cad26 Revert "only set the rgba visual when required" Daniel Micay 2012-09-18 05:02:00 -0400
  • 4b749020ae only set the rgba visual when required Daniel Micay 2012-09-18 04:17:11 -0400
  • 83820ffb92 atoi -> strtoul with error checking Daniel Micay 2012-09-18 02:55:26 -0400
  • 0c2d425f32 use g_signal_connect_swapped to avoid unused param Daniel Micay 2012-09-18 00:50:01 -0400
  • 823aeb4ffe no more url_list global Daniel Micay 2012-09-18 00:42:17 -0400
  • 0600309498 have the hints use the same font as the vte Simon Gomizelj 2012-09-17 19:40:39 -0400
  • f7b534784f use numeric_limits in draw_marker Simon Gomizelj 2012-09-17 19:14:22 -0400
  • 63432759ba snprintf buffer len is the wrong length Simon Gomizelj 2012-09-17 19:12:57 -0400
  • 10295938ab properly space hints within a padding Simon Gomizelj 2012-09-17 19:10:52 -0400