]>
git.mdlowis.com Git - archive/afm.git/log
Mike Lowis [Tue, 5 Aug 2014 01:27:44 +0000 (21:27 -0400)]
Merge pull request #18 from mikedlowis/refresh-ls
perform ls when reloading a frame
a bellenir [Sun, 3 Aug 2014 20:40:57 +0000 (20:40 +0000)]
perform ls when reloading a frame. add 'r' keyboard shortcut to reload current frame (R still reloads all, but with ls)
A. Bellenir [Sun, 3 Aug 2014 06:36:00 +0000 (06:36 +0000)]
Merge pull request #14 from mikedlowis/refresh-priorities
added priorities to refresh state
a bellenir [Sun, 3 Aug 2014 06:35:09 +0000 (06:35 +0000)]
fix refresh state order
a bellenir [Sun, 3 Aug 2014 06:27:41 +0000 (06:27 +0000)]
fix aardvark mode
A. Bellenir [Sun, 3 Aug 2014 06:01:07 +0000 (06:01 +0000)]
Merge pull request #16 from mikedlowis/status-line
Status line
a bellenir [Sun, 3 Aug 2014 05:54:34 +0000 (05:54 +0000)]
better matching for keybindings in normalmode
a bellenir [Sun, 3 Aug 2014 04:43:05 +0000 (04:43 +0000)]
minor tweaks
Michael D. Lowis [Sun, 3 Aug 2014 04:09:56 +0000 (00:09 -0400)]
merge stuff
Michael D. Lowis [Sun, 3 Aug 2014 04:08:58 +0000 (00:08 -0400)]
Should use escape define
a bellenir [Sun, 3 Aug 2014 04:06:19 +0000 (04:06 +0000)]
merge in dev
Michael D. Lowis [Sun, 3 Aug 2014 03:30:04 +0000 (23:30 -0400)]
Added search mode to status line
Michael D. Lowis [Sun, 3 Aug 2014 01:45:16 +0000 (21:45 -0400)]
added priorities to refresh state so a lower priority refresh doesn't override a higher priority one.
Mike Lowis [Sun, 3 Aug 2014 01:27:39 +0000 (21:27 -0400)]
Merge pull request #13 from mikedlowis/frameswapping
Frame Swapping
Michael D. Lowis [Sat, 2 Aug 2014 22:42:19 +0000 (18:42 -0400)]
Allocated space for the status line and added echoing of typed key combos to it
a bellenir [Sat, 2 Aug 2014 18:51:29 +0000 (18:51 +0000)]
set focus to NULL before deleting focused node from list
a bellenir [Fri, 1 Aug 2014 06:39:44 +0000 (06:39 +0000)]
clearer nullchecks
a bellenir [Fri, 1 Aug 2014 06:07:02 +0000 (06:07 +0000)]
fix segfault when removing frames
a bellenir [Fri, 1 Aug 2014 05:37:32 +0000 (05:37 +0000)]
update modules
a bellenir [Fri, 1 Aug 2014 05:17:37 +0000 (05:17 +0000)]
swap focused frame with previous with wK
a bellenir [Fri, 1 Aug 2014 05:00:07 +0000 (05:00 +0000)]
swap focused frame with next with wJ
a bellenir [Fri, 1 Aug 2014 04:12:59 +0000 (04:12 +0000)]
use builtin list functions to swap frame w/ master
Michael D. Lowis [Fri, 1 Aug 2014 01:47:39 +0000 (21:47 -0400)]
Update to latest libcds
Mike Lowis [Fri, 1 Aug 2014 01:28:06 +0000 (21:28 -0400)]
Merge pull request #11 from mikedlowis/88
use new list functions in libcds
a bellenir [Wed, 30 Jul 2014 20:29:53 +0000 (20:29 +0000)]
use list_prev
a bellenir [Wed, 30 Jul 2014 20:27:39 +0000 (20:27 +0000)]
use list_delete_node to remove frames
a bellenir [Wed, 30 Jul 2014 20:22:19 +0000 (20:22 +0000)]
update libcds
abellenir [Wed, 30 Jul 2014 17:15:50 +0000 (17:15 +0000)]
Merge pull request #9 from mikedlowis/88
fixing various screen aard-ifacts & display issues & add code to set a frame as master
Michael D. Lowis [Wed, 30 Jul 2014 12:36:50 +0000 (08:36 -0400)]
Move and resize widnows when they are swapped. Not doing so causes ncurses to redraw improperly
Michael D. Lowis [Wed, 30 Jul 2014 12:13:49 +0000 (08:13 -0400)]
Removed dead code
a bellenir [Wed, 30 Jul 2014 05:45:23 +0000 (05:45 +0000)]
actually fix aard-ifacts when leaving aardvark mode
a bellenir [Wed, 30 Jul 2014 05:32:05 +0000 (05:32 +0000)]
fix aard-ifacts
a bellenir [Wed, 30 Jul 2014 05:19:07 +0000 (05:19 +0000)]
libcds to master branch
a bellenir [Wed, 30 Jul 2014 04:55:47 +0000 (04:55 +0000)]
merge with window artifacts
a bellenir [Wed, 30 Jul 2014 04:10:18 +0000 (04:10 +0000)]
set tail if needed in frame swap & cleanup
a bellenir [Wed, 30 Jul 2014 02:02:40 +0000 (02:02 +0000)]
debugging
a bellenir [Tue, 29 Jul 2014 21:40:35 +0000 (21:40 +0000)]
use prev. node function when moving focus backwards
a bellenir [Tue, 29 Jul 2014 21:31:13 +0000 (21:31 +0000)]
fix cycles from 2nd window
a bellenir [Tue, 29 Jul 2014 21:03:09 +0000 (21:03 +0000)]
Merge branch '88' into setmasterframe
a bellenir [Tue, 29 Jul 2014 20:54:03 +0000 (20:54 +0000)]
fix highlighting artifacts
Michael D. Lowis [Tue, 29 Jul 2014 20:47:56 +0000 (16:47 -0400)]
switched to tri-state flag for indicating the type of screen refresh required
a bellenir [Tue, 29 Jul 2014 20:22:39 +0000 (20:22 +0000)]
busted; wip
Mike Lowis [Tue, 29 Jul 2014 01:59:20 +0000 (21:59 -0400)]
Merge pull request #5 from mikedlowis/88
closes #3
a bellenir [Tue, 29 Jul 2014 01:55:01 +0000 (01:55 +0000)]
re-add flags
a bellenir [Tue, 29 Jul 2014 01:52:51 +0000 (01:52 +0000)]
update modules
a bellenir [Mon, 28 Jul 2014 16:25:04 +0000 (16:25 +0000)]
add -Wextra flag and fix issues
a bellenir [Mon, 28 Jul 2014 15:43:02 +0000 (15:43 +0000)]
dont redraw screen in handler for aardvark mode
Michael D. Lowis [Mon, 28 Jul 2014 13:26:15 +0000 (09:26 -0400)]
Build the CDS library separately and fix build options for cygwin port
a bellenir [Mon, 28 Jul 2014 10:11:54 +0000 (10:11 +0000)]
circular window cycling
a bellenir [Mon, 28 Jul 2014 09:39:03 +0000 (09:39 +0000)]
IMPORTANT THINGS
a bellenir [Mon, 28 Jul 2014 08:45:45 +0000 (08:45 +0000)]
fix highlighting for new windows & fix segfault when closing windows
a bellenir [Mon, 28 Jul 2014 07:49:47 +0000 (07:49 +0000)]
dont redraw whole window to change highlighted item
a bellenir [Mon, 28 Jul 2014 07:10:14 +0000 (07:10 +0000)]
unhighlight frame when changing focus from it
a bellenir [Mon, 28 Jul 2014 07:09:43 +0000 (07:09 +0000)]
yea, those files are important, and shouldve been added ages ago
a bellenir [Mon, 28 Jul 2014 06:28:01 +0000 (06:28 +0000)]
add TODOs for list bugs/missing functions
a bellenir [Mon, 28 Jul 2014 05:38:02 +0000 (05:38 +0000)]
window focus-switching
a bellenir [Mon, 28 Jul 2014 05:21:18 +0000 (05:21 +0000)]
track focused node in framelist instead of frame
a bellenir [Mon, 28 Jul 2014 04:16:05 +0000 (04:16 +0000)]
split frame from screen. rm some unneeded includes. add focused_workdir getter to state
Michael D. Lowis [Sun, 27 Jul 2014 22:47:08 +0000 (18:47 -0400)]
tweaked rake scripts
abellenir [Sun, 27 Jul 2014 03:11:30 +0000 (03:11 +0000)]
+Wall to compiler flags. rm unnecessary declaration
abellenir [Sun, 27 Jul 2014 02:00:00 +0000 (02:00 +0000)]
fix some compiler warnings
Michael D. Lowis [Sun, 27 Jul 2014 00:39:48 +0000 (20:39 -0400)]
Added missing return statement
abellenir [Sat, 26 Jul 2014 18:23:56 +0000 (18:23 +0000)]
use wstandend
abellenir [Sat, 26 Jul 2014 10:11:43 +0000 (10:11 +0000)]
fix scrolling with expanded items
abellenir [Sat, 26 Jul 2014 09:56:24 +0000 (09:56 +0000)]
whitespace consistency
abellenir [Sat, 26 Jul 2014 09:46:48 +0000 (09:46 +0000)]
add additional file info
abellenir [Sat, 26 Jul 2014 09:16:29 +0000 (09:16 +0000)]
git should ignore swapfiles
abellenir [Sat, 26 Jul 2014 09:16:01 +0000 (09:16 +0000)]
better page up/down scrolling
abellenir [Sat, 26 Jul 2014 08:52:26 +0000 (08:52 +0000)]
refactor scrolling & index jumping
abellenir [Sat, 26 Jul 2014 08:50:50 +0000 (08:50 +0000)]
add searching
abellenir [Sat, 26 Jul 2014 07:28:41 +0000 (07:28 +0000)]
cursorjumping & beginnings of seeking
abellenir [Sat, 26 Jul 2014 06:58:23 +0000 (06:58 +0000)]
remove unnecessary variable
abellenir [Sat, 26 Jul 2014 06:52:17 +0000 (06:52 +0000)]
make filename a pointer to somewhere in full path
abellenir [Sat, 26 Jul 2014 06:39:21 +0000 (06:39 +0000)]
file struct & better cding
abellenir [Sat, 26 Jul 2014 05:11:30 +0000 (05:11 +0000)]
colors!
abellenir [Sat, 26 Jul 2014 05:01:53 +0000 (05:01 +0000)]
store full file paths
a bellenir [Sat, 26 Jul 2014 03:25:12 +0000 (03:25 +0000)]
plug leak
a bellenir [Sat, 26 Jul 2014 03:13:23 +0000 (03:13 +0000)]
Merge branch 'development' of github.com:mikedlowis/afm into development
a bellenir [Sat, 26 Jul 2014 03:13:20 +0000 (03:13 +0000)]
check if path==/ where needed
Michael D. Lowis [Sat, 26 Jul 2014 03:09:07 +0000 (23:09 -0400)]
Fixed terminal breakage
a bellenir [Sat, 26 Jul 2014 02:55:25 +0000 (02:55 +0000)]
offbyone
a bellenir [Sat, 26 Jul 2014 02:41:55 +0000 (02:41 +0000)]
rm debug prints
a bellenir [Sat, 26 Jul 2014 02:40:12 +0000 (02:40 +0000)]
rm old comments
a bellenir [Sat, 26 Jul 2014 02:39:12 +0000 (02:39 +0000)]
plugin leaks
a bellenir [Sat, 26 Jul 2014 02:28:55 +0000 (02:28 +0000)]
DO need retain.
a bellenir [Sat, 26 Jul 2014 02:21:06 +0000 (02:21 +0000)]
Merge branch 'development' of github.com:mikedlowis/afm into development
a bellenir [Sat, 26 Jul 2014 02:20:26 +0000 (02:20 +0000)]
fix memory leak
Michael D. Lowis [Sat, 26 Jul 2014 02:08:24 +0000 (22:08 -0400)]
no need for retain
Michael D. Lowis [Sat, 26 Jul 2014 01:57:27 +0000 (21:57 -0400)]
Update data-structures
a bellenir [Sat, 26 Jul 2014 01:50:20 +0000 (01:50 +0000)]
wip: diagnosing memleaks
a bellenir [Sat, 26 Jul 2014 01:24:55 +0000 (01:24 +0000)]
include space for terminating null in path
Michael D. Lowis [Sat, 26 Jul 2014 01:04:03 +0000 (21:04 -0400)]
Fixed cross-platform issues on OSX and Linux, cygwin still up in the air
a bellenir [Sat, 26 Jul 2014 01:01:11 +0000 (01:01 +0000)]
fix memory leaks
a bellenir [Sat, 26 Jul 2014 00:55:04 +0000 (00:55 +0000)]
use getcwd instead of get_current_dir_name
Michael D. Lowis [Fri, 25 Jul 2014 16:29:00 +0000 (12:29 -0400)]
FIXED IT
Michael D. Lowis [Fri, 25 Jul 2014 16:17:05 +0000 (12:17 -0400)]
Flash terminal screen on invalid key press
Michael D. Lowis [Fri, 25 Jul 2014 16:00:27 +0000 (12:00 -0400)]
Working multi-char input handling
Michael D. Lowis [Fri, 25 Jul 2014 14:09:11 +0000 (10:09 -0400)]
Input handling works mostly
Michael D. Lowis [Fri, 25 Jul 2014 11:14:19 +0000 (07:14 -0400)]
Busticated input handling. DO NOT RUN THIS. It will make your terminal very sad :(
a bellenir [Thu, 24 Jul 2014 03:07:01 +0000 (03:07 +0000)]
reset focus after deleting a window