| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | docs/General/Internals: start of some documentation of the internals of how | Tom Feist | 2011-01-01 | 1 | -0/+48 |
* | | feature_tests/easy_exec: further futile efforts to make a /script exec that | Tom Feist | 2011-01-01 | 1 | -4/+19 |
* | | ido-mode/ido_switcher: added help binding (C-h) since there were getting to b... | Tom Feist | 2011-01-01 | 1 | -1/+47 |
* | | key_test: dumped some key-processing code in there I plan to look at later. | Tom Feist | 2011-01-01 | 1 | -0/+19 |
* | | module_test: The tiny beginnings of an irssi loadable-module (not script) for | Tom Feist | 2011-01-01 | 9 | -0/+566 |
|/ |
|
* | Merge branch 'dev' of github.com:shabble/irssi-scripts into dev | Tom Feist | 2011-01-01 | 1 | -0/+4 |
|\ |
|
| * | vim_mode: Document cmdchars is not used for mappings. | Simon Ruderich | 2010-11-29 | 1 | -0/+4 |
* | | Uses the channel add [] infracstructure as a datastore.richoH-master | richo | 2011-01-01 | 1 | -6/+42 |
* | | uberprompt: hopefully a fix for Irssi::Nick not found irssi bug weirdness. | Tom Feist | 2010-12-31 | 1 | -0/+2 |
* | | auto_server: oops, 'setup changed' signal was calling the wrong thing. | Tom Feist | 2010-12-31 | 1 | -1/+1 |
* | | auto_server: bugfix: forgot to remove pending items from queue after joining ... | Tom Feist | 2010-12-31 | 1 | -0/+20 |
* | | auto_server: initial commit - script to handle connecting to various servers | Tom Feist | 2010-12-31 | 1 | -0/+152 |
* | | ido_switch: bugfix: visiting active items removes them from the active list. | Tom Feist | 2010-12-31 | 1 | -7/+9 |
* | | ido_switch: more doc and comment fixes | Tom Feist | 2010-12-30 | 1 | -8/+20 |
* | | ido_switch: added a bit more documentation on the various bindings. | Tom Feist | 2010-12-30 | 1 | -2/+38 |
* | | ido_switch: general refactor of code for more DRY. Beginning of full listing | Tom Feist | 2010-12-30 | 1 | -284/+471 |
* | | ido_switch: create hilight for numbers, and fix bugs with regex match impleme... | Tom Feist | 2010-12-27 | 1 | -11/+19 |
* | | ido_switch: bugfix for match hilighting, more indicator options, general comm... | Tom Feist | 2010-12-25 | 1 | -42/+51 |
* | | ido_switch: fix to only allow numbers that are prefixes. | Tom Feist | 2010-12-23 | 1 | -1/+1 |
* | | ido_switch: searching by number now shows all items having that number as a p... | Tom Feist | 2010-12-23 | 1 | -6/+3 |
* | | ido_switch: hilight individual parts of names that correspond to the search | Tom Feist | 2010-12-23 | 1 | -16/+69 |
* | | ido_switch: make flex matching behave better, and generally clean up the | Tom Feist | 2010-12-22 | 1 | -23/+50 |
* | | history-search/rl_history_search: fix to make sure init() is called after | Tom Feist | 2010-12-13 | 1 | -3/+10 |
* | | ido_switch: only use levelclear when necessary (after something has been prin... | Tom Feist | 2010-12-13 | 1 | -0/+3 |
* | | ido_switch: SPC jumps to window without exiting mode, RET no longer sends | Tom Feist | 2010-12-12 | 1 | -2/+12 |
* | | ido_switch: C-e toggles selection of only active windows | Tom Feist | 2010-12-11 | 1 | -4/+35 |
* | | ido_switch: support for numerical selection of windows | Tom Feist | 2010-12-11 | 1 | -1/+4 |
* | | ido_switch: flex_match is now case-insensitive | Tom Feist | 2010-12-11 | 1 | -3/+6 |
* | | tab displays full list in window, select/cancel clears it. | Tom Feist | 2010-12-11 | 1 | -36/+81 |
* | | ido_switcher: implemented the bulk of the script. Tag specific and | Tom Feist | 2010-12-10 | 1 | -53/+118 |
* | | test commit | Tom Feist | 2010-12-06 | 1 | -1/+1 |
* | | easy_exec: add author info block, Dump() function to call Data::Dumper | Tom Feist | 2010-12-04 | 1 | -4/+14 |
* | | template: update template with personal details, add additional imports | Tom Feist | 2010-12-04 | 1 | -2/+6 |
* | | easy_exec: override /script exec with a function to export all of the Irssi:: | Tom Feist | 2010-12-04 | 1 | -0/+25 |
* | | uberprompt: have the debug_prompt_changed handler added/removed appropriately | Tom Feist | 2010-12-04 | 1 | -4/+7 |
* | | ido_switcher: some progress, ported most of the modal functionality from | Tom Feist | 2010-12-04 | 1 | -70/+146 |
* | | ido_switcher: start of a new window switching mode based around emacs ido-mode | Tom Feist | 2010-12-04 | 1 | -0/+271 |
* | | sb_position: oops, switch back to default sbar view | Tom Feist | 2010-12-02 | 1 | -2/+2 |
* | | sb_position: fix incorrect percent showing at beginning and end of buffer. | Tom Feist | 2010-12-02 | 1 | -16/+17 |
* | | sb_position: account for empty_linecount to fix incorrect position on /clear, | Tom Feist | 2010-12-02 | 1 | -6/+16 |
* | | sb_position: /sb commands now work and cause the update as expected | Tom Feist | 2010-12-02 | 1 | -2/+9 |
* | | sb_position: moved register and sig code into init(), weird hacky bugfix for ... | Tom Feist | 2010-12-02 | 1 | -11/+15 |
* | | sb_position: added a (presumably) working version of rudi_s' scrollback posit... | Tom Feist | 2010-12-02 | 1 | -0/+90 |
* | | Revert "vim_mode: prototype of partial ex bindings" | Tom Feist | 2010-12-01 | 1 | -31/+4 |
* | | docs: recommitting due to revert confusion | Tom Feist | 2010-12-01 | 2 | -4/+2 |
* | | vim_mode: prototype of partial ex bindingsmap-enhance | Tom Feist | 2010-12-01 | 1 | -4/+31 |
* | | docs: clarify signal_remove cannot be applied to coderef handlers. | Tom Feist | 2010-12-01 | 2 | -2/+4 |
|/ |
|
* | docs: updated buildpod script to save to new tmp locationvim_mode_1.0 | Tom Feist | 2010-11-26 | 1 | -1/+1 |
* | uberprompt: squash an uninitalised warning in $cumode checking | Tom Feist | 2010-11-24 | 1 | -2/+3 |
* | uberprompt: prompt now updates correctly with $cumode expando | Tom Feist | 2010-11-24 | 1 | -1/+25 |