Commit Graph

  • 94217c8a57 fix url_data initialization order Daniel Micay 2012-09-17 18:54:07 -0400
  • b1dd8d6997 url_data's pos is now really the actual column Daniel Micay 2012-09-17 18:00:39 -0400
  • eacbaca03d minor cleanup Daniel Micay 2012-09-17 17:57:14 -0400
  • e513f2ccd2 get the column from the char attr struct too Daniel Micay 2012-09-17 17:51:08 -0400
  • 8ebe3ec620 %d -> %u for unsigned Daniel Micay 2012-09-17 17:44:49 -0400
  • 30298b446d url_data: line should be a long Daniel Micay 2012-09-17 17:33:39 -0400
  • 885805c5c6 fix hint position on wrapped lines Daniel Micay 2012-09-17 05:20:43 -0400
  • e9bbc0f949 use const in a few places Daniel Micay 2012-09-17 01:15:06 -0400
  • c9da57f434 silence -Wconversion warnings Daniel Micay 2012-09-16 18:09:52 -0400
  • 363300df1a prevent a long -> unsigned conversion Daniel Micay 2012-09-16 17:12:54 -0400
  • e77a4ed5cb purge some useless glib typedefs Daniel Micay 2012-09-16 17:06:21 -0400
  • 2b683b1f0e mbstowcs -> g_utf8_strlen Daniel Micay 2012-09-16 16:57:34 -0400
  • 4c5c8d97ba rm struct typedef Daniel Micay 2012-09-16 16:25:14 -0400
  • 189c669920 replace GList with vector Daniel Micay 2012-09-16 16:23:29 -0400
  • 6137340f6d list -> url_list Daniel Micay 2012-09-16 16:12:22 -0400
  • c30216eca5 fix unused variable warning Daniel Micay 2012-09-16 16:08:01 -0400
  • 7d188f3010 handle leaving hint mode Daniel Micay 2012-09-16 16:03:49 -0400
  • e1822fbfde name the overlays Daniel Micay 2012-09-16 15:53:09 -0400
  • 14c62d6074 manually merge vodik's old url hint branch Daniel Micay 2012-09-16 05:57:01 -0400
  • a45f822139 no longer need termite.vim Daniel Micay 2012-09-10 16:05:10 -0400
  • a6abd786cf minor move_forward cleanup (\0 terminator not used) Daniel Micay 2012-09-09 22:28:38 -0400
  • 8f3c799b01 replace 2 lambdas with partial functions Daniel Micay 2012-09-09 18:19:44 -0400
  • 7168c5fcc4 fix last change Daniel Micay 2012-09-09 17:20:06 -0400
  • 8abd6aa82e keep word movement conventions the same Daniel Micay 2012-09-09 17:05:16 -0400
  • d0fca6953c pointer -> index for word movement iterators Daniel Micay 2012-09-09 16:59:51 -0400
  • 74bf1c58ea another tweak to move_forward Daniel Micay 2012-09-09 16:50:17 -0400
  • 8073df7dfe replace lambda with std::not1 Daniel Micay 2012-09-09 16:00:19 -0400
  • daa394d88a update TODO.rst Daniel Micay 2012-09-08 17:51:32 -0400
  • a2bafff951 stop forward word movement at the end of the text Daniel Micay 2012-09-08 17:41:58 -0400
  • 7328e96110 minor cleanup Daniel Micay 2012-09-08 16:59:25 -0400
  • e96ab0829e add support for setting highlight Daniel Micay 2012-09-08 02:59:32 -0400
  • dac303ef1d README.rst: +newline to fix vim syntax highlight Daniel Micay 2012-09-08 02:36:11 -0400
  • 5402716718 get rid of (some) duplicated word movement code Daniel Micay 2012-09-08 01:18:10 -0400
  • 27e6fba2ef add forward/backword WORD motion Daniel Micay 2012-09-08 01:10:29 -0400
  • ad861b7224 rm unused variable Daniel Micay 2012-09-08 00:12:06 -0400
  • a1591e795a call update_selection in set_cursor_column Daniel Micay 2012-09-07 22:49:16 -0400
  • d3d7276ec0 cleaning up naming Daniel Micay 2012-09-07 22:41:41 -0400
  • deffdd9c83 fix error handling in color parsing Daniel Micay 2012-09-07 21:11:29 -0400
  • 810b86aa08 rm redundant comment Daniel Micay 2012-09-07 19:00:00 -0400
  • aa0cc3b7e3 update_selection always removes the old selection Daniel Micay 2012-09-07 18:55:01 -0400
  • 4b164c1e82 very minor cleanup Daniel Micay 2012-09-07 16:41:20 -0400
  • e027b88f30 order of stuff in main matters, oops Simon Gomizelj 2012-09-03 03:26:41 -0400
  • ce9fdb71d2 vte has no blink support at the moment Daniel Micay 2012-09-02 21:04:28 -0400
  • 978e6b2d76 switch to xterm-termite for TERM Daniel Micay 2012-09-02 18:56:25 -0400
  • 2ff780695a no longer need to set cursor visibility Daniel Micay 2012-08-30 04:32:03 -0400
  • 89077663ab rm unused parameter Daniel Micay 2012-08-30 04:28:15 -0400
  • 1e19755049 use the real cursor, instead of the selection hack Daniel Micay 2012-08-30 04:27:01 -0400
  • ae2d567052 update README Daniel Micay 2012-08-30 01:08:21 -0400
  • 343a743830 just use vte's function to get the shell fallback Daniel Micay 2012-08-30 01:03:15 -0400
  • 29b4f64420 0 -> nullptr Daniel Micay 2012-08-27 02:00:14 -0400
  • 527115b87b no longer need to silence clang macro warning Daniel Micay 2012-08-27 01:40:27 -0400
  • 2a7c36d9ac set _POSIX_C_SOURCE in the Makefile, not the code Daniel Micay 2012-08-27 01:22:39 -0400
  • 72eec58d9e pause output in command mode Daniel Micay 2012-08-27 00:46:52 -0400
  • fc3adf68b7 one last 1 -> EXIT_FAILURE Daniel Micay 2012-08-26 20:29:32 -0400
  • 84cb3083b2 fix overlong header line Daniel Micay 2012-08-24 10:59:57 -0400
  • 2cbdb110e7 beautify README.rst Daniel Micay 2012-08-24 10:53:39 -0400
  • ff1f50c794 document tab/shift-tab completion bindings Daniel Micay 2012-08-24 10:30:00 -0400
  • 275bed4ea0 replace multi_url with a different keybinding Daniel Micay 2012-08-24 10:27:48 -0400
  • 388539ae6c make exiting command-mode on opening url optional Daniel Micay 2012-08-21 22:42:33 -0400
  • e07d1b4137 add check for NULL Daniel Micay 2012-08-19 15:07:07 -0400
  • fbfe4dae40 Makefile: url_regex.h dep Daniel Micay 2012-08-16 05:04:47 -0400
  • 2865781c70 fix focus loss issue with the completion widget Daniel Micay 2012-08-14 23:52:28 -0400
  • 8fb9aad003 synthesize events for GtkEntryCompletion Daniel Micay 2012-08-14 23:47:19 -0400
  • 10a3eb0bac zap some magic numbers Daniel Micay 2012-08-14 20:34:11 -0400
  • 3eddcf2ac5 silence spurious clang warning Daniel Micay 2012-08-14 20:33:58 -0400
  • 68939cc5ba add missing cstdlib include Daniel Micay 2012-08-14 20:19:19 -0400
  • ba92b480fd Makefile: use LDLIBS Daniel Micay 2012-08-14 20:16:24 -0400
  • e4c2900c4f some minor cleanup Daniel Micay 2012-08-14 20:06:30 -0400
  • c4a9494123 silence the g_key_file const warning Daniel Micay 2012-08-14 20:02:11 -0400
  • 343cee1702 do not try opening empty selection in browser Daniel Micay 2012-08-14 19:52:18 -0400
  • 13758efba5 README.rst: rm extra backtick Daniel Micay 2012-08-14 16:57:07 -0400
  • 71dcedb5ee README.rst: update Daniel Micay 2012-08-14 16:32:52 -0400
  • cf78dbcd3e initial implementation of 'w' and 'b' Daniel Micay 2012-08-14 16:28:58 -0400
  • d76afec3d7 fix the resizing issue in termite Simon Gomizelj 2012-06-20 17:28:15 -0400
  • 1246b64518 make geometry configurable in termite.cfg Daniel Micay 2012-08-08 17:28:09 -0400
  • 139006d32a fix assertion on forced exit Daniel Micay 2012-07-30 11:46:49 -0400
  • f1ff458911 fix minor leak Daniel Micay 2012-07-27 05:05:27 -0400
  • 8b97b04cd1 expose word_chars option Daniel Micay 2012-07-27 04:58:50 -0400
  • affac554fe exit command mode after launching url Daniel Wallace 2012-07-21 22:52:29 +0000
  • 2809a040bc Revert "get rid of GTree" Daniel Micay 2012-07-21 01:43:16 -0400
  • b8d574f76a minor cleanup Daniel Micay 2012-07-20 11:56:07 -0400
  • c6869dd493 replace g_strdup_printf call with static buffer Daniel Micay 2012-07-20 11:53:13 -0400
  • 1a3f3d2b4a silence clang warning Daniel Micay 2012-07-20 11:41:44 -0400
  • e7acfc1635 move url_regex to a header Daniel Micay 2012-07-20 11:32:15 -0400
  • 8200137f5d strongly typed enum for input mode Daniel Micay 2012-07-20 11:19:42 -0400
  • 497b8667fa use strongly typed enum for overlay_mode Daniel Micay 2012-07-20 11:05:30 -0400
  • bd4b0bd144 rm redundant typedefs Daniel Micay 2012-07-20 11:01:57 -0400
  • 76274d59ba avoid glib MIN/MAX macros Daniel Micay 2012-07-20 11:00:49 -0400
  • fcb10e72e4 cleanup includes Daniel Micay 2012-07-20 10:56:09 -0400
  • 7e55478fb1 get rid of GTree Daniel Micay 2012-07-20 10:55:38 -0400
  • d44ed632ae minor cleanup (unused param) Daniel Micay 2012-07-20 10:42:00 -0400
  • 0e7d8c4ce0 use the correct file extension Daniel Micay 2012-07-20 10:35:45 -0400
  • cbfc6264f1 fix the url madness once and for all Daniel Micay 2012-07-20 10:34:36 -0400
  • 4940cf4a75 improved url regex Daniel Micay 2012-07-20 10:05:46 -0400
  • c4a2ee4840 handle unset browser in open_selection Daniel Micay 2012-07-20 05:09:46 -0400
  • 381316b6f7 add binding to open urls Daniel Micay 2012-07-20 04:54:25 -0400
  • b2f90f4e48 fix search info reference Daniel Micay 2012-07-19 22:51:50 -0400
  • 72f504deaa termite.cfg: cleanup Daniel Micay 2012-07-17 00:26:26 -0400
  • a255895b45 get down to a single VTE_TERMINAL cast Daniel Micay 2012-07-16 21:47:48 -0400
  • ac0eec3871 rm static from local constants Daniel Micay 2012-07-16 19:11:16 -0400