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 | 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 |
2008-09-23 |
elliottcable | We may not have any code, but we sure as hell have...
|
commit | commitdiff | tree |
2008-09-23 |
elliottcable | Ignoring the .yardoc
|
commit | commitdiff | tree |
2008-09-23 |
elliottcable | * Moved the rakefile to Rakefile.rb (This will fuck...
|
commit | commitdiff | tree |
2008-09-22 |
elliottcable | Ncurses, Nfoiled again! )-:<
|
commit | commitdiff | tree |