| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | updaed vim input.txt with some more notes.vim-newinput | Tom Feist | 2011-05-12 | 1 | -0/+22 | 
| | | |||||
| * | vim-mode/vim_mode: more broken. Need to start over, I think. | Tom Feist | 2011-05-05 | 1 | -192/+277 | 
| | | |||||
| * | vim-mode/vim_mode: quite heavily broken. Needs a whole new rethink about the way | Tom Feist | 2011-05-05 | 1 | -434/+490 | 
| | | | | | it's going to be buffered and processed. | ||||
| * | vim-mode/vim_mode: fix some warnings/errors on script unload, allow cmd_seq to | Tom Feist | 2011-05-05 | 1 | -27/+89 | 
| | | | | | be a 2-char seqeuence rather than single one repeated, and some other fixes. | ||||
| * | vim-mode/vim_mode: tidy up, remove some dead code. | Tom Feist | 2011-05-05 | 1 | -53/+62 | 
| | | |||||
| * | vim-mode/vim_mode: beginnings of new input system starting to take shape - | Tom Feist | 2011-05-05 | 1 | -204/+398 | 
| | | | | | following actual vim style of timeout/ttimeout[_len] flags and fields. | ||||
| * | vim-mode/vim_mode: added :set [no]option for booleans. Needs testing (which | Tom Feist | 2011-05-05 | 1 | -0/+15 | 
| | | | | | can't be done until I unbreak the input system :( | ||||
| * | vim-mode/vim_mode: changed input_buf to escape_buf to more accurately represent | Tom Feist | 2011-05-05 | 1 | -91/+128 | 
| | | | | | what it's for. | ||||
| * | addded all the 'official' vim timeout* settigns for controliling escape ↵ | Tom Feist | 2011-05-05 | 1 | -10/+12 | 
| | | | | | handling. | ||||
| * | change _debug to eliminate DEBUG function call | Tom Feist | 2011-05-05 | 1 | -6/+24 | 
| | | |||||
| * | vim-mode/vim_mode: moved input handling code out of signal handler into a | Tom Feist | 2011-05-05 | 1 | -21/+56 | 
| | | | | | separate function, and clarified a lot of the keycode handling with KEY_* constants. | ||||
| * | updated README to remind myself how to do a proper script deployment. | Tom Feist | 2011-05-05 | 2 | -1/+19 | 
| | | |||||
| * | bleepbloop | Tom Feist | 2011-05-05 | 1 | -2/+2 | 
| | | |||||
| * | beepbeep | Tom Feist | 2011-05-05 | 1 | -0/+1 | 
| | | |||||
| * | template: death of the return of the child of the hook testing comment. | Tom Feist | 2011-05-05 | 1 | -1/+0 | 
| | | |||||
| * | template: return of the comment! | Tom Feist | 2011-05-05 | 1 | -1/+1 | 
| | | |||||
| * | template: removed comment again | Tom Feist | 2011-05-05 | 1 | -1/+1 | 
| | | |||||
| * | test comment for hooks in template.pl | Tom Feist | 2011-05-05 | 1 | -0/+1 | 
| | | |||||
| * | moved hook instead of symlink | Tom Feist | 2011-05-05 | 1 | -38/+0 | 
| | | |||||
| * | vim_mode: small comment change test | Tom Feist | 2011-05-05 | 1 | -1/+1 | 
| | | |||||
| * | sorted otu pre-commit hook, I hope | Tom Feist | 2011-05-05 | 2 | -5/+46 | 
| | | |||||
| * | added script to auto-updated "changed" field of %IRSSI hash when called on a ↵ | Tom Feist | 2011-05-05 | 1 | -0/+119 | 
| | | | | | script | ||||
| * | vim-mode/vim_mode: minor comment fixups | Tom Feist | 2011-05-05 | 1 | -3/+6 | 
| | | |||||
| * | vim-mode/vim_mode: OCD code reformatting (thanks, perltidy!) | Tom Feist | 2011-05-05 | 1 | -154/+190 | 
| | | |||||
| * | vim-mode/vim_mode: moved things into more common groupings and added comment | Tom Feist | 2011-05-05 | 1 | -163/+253 | 
| | | | | | headings. cleaned up the warning code a bit. | ||||
| * | renamed various statusbar-item and expando callbacks, and their generator ↵ | Tom Feist | 2011-05-05 | 1 | -19/+25 | 
| | | | | | functions. | ||||
| * | vim-mode: new branch for fixing input code. Move it all to single location (end | Tom Feist | 2011-05-04 | 1 | -516/+524 | 
| | | | | | of file), and rename got_key handler to something standard (sig_gui_keypress) | ||||
| * | added colour_test for testing implementations of 256-colour patches | Tom Feist | 2011-05-04 | 1 | -0/+16 | 
| | | |||||
| * | small documentation fixup | Tom Feist | 2011-05-04 | 1 | -0/+5 | 
| | | |||||
| * | vim-mode/vim_mode: fixed the stupd bugs I missed by not testing. Might possibly | Tom Feist | 2011-04-28 | 1 | -2/+2 | 
| | | | | | work now. | ||||
| * | vim-mode/vim_mode: added new setting: 'esc_buf_timeout', | Tom Feist | 2011-04-28 | 1 | -2/+9 | 
| | | | | | | | It determines the amount of time between escape being pressed and other keys being assumed to be part of an escape (meta-) sequence. Defaults to 10ms. Be careful changing it. | ||||
| * | notifyquit: fixed check_watchlist test to pass a channel name, not an object. | Tom Feist | 2011-04-22 | 1 | -1/+1 | 
| | | |||||
| * | notifyquit: added additional check for non-channel activities which may | Tom Feist | 2011-04-22 | 1 | -0/+6 | 
| | | | | | influence watchlist. | ||||
| * | merged vague's changes to watchlist. Things should (in theory) work. | Tom Feist | 2011-04-22 | 2 | -28/+38 | 
| | | | | | Testers needed. | ||||
| * | finally fixed link to point at coekies repo. | Tom Feist | 2011-04-22 | 2 | -4/+6 | 
| | | |||||
| * | history-search/README: linkifying failed, fallin back to GH style linkage. | Tom Feist | 2011-04-22 | 2 | -2/+2 | 
| | | |||||
| * | history-search/README: see if we can fix the link to coekies original ↵ | Tom Feist | 2011-04-22 | 2 | -2/+6 | 
| | | | | | history_search | ||||
| * | history-search/README: fix list formatting and a POD formatting error. | Tom Feist | 2011-04-22 | 2 | -21/+32 | 
| | | |||||
| * | quit-notify/notifyquit: updated docs & readme to mention that C-c and C-g both | Tom Feist | 2011-04-22 | 2 | -3/+10 | 
| | | | | | cancel message | ||||
| * | Merge branch 'dev' of github.com:shabble/irssi-scripts into dev | Tom Feist | 2011-04-22 | 1 | -6/+9 | 
| |\ | | | | | | | | | Conflicts: vim-mode/vim_mode.pl | ||||
| | * | vim-mode: Fix :map displaying <C-H> as mapped to <BS>. | Simon Ruderich | 2011-02-12 | 1 | -0/+2 | 
| | | | |||||
| | * | vim-mode: Support ^H as BS key. | Simon Ruderich | 2011-01-20 | 1 | -4/+5 | 
| | | | | | | | | | | | | | Reported by peth. At the moment it's not working for custom mappings though! | ||||
| * | | Merge branch 'master' into dev | Tom Feist | 2011-04-22 | 95 | -806/+9717 | 
| |\ \ | |||||
| | * | | feature-tests/key_sig: test to see if there's any useful info in the 'keyboard | Tom Feist | 2011-04-22 | 1 | -0/+51 | 
| | | | | | | | | | | | | | | | | | | | | | | | | | created' signals. Answer is no, because it gets initialised befor the perl core, so we're too late to handle the signal. Might be a useful testcase for when I start meddling with multiple keyboards though. | ||||
| | * | | act_hide/act_hide: initial commit of an improved version of hide.pl for managing | Tom Feist | 2011-04-22 | 1 | -0/+353 | 
| | | | | | | | | | | | | | activity_hide_(targets|level) settings. | ||||
| | * | | start of Makefile to automate generation of README.pod docs for each script | Tom Feist | 2011-04-22 | 1 | -0/+42 | 
| | | | | | | | | | | | | | with embedded POD. | ||||
| | * | | vim-mode/vim_mode: FINAL doc update for now. Or Else. | Tom Feist | 2011-04-22 | 3 | -10/+10 | 
| | | | | |||||
| | * | | vim-mode/vim_mode: docs: missed a bracket. | Tom Feist | 2011-04-22 | 2 | -2/+2 | 
| | | | | |||||
| | * | | vim-mode/vim_mode: more doc updates about hooks and sbar items. | Tom Feist | 2011-04-22 | 2 | -37/+59 | 
| | | | | |||||
| | * | | vim-mode/vim_mode: more documentation on how to use uberprompt hooks and | Tom Feist | 2011-04-22 | 2 | -2/+136 | 
| | | | | | | | | | | | | | expandos to get vim_mode sbar items or variables. | ||||
