]> git.mdlowis.com Git - archive/afm.git/log
archive/afm.git
10 years agoMerge pull request #18 from mikedlowis/refresh-ls development
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

10 years agoperform ls when reloading a frame. add 'r' keyboard shortcut to reload current frame... 88
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)

10 years agoMerge pull request #14 from mikedlowis/refresh-priorities
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

10 years agofix refresh state order
a bellenir [Sun, 3 Aug 2014 06:35:09 +0000 (06:35 +0000)]
fix refresh state order

10 years agofix aardvark mode
a bellenir [Sun, 3 Aug 2014 06:27:41 +0000 (06:27 +0000)]
fix aardvark mode

10 years agoMerge pull request #16 from mikedlowis/status-line
A. Bellenir [Sun, 3 Aug 2014 06:01:07 +0000 (06:01 +0000)]
Merge pull request #16 from mikedlowis/status-line

Status line

10 years agobetter matching for keybindings in normalmode
a bellenir [Sun, 3 Aug 2014 05:54:34 +0000 (05:54 +0000)]
better matching for keybindings in normalmode

10 years agominor tweaks
a bellenir [Sun, 3 Aug 2014 04:43:05 +0000 (04:43 +0000)]
minor tweaks

10 years agomerge stuff
Michael D. Lowis [Sun, 3 Aug 2014 04:09:56 +0000 (00:09 -0400)]
merge stuff

10 years agoShould use escape define
Michael D. Lowis [Sun, 3 Aug 2014 04:08:58 +0000 (00:08 -0400)]
Should use escape define

10 years agomerge in dev
a bellenir [Sun, 3 Aug 2014 04:06:19 +0000 (04:06 +0000)]
merge in dev

10 years agoAdded search mode to status line
Michael D. Lowis [Sun, 3 Aug 2014 03:30:04 +0000 (23:30 -0400)]
Added search mode to status line

10 years agoadded priorities to refresh state so a lower priority refresh doesn't override a...
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.

10 years agoMerge pull request #13 from mikedlowis/frameswapping
Mike Lowis [Sun, 3 Aug 2014 01:27:39 +0000 (21:27 -0400)]
Merge pull request #13 from mikedlowis/frameswapping

Frame Swapping

10 years agoAllocated space for the status line and added echoing of typed key combos to it
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

10 years agoset focus to NULL before deleting focused node from list
a bellenir [Sat, 2 Aug 2014 18:51:29 +0000 (18:51 +0000)]
set focus to NULL before deleting focused node from list

10 years agoclearer nullchecks
a bellenir [Fri, 1 Aug 2014 06:39:44 +0000 (06:39 +0000)]
clearer nullchecks

10 years agofix segfault when removing frames
a bellenir [Fri, 1 Aug 2014 06:07:02 +0000 (06:07 +0000)]
fix segfault when removing frames

10 years agoupdate modules
a bellenir [Fri, 1 Aug 2014 05:37:32 +0000 (05:37 +0000)]
update modules

10 years agoswap focused frame with previous with wK
a bellenir [Fri, 1 Aug 2014 05:17:37 +0000 (05:17 +0000)]
swap focused frame with previous with wK

10 years agoswap focused frame with next with wJ
a bellenir [Fri, 1 Aug 2014 05:00:07 +0000 (05:00 +0000)]
swap focused frame with next with wJ

10 years agouse builtin list functions to swap frame w/ master
a bellenir [Fri, 1 Aug 2014 04:12:59 +0000 (04:12 +0000)]
use builtin list functions to swap frame w/ master

10 years agoUpdate to latest libcds
Michael D. Lowis [Fri, 1 Aug 2014 01:47:39 +0000 (21:47 -0400)]
Update to latest libcds

10 years agoMerge pull request #11 from mikedlowis/88
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

10 years agouse list_prev
a bellenir [Wed, 30 Jul 2014 20:29:53 +0000 (20:29 +0000)]
use list_prev

10 years agouse list_delete_node to remove frames
a bellenir [Wed, 30 Jul 2014 20:27:39 +0000 (20:27 +0000)]
use list_delete_node to remove frames

10 years agoupdate libcds
a bellenir [Wed, 30 Jul 2014 20:22:19 +0000 (20:22 +0000)]
update libcds

10 years agoMerge pull request #9 from mikedlowis/88
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

10 years agoMove and resize widnows when they are swapped. Not doing so causes ncurses to redraw...
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

10 years agoRemoved dead code
Michael D. Lowis [Wed, 30 Jul 2014 12:13:49 +0000 (08:13 -0400)]
Removed dead code

10 years agoactually fix aard-ifacts when leaving aardvark mode
a bellenir [Wed, 30 Jul 2014 05:45:23 +0000 (05:45 +0000)]
actually fix aard-ifacts when leaving aardvark mode

10 years agofix aard-ifacts
a bellenir [Wed, 30 Jul 2014 05:32:05 +0000 (05:32 +0000)]
fix aard-ifacts

10 years agolibcds to master branch
a bellenir [Wed, 30 Jul 2014 05:19:07 +0000 (05:19 +0000)]
libcds to master branch

10 years agomerge with window artifacts
a bellenir [Wed, 30 Jul 2014 04:55:47 +0000 (04:55 +0000)]
merge with window artifacts

10 years agoset tail if needed in frame swap & cleanup
a bellenir [Wed, 30 Jul 2014 04:10:18 +0000 (04:10 +0000)]
set tail if needed in frame swap & cleanup

10 years agodebugging
a bellenir [Wed, 30 Jul 2014 02:02:40 +0000 (02:02 +0000)]
debugging

10 years agouse prev. node function when moving focus backwards
a bellenir [Tue, 29 Jul 2014 21:40:35 +0000 (21:40 +0000)]
use prev. node function when moving focus backwards

10 years agofix cycles from 2nd window
a bellenir [Tue, 29 Jul 2014 21:31:13 +0000 (21:31 +0000)]
fix cycles from 2nd window

10 years agoMerge branch '88' into setmasterframe
a bellenir [Tue, 29 Jul 2014 21:03:09 +0000 (21:03 +0000)]
Merge branch '88' into setmasterframe

10 years agofix highlighting artifacts
a bellenir [Tue, 29 Jul 2014 20:54:03 +0000 (20:54 +0000)]
fix highlighting artifacts

10 years agoswitched to tri-state flag for indicating the type of screen refresh required
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

10 years agobusted; wip
a bellenir [Tue, 29 Jul 2014 20:22:39 +0000 (20:22 +0000)]
busted;  wip

10 years agoMerge pull request #5 from mikedlowis/88
Mike Lowis [Tue, 29 Jul 2014 01:59:20 +0000 (21:59 -0400)]
Merge pull request #5 from mikedlowis/88

closes #3

10 years agore-add flags
a bellenir [Tue, 29 Jul 2014 01:55:01 +0000 (01:55 +0000)]
re-add flags

10 years agoupdate modules
a bellenir [Tue, 29 Jul 2014 01:52:51 +0000 (01:52 +0000)]
update modules

10 years agoadd -Wextra flag and fix issues
a bellenir [Mon, 28 Jul 2014 16:25:04 +0000 (16:25 +0000)]
add -Wextra flag and fix issues

10 years agodont redraw screen in handler for aardvark mode
a bellenir [Mon, 28 Jul 2014 15:43:02 +0000 (15:43 +0000)]
dont redraw screen in handler for aardvark mode

10 years agoBuild the CDS library separately and fix build options for cygwin port
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

10 years agocircular window cycling
a bellenir [Mon, 28 Jul 2014 10:11:54 +0000 (10:11 +0000)]
circular window cycling

10 years agoIMPORTANT THINGS
a bellenir [Mon, 28 Jul 2014 09:39:03 +0000 (09:39 +0000)]
IMPORTANT THINGS

10 years agofix highlighting for new windows & fix segfault when closing windows
a bellenir [Mon, 28 Jul 2014 08:45:45 +0000 (08:45 +0000)]
fix highlighting for new windows & fix segfault when closing windows

10 years agodont redraw whole window to change highlighted item
a bellenir [Mon, 28 Jul 2014 07:49:47 +0000 (07:49 +0000)]
dont redraw whole window to change highlighted item

10 years agounhighlight frame when changing focus from it
a bellenir [Mon, 28 Jul 2014 07:10:14 +0000 (07:10 +0000)]
unhighlight frame when changing focus from it

10 years agoyea, those files are important, and shouldve been added ages ago
a bellenir [Mon, 28 Jul 2014 07:09:43 +0000 (07:09 +0000)]
yea, those files are important, and shouldve been added ages ago

10 years agoadd TODOs for list bugs/missing functions
a bellenir [Mon, 28 Jul 2014 06:28:01 +0000 (06:28 +0000)]
add TODOs for list bugs/missing functions

10 years agowindow focus-switching
a bellenir [Mon, 28 Jul 2014 05:38:02 +0000 (05:38 +0000)]
window focus-switching

10 years agotrack focused node in framelist instead of frame
a bellenir [Mon, 28 Jul 2014 05:21:18 +0000 (05:21 +0000)]
track focused node in framelist instead of frame

10 years agosplit frame from screen. rm some unneeded includes. add focused_workdir getter to...
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

10 years agotweaked rake scripts
Michael D. Lowis [Sun, 27 Jul 2014 22:47:08 +0000 (18:47 -0400)]
tweaked rake scripts

10 years ago+Wall to compiler flags. rm unnecessary declaration
abellenir [Sun, 27 Jul 2014 03:11:30 +0000 (03:11 +0000)]
+Wall to compiler flags. rm unnecessary declaration

10 years agofix some compiler warnings
abellenir [Sun, 27 Jul 2014 02:00:00 +0000 (02:00 +0000)]
fix some compiler warnings

10 years agoAdded missing return statement
Michael D. Lowis [Sun, 27 Jul 2014 00:39:48 +0000 (20:39 -0400)]
Added missing return statement

10 years agouse wstandend
abellenir [Sat, 26 Jul 2014 18:23:56 +0000 (18:23 +0000)]
use wstandend

10 years agofix scrolling with expanded items
abellenir [Sat, 26 Jul 2014 10:11:43 +0000 (10:11 +0000)]
fix scrolling with expanded items

10 years agowhitespace consistency
abellenir [Sat, 26 Jul 2014 09:56:24 +0000 (09:56 +0000)]
whitespace consistency

10 years agoadd additional file info
abellenir [Sat, 26 Jul 2014 09:46:48 +0000 (09:46 +0000)]
add additional file info

10 years agogit should ignore swapfiles
abellenir [Sat, 26 Jul 2014 09:16:29 +0000 (09:16 +0000)]
git should ignore swapfiles

10 years agobetter page up/down scrolling
abellenir [Sat, 26 Jul 2014 09:16:01 +0000 (09:16 +0000)]
better page up/down scrolling

10 years agorefactor scrolling & index jumping
abellenir [Sat, 26 Jul 2014 08:52:26 +0000 (08:52 +0000)]
refactor scrolling & index jumping

10 years agoadd searching
abellenir [Sat, 26 Jul 2014 08:50:50 +0000 (08:50 +0000)]
add searching

10 years agocursorjumping & beginnings of seeking
abellenir [Sat, 26 Jul 2014 07:28:41 +0000 (07:28 +0000)]
cursorjumping & beginnings of seeking

10 years agoremove unnecessary variable
abellenir [Sat, 26 Jul 2014 06:58:23 +0000 (06:58 +0000)]
remove unnecessary variable

10 years agomake filename a pointer to somewhere in full path
abellenir [Sat, 26 Jul 2014 06:52:17 +0000 (06:52 +0000)]
make filename a pointer to somewhere in full path

10 years agofile struct & better cding
abellenir [Sat, 26 Jul 2014 06:39:21 +0000 (06:39 +0000)]
file struct & better cding

10 years agocolors!
abellenir [Sat, 26 Jul 2014 05:11:30 +0000 (05:11 +0000)]
colors!

10 years agostore full file paths
abellenir [Sat, 26 Jul 2014 05:01:53 +0000 (05:01 +0000)]
store full file paths

10 years agoplug leak
a bellenir [Sat, 26 Jul 2014 03:25:12 +0000 (03:25 +0000)]
plug leak

10 years agoMerge branch 'development' of github.com:mikedlowis/afm into development
a bellenir [Sat, 26 Jul 2014 03:13:23 +0000 (03:13 +0000)]
Merge branch 'development' of github.com:mikedlowis/afm into development

10 years agocheck if path==/ where needed
a bellenir [Sat, 26 Jul 2014 03:13:20 +0000 (03:13 +0000)]
check if path==/ where needed

10 years agoFixed terminal breakage
Michael D. Lowis [Sat, 26 Jul 2014 03:09:07 +0000 (23:09 -0400)]
Fixed terminal breakage

10 years agooffbyone
a bellenir [Sat, 26 Jul 2014 02:55:25 +0000 (02:55 +0000)]
offbyone

10 years agorm debug prints
a bellenir [Sat, 26 Jul 2014 02:41:55 +0000 (02:41 +0000)]
rm debug prints

10 years agorm old comments
a bellenir [Sat, 26 Jul 2014 02:40:12 +0000 (02:40 +0000)]
rm old comments

10 years agoplugin leaks
a bellenir [Sat, 26 Jul 2014 02:39:12 +0000 (02:39 +0000)]
plugin leaks

10 years agoDO need retain.
a bellenir [Sat, 26 Jul 2014 02:28:55 +0000 (02:28 +0000)]
DO need retain.

10 years agoMerge branch 'development' of github.com:mikedlowis/afm into development
a bellenir [Sat, 26 Jul 2014 02:21:06 +0000 (02:21 +0000)]
Merge branch 'development' of github.com:mikedlowis/afm into development

10 years agofix memory leak
a bellenir [Sat, 26 Jul 2014 02:20:26 +0000 (02:20 +0000)]
fix memory leak

10 years agono need for retain
Michael D. Lowis [Sat, 26 Jul 2014 02:08:24 +0000 (22:08 -0400)]
no need for retain

10 years agoUpdate data-structures
Michael D. Lowis [Sat, 26 Jul 2014 01:57:27 +0000 (21:57 -0400)]
Update data-structures

10 years agowip: diagnosing memleaks
a bellenir [Sat, 26 Jul 2014 01:50:20 +0000 (01:50 +0000)]
wip: diagnosing memleaks

10 years agoinclude space for terminating null in path
a bellenir [Sat, 26 Jul 2014 01:24:55 +0000 (01:24 +0000)]
include space for terminating null in path

10 years agoFixed cross-platform issues on OSX and Linux, cygwin still up in the air
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

10 years agofix memory leaks
a bellenir [Sat, 26 Jul 2014 01:01:11 +0000 (01:01 +0000)]
fix memory leaks

10 years agouse getcwd instead of get_current_dir_name
a bellenir [Sat, 26 Jul 2014 00:55:04 +0000 (00:55 +0000)]
use getcwd instead of get_current_dir_name

10 years agoFIXED IT
Michael D. Lowis [Fri, 25 Jul 2014 16:29:00 +0000 (12:29 -0400)]
FIXED IT

10 years agoFlash terminal screen on invalid key press
Michael D. Lowis [Fri, 25 Jul 2014 16:17:05 +0000 (12:17 -0400)]
Flash terminal screen on invalid key press

10 years agoWorking multi-char input handling
Michael D. Lowis [Fri, 25 Jul 2014 16:00:27 +0000 (12:00 -0400)]
Working multi-char input handling

10 years agoInput handling works mostly
Michael D. Lowis [Fri, 25 Jul 2014 14:09:11 +0000 (10:09 -0400)]
Input handling works mostly

10 years agoBusticated input handling. DO NOT RUN THIS. It will make your terminal very sad :(
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 :(

10 years agoreset focus after deleting a window
a bellenir [Thu, 24 Jul 2014 03:07:01 +0000 (03:07 +0000)]
reset focus after deleting a window