rumai 3.1.0 → 3.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (42) hide show
  1. data/bin/rumai +1 -1
  2. data/doc/api/classes/Integer.html +7 -7
  3. data/doc/api/classes/Rumai.html +148 -141
  4. data/doc/api/classes/Rumai/Area.html +135 -130
  5. data/doc/api/classes/Rumai/Chain.html +21 -21
  6. data/doc/api/classes/Rumai/Client.html +188 -189
  7. data/doc/api/classes/Rumai/ClientContainer.html +22 -22
  8. data/doc/api/classes/Rumai/IXP/Agent.html +248 -143
  9. data/doc/api/classes/Rumai/IXP/Agent/FidStream.html +50 -50
  10. data/doc/api/classes/Rumai/IXP/Agent/MODES.html +7 -7
  11. data/doc/api/classes/Rumai/IXP/Agent/RangedPool.html +21 -21
  12. data/doc/api/classes/Rumai/IXP/Fcall.html +33 -33
  13. data/doc/api/classes/Rumai/IXP/Qid.html +1 -1
  14. data/doc/api/classes/Rumai/IXP/Stat.html +8 -8
  15. data/doc/api/classes/Rumai/IXP/Stream.html +6 -6
  16. data/doc/api/classes/Rumai/IXP/Struct.html +34 -38
  17. data/doc/api/classes/Rumai/IXP/Struct/Field.html +42 -42
  18. data/doc/api/classes/Rumai/IXP/Struct/Field/CounteeField.html +14 -14
  19. data/doc/api/classes/Rumai/IXP/Struct/Field/CounterField.html +7 -7
  20. data/doc/api/classes/Rumai/IXP/Terror.html +7 -7
  21. data/doc/api/classes/Rumai/IXP/Topen.html +1 -1
  22. data/doc/api/classes/Rumai/Node.html +114 -110
  23. data/doc/api/classes/Rumai/View.html +184 -136
  24. data/doc/api/classes/String.html +15 -15
  25. data/doc/api/classes/Time.html +14 -14
  26. data/doc/api/created.rid +1 -1
  27. data/doc/api/files/lib/rumai/fs_rb.html +1 -1
  28. data/doc/api/files/lib/rumai/ixp/message_rb.html +1 -1
  29. data/doc/api/files/lib/rumai/ixp/transport_rb.html +1 -1
  30. data/doc/api/files/lib/rumai/wm_rb.html +1 -1
  31. data/doc/api/files/lib/rumai_rb.html +1 -1
  32. data/doc/api/panel/search_index.js +1 -1
  33. data/doc/history.erb +41 -0
  34. data/doc/index.html +1315 -669
  35. data/doc/setup.erb +82 -45
  36. data/doc/usage.erb +96 -132
  37. data/lib/rumai.rb +2 -2
  38. data/lib/rumai/fs.rb +11 -6
  39. data/lib/rumai/ixp/message.rb +31 -17
  40. data/lib/rumai/ixp/transport.rb +82 -36
  41. data/lib/rumai/wm.rb +87 -25
  42. metadata +5 -5
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rumai
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.1.0
4
+ version: 3.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Suraj N. Kurapati
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-10-02 00:00:00 -07:00
12
+ date: 2009-11-17 00:00:00 -08:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -42,9 +42,9 @@ dependencies:
42
42
  - !ruby/object:Gem::Version
43
43
  version: "1"
44
44
  version:
45
- description: " Rumai 3.1.0\n\n Ruby interface to the wmii window manager\n\n http://snk.tuxfamily.org/lib/rumai/\n\n Rumai is a [1]Ruby interface to the [2]wmii window manager.\n\n\
46
- Version 3.1.0 (2009-10-02)\n\n This release adds new methods, fixes some bugs, and revises\n the manual.\n\n * [3]New features\n\n * [4]Bug fixes\n\n * [5]Housekeeping\n\n New features\n\n * Add Client#float methods to manipulate floating status.\n\n * Add Client#manage methods to manipulate managed status.\n\n * The Client#tags= method now accepts '~' and '!' tag\n prefixes.\n\n Bug fixes\n\n * There is no View#move_focus method, only View#select.\n\n * Assertion failure in test suite because all files in\n /rbar (inside wmii's IXP filesystem) contain an automatic\n color header when read.\n\n Housekeeping\n\n * Use simpler Copyright reminder at the top of every file.\n\n * Open source is for fun, so [6]be nice: speak of \"related\n works\" instead of \"competitors\".\n\n\
47
- References\n\n 1. http://ruby-lang.org/\n 2. http://wmii.suckless.org/\n 3. http://snk.tuxfamily.org/lib/rumai/#New-features\n 4. http://snk.tuxfamily.org/lib/rumai/#Bug-fixes\n 5. http://snk.tuxfamily.org/lib/rumai/#Housekeeping\n 6. http://loiclemeur.com/english/2009/03/never-criticize-your-competitors.html\n"
45
+ description: " Rumai 3.2.0\n\n Ruby interface to the wmii window manager\n\n http://snk.tuxfamily.org/lib/rumai/\n\n Rumai is a [1]Ruby interface to the [2]wmii window manager.\n\n\
46
+ Version 3.2.0 (2009-11-17)\n\n This release adds a new automated view arrangement,\n simplifies the IXP transport layer, and cleans up the code\n and API documentation.\n\n New features\n\n * Add Rumai::View#arrange_in_stacks automated view\n arrangement.\n\n * Convert :stack and :max arguments into wmii 3.9 syntax in\n Rumai::Area#layout=.\n\n Bug fixes\n\n * Rewrote IXP transport layer (Rumai::IXP::Agent) to not\n use a background thread, according to [3]the XCB cookie\n approach.\n\n Housekeeping\n\n * Clean up some code and API docs.\n\n * Reduce amount of string concatenation in Struct#to_9p.\n\n\
47
+ References\n\n 1. http://ruby-lang.org/\n 2. http://wmii.suckless.org/\n 3. http://www.x.org/releases/X11R7.5/doc/libxcb/tutorial/#requestsreplies\n"
48
48
  email: sunaku@gmail.com
49
49
  executables:
50
50
  - rumai