summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorsabetts <sabetts>2002-10-18 08:39:17 +0000
committersabetts <sabetts>2002-10-18 08:39:17 +0000
commit306424d93d5a1a379a751394acbc696415b4281b (patch)
tree9af6849d515046d8414f7e6ac7db6cc6104fbbd1 /ChangeLog
parentcb9b0e5ee455fd615338baf828fd3ea8a541b395 (diff)
downloadratpoison-306424d93d5a1a379a751394acbc696415b4281b.zip
* src/split.c (VERTICALLY): new define
(VERTICALLY): likewise (split_frame): new argument 'pixels'. The current frame is split and resized to 'pixels' pixels. (v_split_frame): new argument 'pixels'. prototype updated. (h_split_frame): likewise * src/actions.c (user_commands): hsplit, vsplit, and split take a string argument. (read_split): new function (cmd_h_split): takes a ratio or number to determine how big the frame split will be. (cmd_v_split): likewise
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4289a3b..b886448 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+2002-10-18 Shawn Betts <sabetts@sfu.ca>
+
+ * src/split.c (VERTICALLY): new define
+ (VERTICALLY): likewise
+ (split_frame): new argument 'pixels'. The current frame is split
+ and resized to 'pixels' pixels.
+ (v_split_frame): new argument 'pixels'. prototype updated.
+ (h_split_frame): likewise
+
+ * src/actions.c (user_commands): hsplit, vsplit, and split take a
+ string argument.
+ (read_split): new function
+ (cmd_h_split): takes a ratio or number to determine how big the
+ frame split will be.
+ (cmd_v_split): likewise
+
2002-08-31 Shawn Betts <sabetts@vcn.bc.ca>
* src/actions.c (cmd_bind): malloc the correct amount of memory for keydesc