2009-03-17 |
elliottcable | Merge branch 'master' of git@github.com:elliottcable...
|
commit | commitdiff | tree |
2009-03-15 |
elliottcable | Revert "Mis-handled the uber-long Unicode"
|
commit | commitdiff | tree |
2009-03-15 |
elliottcable | Moved `Key::Names` into constants under `Key::ASCII...
|
commit | commitdiff | tree |
2009-03-15 |
elliottcable | Breaking instead of out-right exiting when `Nfoiled...
|
commit | commitdiff | tree |
2009-03-15 |
elliottcable | Wrapped `Nfoiled::read!`'s contents in a block so that...
|
commit | commitdiff | tree |
2009-03-15 |
elliottcable | Added a really fragile UTF-8 parser. Really needs a...
|
commit | commitdiff | tree |
2009-03-15 |
elliottcable | Re-named `Key.process` to `Key.ascii`
|
commit | commitdiff | tree |
2009-03-15 |
elliottcable | Duck punching stringish on `Window#print`
|
commit | commitdiff | tree |
2009-03-15 |
elliottcable | Ignoring the 'logs' folder.
|
commit | commitdiff | tree |
2009-03-14 |
elliottcable | Mis-handled the uber-long Unicode
|
commit | commitdiff | tree |
2009-03-14 |
elliottcable | Added more examples of key sequences to thoughts.txt
|
commit | commitdiff | tree |
2009-03-14 |
elliottcable | Added a temporary thoughts-file to keep track of all...
|
commit | commitdiff | tree |
2009-03-14 |
elliottcable | Added a basic input example. Really messy right now.
|
commit | commitdiff | tree |
2009-03-14 |
elliottcable | Got started on a read loop. Not really very good atm.
|
commit | commitdiff | tree |
2009-03-13 |
elliottcable | Re-worked `Key.process` some more.
|
commit | commitdiff | tree |
2009-03-13 |
elliottcable | Cleaned up some documentation on `Key`, and working...
|
commit | commitdiff | tree |
2009-03-13 |
elliottcable | Revert "No need to handle nil input in `Key.process...
|
commit | commitdiff | tree |
2009-03-13 |
elliottcable | Re-ordered the requires and pulled in `Key`
|
commit | commitdiff | tree |
2009-03-13 |
elliottcable | Removed some unnecessary direct-access instance variables
|
commit | commitdiff | tree |
2009-03-13 |
elliottcable | `Window#gets` should pass the charint to `Key.process`
|
commit | commitdiff | tree |
2009-03-13 |
elliottcable | No need to handle nil input in `Key.process`, as `Nfoiled...
|
commit | commitdiff | tree |
2009-03-13 |
elliottcable | No need to pretend we have specs when we, quite simply...
|
commit | commitdiff | tree |
2009-03-13 |
elliottcable | Typofix: Missed a newline!
|
commit | commitdiff | tree |
2009-03-13 |
elliottcable | Removed some functionality from `Key`. Going to re...
|
commit | commitdiff | tree |
2009-03-13 |
elliottcable | `Key.process` now ignores nils
|
commit | commitdiff | tree |
2009-03-13 |
elliottcable | Added `Window#gets`
|
commit | commitdiff | tree |
2009-03-13 |
elliottcable | Better documented `Window#on_key`
|
commit | commitdiff | tree |
2009-03-13 |
elliottcable | Update window after focus
|
commit | commitdiff | tree |
2009-03-13 |
elliottcable | Returning nil from `Key.process` if passed -1
|
commit | commitdiff | tree |
2009-03-13 |
elliottcable | Re-named some keys
|
commit | commitdiff | tree |
2009-03-13 |
elliottcable | Reduced `Key::ASCII` to those characters which don...
|
commit | commitdiff | tree |
2009-03-13 |
elliottcable | Re-ordered the `Key::ASCII` hash to match numbers to...
|
commit | commitdiff | tree |
2009-03-13 |
elliottcable | Added `Terminal.acceptor` which controls which `Window...
|
commit | commitdiff | tree |
2009-03-13 |
elliottcable | Hah! Oops!
|
commit | commitdiff | tree |
2009-03-13 |
elliottcable | Added references to the relevant manpages to all method...
|
commit | commitdiff | tree |
2009-03-13 |
elliottcable | Wrapped `wnoutrefresh` in `Window#refresh`
|
commit | commitdiff | tree |
2009-03-13 |
elliottcable | Setting some Ncurses options to control the way input...
|
commit | commitdiff | tree |
2009-03-13 |
elliottcable | Added a proc to deal with keys to `Window`
|
commit | commitdiff | tree |
2009-03-13 |
elliottcable | Created an initial `Key` class. Needs a lot of logic.
|
commit | commitdiff | tree |
2009-03-13 |
elliottcable | Re-arranged `Window`.rb and added section headers
|
commit | commitdiff | tree |
2009-03-13 |
elliottcable | Making windows explicitly default to the height/width...
|
commit | commitdiff | tree |
2009-03-13 |
elliottcable | Added a very simple single window example
|
commit | commitdiff | tree |
2009-03-13 |
elliottcable | Re-worked the multiple terminals example, though it...
|
commit | commitdiff | tree |
2009-03-09 |
elliottcable | Added `Window#puts`
|
commit | commitdiff | tree |
2009-03-09 |
elliottcable | Added handling keys to the Goals section of the README
|
commit | commitdiff | tree |
2009-03-08 |
elliottcable | Added a todo section to the README
|
commit | commitdiff | tree |
2009-03-08 |
elliottcable | Wrapped `Ncuses.doupdate` with `Nfoiled::update!`
|
commit | commitdiff | tree |
2009-03-08 |
elliottcable | Causing a refresh on printing to a window
|
commit | commitdiff | tree |
2009-03-08 |
elliottcable | Changing timing on the examples
|
commit | commitdiff | tree |
2009-03-08 |
elliottcable | Added a multiple_windows example
|
commit | commitdiff | tree |
2009-03-08 |
elliottcable | Added `Window#print`
|
commit | commitdiff | tree |
2009-03-08 |
elliottcable | Cleaned up `Window#initialize`
|
commit | commitdiff | tree |
2009-03-07 |
elliottcable | Started out on the `Window` implementation
|
commit | commitdiff | tree |
2009-03-07 |
elliottcable | `Terminal#activate!` now returns self.
|
commit | commitdiff | tree |
2009-03-07 |
elliottcable | Added `Terminal#activate` and `Terminal#active?`, as...
|
commit | commitdiff | tree |
2009-03-07 |
elliottcable | Activating each `#destroy!`'d `Terminal` and then ...
|
commit | commitdiff | tree |
2009-03-07 |
elliottcable | `Terminal#activate!` should return the previous active...
|
commit | commitdiff | tree |
2009-03-07 |
elliottcable | Added a basic multiple terminals example
|
commit | commitdiff | tree |
2009-03-07 |
elliottcable | No need to check if there's a current Terminal - if...
|
commit | commitdiff | tree |
2009-03-07 |
elliottcable | Updated the documentation on the initialization example
|
commit | commitdiff | tree |
2009-03-07 |
elliottcable | Added `Terminal#activate!`
|
commit | commitdiff | tree |
2009-03-07 |
elliottcable | Added examples for `Terminal#term`
|
commit | commitdiff | tree |
2009-03-07 |
elliottcable | Added Terminal#require_wrapee!
|
commit | commitdiff | tree |
2009-03-07 |
elliottcable | Pulling in `Window`.
|
commit | commitdiff | tree |
2009-03-07 |
elliottcable | Creating a new `Terminal` activates it.
|
commit | commitdiff | tree |
2009-03-06 |
elliottcable | Moved `current` and `default` into class accessors...
|
commit | commitdiff | tree |
2009-03-06 |
elliottcable | Storing the current terminal
|
commit | commitdiff | tree |
2009-03-06 |
elliottcable | Declaring Terminal.terminals with an attr_accessor...
|
commit | commitdiff | tree |
2009-03-06 |
elliottcable | Documented `Window`
|
commit | commitdiff | tree |
2009-03-06 |
elliottcable | Clarified some documentation
|
commit | commitdiff | tree |
2009-03-06 |
elliottcable | Deallocate all Terminals on finalization
|
commit | commitdiff | tree |
2009-03-06 |
elliottcable | Renamed `Terminal#destroy` to `Terminal#destroy!`,...
|
commit | commitdiff | tree |
2009-03-06 |
elliottcable | Added Terminal#destroy
|
commit | commitdiff | tree |
2009-03-06 |
elliottcable | One more WTF. I swear, this has to be the last one.
|
commit | commitdiff | tree |
2009-03-06 |
elliottcable | Now we're creating a terminal on Nfoiled.initialize
|
commit | commitdiff | tree |
2009-03-06 |
elliottcable | Again, WTF was I thinking? Terminal.terminals fixed.
|
commit | commitdiff | tree |
2009-03-06 |
elliottcable | Pulled all of the module methods into the `class <...
|
commit | commitdiff | tree |
2009-03-06 |
elliottcable | Uh, not sure why I put that there. Oops!
|
commit | commitdiff | tree |
2009-03-06 |
elliottcable | Storing all the Terminal settings in the instance
|
commit | commitdiff | tree |
2009-03-06 |
elliottcable | Added Terminal::terminals
|
commit | commitdiff | tree |
2009-03-06 |
elliottcable | Changed VERSION to Version
|
commit | commitdiff | tree |
2009-03-06 |
elliottcable | Adding a new Terminal class.
|
commit | commitdiff | tree |
2009-03-06 |
elliottcable | Made task names a bit more sensible
|
commit | commitdiff | tree |
2009-03-06 |
elliottcable | Updated for Echoe 3.0.2+
|
commit | commitdiff | tree |
2009-03-06 |
elliottcable | Cleaned up the initialization routines.
|
commit | commitdiff | tree |
2009-03-06 |
elliottcable | Need to require 'nfoiled/window'.
|
commit | commitdiff | tree |
2009-03-06 |
elliottcable | Getting a start on initialization routines.
|
commit | commitdiff | tree |
2009-03-06 |
elliottcable | Clarified the documentation on the initialization example
|
commit | commitdiff | tree |
2009-03-06 |
elliottcable | Using newterm() instead of initscr()
|
commit | commitdiff | tree |
2009-03-06 |
elliottcable | Adding a new Window class
|
commit | commitdiff | tree |
2009-03-06 |
elliottcable | Nfoiled requires Ncurses-ruby
|
commit | commitdiff | tree |
2009-03-06 |
elliottcable | ITIWBS: Again, adding the window initialization example...
|
commit | commitdiff | tree |
2009-03-06 |
elliottcable | Added a basic window initialization example
|
commit | commitdiff | tree |
2009-03-05 |
elliottcable | Adding a new Window class
|
commit | commitdiff | tree |
2009-03-05 |
elliottcable | Nfoiled requires Ncurses-ruby
|
commit | commitdiff | tree |
2009-03-05 |
elliottcable | Added a basic window initialization example
|
commit | commitdiff | tree |
2009-03-05 |
elliottcable | Added a placeholder pointer as documentation for Nfoiled
|
commit | commitdiff | tree |
2009-03-05 |
elliottcable | Formatting concern: Every file should end with a newline.
|
commit | commitdiff | tree |
2009-03-05 |
elliottcable | Slight formatting changes in the README
|
commit | commitdiff | tree |
2009-03-05 |
elliottcable | Re-ordered the README, History should come after the...
|
commit | commitdiff | tree |