]> git.mdlowis.com Git - archive/afm.git/shortlog
archive/afm.git
2014-07-26 abellenirremove unnecessary variable
2014-07-26 abellenirmake filename a pointer to somewhere in full path
2014-07-26 abellenirfile struct & better cding
2014-07-26 abellenircolors!
2014-07-26 abellenirstore full file paths
2014-07-26 a bellenirplug leak
2014-07-26 a bellenirMerge branch 'development' of github.com:mikedlowis...
2014-07-26 a bellenircheck if path==/ where needed
2014-07-26 Michael D.... Fixed terminal breakage
2014-07-26 a belleniroffbyone
2014-07-26 a bellenirrm debug prints
2014-07-26 a bellenirrm old comments
2014-07-26 a bellenirplugin leaks
2014-07-26 a bellenirDO need retain.
2014-07-26 a bellenirMerge branch 'development' of github.com:mikedlowis...
2014-07-26 a bellenirfix memory leak
2014-07-26 Michael D.... no need for retain
2014-07-26 Michael D.... Update data-structures
2014-07-26 a bellenirwip: diagnosing memleaks
2014-07-26 a bellenirinclude space for terminating null in path
2014-07-26 Michael D.... Fixed cross-platform issues on OSX and Linux, cygwin...
2014-07-26 a bellenirfix memory leaks
2014-07-26 a belleniruse getcwd instead of get_current_dir_name
2014-07-25 Michael D.... FIXED IT
2014-07-25 Michael D.... Flash terminal screen on invalid key press
2014-07-25 Michael D.... Working multi-char input handling
2014-07-25 Michael D.... Input handling works mostly
2014-07-25 Michael D.... Busticated input handling. DO NOT RUN THIS. It will...
2014-07-24 a bellenirreset focus after deleting a window
2014-07-24 a bellenirmerge changes from master
2014-07-24 Michael D.... vector to list
2014-07-24 a bellenirshorten isdir
2014-07-24 a bellenirdefault new windows to focused window's path
2014-07-23 a bellenirMerge branch 'workdirframes' ; workdirs now tied to...
2014-07-23 a bellenirhere's to the new cd. just like the old cd.
2014-07-23 a bellenirreimplment ls with fewer segfaults
2014-07-23 a belleniradd focused window to state
2014-07-23 a bellenirWIP: fewer segfaults
2014-07-23 a bellenirworkdirs in frames WIP
2014-07-23 a bellenirWIP. builds
2014-07-23 a bellenirMerge branch 'window-management' into cd
2014-07-23 a bellenirpull datastrutures bugfixes
2014-07-22 a bellenirditto
2014-07-22 a bellenirdeclare variables at top of functions
2014-07-22 a bellenirchange complierflags & fix includes
2014-07-21 Michael D.... Fix size issues
2014-07-21 Michael D.... First crack at window management. it's shitty.
2014-07-20 a bellenir-dumdestruct
2014-07-20 a bellenirfree vfiles
2014-07-20 Michael D.... partial implementation of window handling
2014-07-20 a belleniruse vector for filelist
2014-07-20 a bellenirfilelist in vectors; wip
2014-07-20 Michael D.... Merged from master
2014-07-20 Michael D.... Build library files with the main project
2014-07-20 Michael D.... Added datastructures as a submodule
2014-07-20 a bellenirinitialize cwd
2014-07-20 Michael D.... i've broken everything
2014-07-19 Michael D.... Added state.c module for maintining global state
2014-07-19 Michael D.... separate aardvark module added
2014-07-19 a bellenirIMPORTANT THINGS
2014-07-19 a bellenir'merge' with window-management branch; single frame...
2014-07-19 a bellenirput window-related variables into a struct
2014-07-18 a bellenirscrolling
2014-07-18 Michael D.... call endwin() only on resize
2014-07-18 Michael D.... integrated cursor selection code
2014-07-18 a bellenircd implemented
2014-07-18 Michael D.... started integrating list_files
2014-07-18 Michael D.... Tweaked drawing code
2014-07-18 a bellenirstore file list in memory; don't scroll past end
2014-07-18 a bellenir+dev setup instructions
2014-07-18 a bellenirhighlight 'current' item; j/k to scroll
2014-07-18 a bellenir+ncurses doc link
2014-07-18 Michael D.... Window resizing works better now
2014-07-17 a bellenirls, take1 (no scrolling, no cd)
2014-07-17 Michael D.... Resize when terminal is resized
2014-07-17 a bellenirMerge branch 'master' of github.com:mikedlowis/afm
2014-07-17 Michael D.... Two windows of half screen width
2014-07-17 a belleniraardvark to docs
2014-07-17 a bellenirMerge branch 'master' of https://github.com/mikedlowis/afm
2014-07-17 a bellenir+ ascii aartvark
2014-07-17 Michael D.... Added sources to gemfile.lock. Main now has two windows...
2014-07-16 Michael D.... Added sources line
2014-07-16 Michael D.... Added a running flag and tweaked to quit when the user...
2014-07-16 Michael D.... Initial setup of build scripts
2014-07-16 Mike LowisInitial commit