Commit Graph

412 Commits

Author SHA1 Message Date
Eugene Sandulenko
bd01771720 WAGE: Fix warning 2016-02-14 17:30:13 +01:00
Eugene Sandulenko
499519fec3 WAGE: Fix int/uint comparison 2016-02-14 17:13:25 +01:00
Eugene Sandulenko
eef56e167e WAGE: Simplify savename generation code 2016-02-14 17:13:24 +01:00
Eugene Sandulenko
acdddf8ade WAGE: Simplify bitmap reading code 2016-02-14 17:13:24 +01:00
Eugene Sandulenko
9d9fefb17a WAGE: Simplify polygon reading code 2016-02-14 17:13:24 +01:00
Eugene Sandulenko
33b8a265c5 WAGE: Remove redundant check 2016-02-14 17:13:24 +01:00
Eugene Sandulenko
8e8145ef25 WAGE: Fix name in accordance with our naming conventions 2016-02-14 17:13:23 +01:00
Eugene Sandulenko
b09e70d1ca WAGE: Consistently use .empty() instead of .size() == 0 2016-02-14 17:13:23 +01:00
Eugene Sandulenko
13c979ae8f WAGE: Indentation fixes 2016-02-14 17:13:23 +01:00
Eugene Sandulenko
e83a0ce32e WAGE: Moved non-trivial method implementation to .cpp file 2016-02-14 17:13:23 +01:00
Eugene Sandulenko
eacbe42e3a WAGE: Simplify operand stringification 2016-02-14 17:13:23 +01:00
Eugene Sandulenko
e56fa50889 WAGE: Better names for constants 2016-02-14 17:13:22 +01:00
Eugene Sandulenko
e105ec8df3 WAGE: Proper name for include guard 2016-02-14 17:13:22 +01:00
Eugene Sandulenko
362557935b WAGE: Use String::clear() for emptying stings 2016-02-14 17:13:22 +01:00
Eugene Sandulenko
13da5d5376 WAGE: Renames to follow our conventions 2016-02-14 17:13:22 +01:00
Eugene Sandulenko
c0697f7f2b WAGE: const goodness 2016-02-14 17:13:21 +01:00
Eugene Sandulenko
c5a01f3f38 WAGE: Marked some methods as static, const'ness 2016-02-14 17:13:21 +01:00
Eugene Sandulenko
9c8d0352ad WAGE: Avoid potential race condition in cursor drawing code 2016-02-14 17:13:21 +01:00
Eugene Sandulenko
d91b52052d WAGE: Rename to match our naming conventions 2016-02-14 17:13:21 +01:00
Eugene Sandulenko
5e21a82c1e WAGE: Simplify code 2016-02-14 17:13:21 +01:00
Eugene Sandulenko
96cb9a620a WAGE: More const 2016-02-14 17:13:06 +01:00
Eugene Sandulenko
5cea5a4d3a WAGE: Implement Cut and Clear actions 2016-02-14 17:13:06 +01:00
Eugene Sandulenko
1b27abafdc WAGE: Skip disabled command on shortcuts 2016-02-14 17:13:06 +01:00
Eugene Sandulenko
1158987a1e WAGE: Disable Undo action after command exectution 2016-02-14 17:13:06 +01:00
Eugene Sandulenko
fcebf28fd2 WAGE: Fix behavior of the multiline paste 2016-02-14 17:13:06 +01:00
Eugene Sandulenko
1e2d292eb4 WAGE: Finally fix input text behavior 2016-02-14 17:13:05 +01:00
Eugene Sandulenko
c80bc8cbe0 WAGE: Move all console-related stuff to gui-console.cpp 2016-02-14 17:13:05 +01:00
Eugene Sandulenko
47e3fec8ea WAGE: Firther work on input improvements 2016-02-14 17:13:05 +01:00
Eugene Sandulenko
c0be640d5e WAGE: More const'ness 2016-02-14 17:13:05 +01:00
Eugene Sandulenko
a31cfff9d6 WAGE: Let compiler optimize %8's 2016-02-14 17:13:05 +01:00
Eugene Sandulenko
7dd3874a43 WAGE: Indentation fixes 2016-02-14 17:13:04 +01:00
Eugene Sandulenko
c1d548764a WAGE: Event more const 2016-02-14 17:13:04 +01:00
Eugene Sandulenko
ab9bda22b2 WAGE: Remove redundant type casts 2016-02-14 17:13:04 +01:00
Eugene Sandulenko
82fff0ab86 WAGE: Made code cleaner 2016-02-14 17:13:04 +01:00
Eugene Sandulenko
c72c92a3ef WAGE: More const'ness 2016-02-14 17:13:03 +01:00
Eugene Sandulenko
6f2c769aae WAGE: REmove redundant .gitignore 2016-02-14 17:13:03 +01:00
Eugene Sandulenko
ab20b96f60 WAGE: Improve text entry 2016-02-14 17:13:03 +01:00
Eugene Sandulenko
5e002c4fe2 GRAPHICS: Move generic primitives from WAGE engine 2016-02-14 17:13:03 +01:00
Eugene Sandulenko
1d5220ef3f WAGE: Implement Undo action 2016-02-14 17:13:03 +01:00
Eugene Sandulenko
3570e417c9 WAGE: Implement Paste action 2016-02-14 17:13:03 +01:00
Eugene Sandulenko
e56d934836 WAGE: Make keyboard shortcuts work for the Edit menu 2016-02-14 17:13:02 +01:00
Eugene Sandulenko
08b3f89b09 WAGE: Made copy command working 2016-02-14 17:13:02 +01:00
Eugene Sandulenko
fe40bb284c WAGE: Started copy command implementation 2016-02-14 17:13:02 +01:00
Eugene Sandulenko
a2e3d33a2d WAGE: Get rid of magic constants in menu code for referring menu items 2016-02-14 17:13:02 +01:00
Eugene Sandulenko
7e8c1028d3 WAGE: Implement API to enable/disable menu items 2016-02-14 17:13:02 +01:00
Eugene Sandulenko
c02c36ce88 WAGE: Implemented a way to remove selection 2016-02-14 17:13:02 +01:00
Eugene Sandulenko
06ba17395d WAGE: Fix cursors during dialogs 2016-02-14 17:13:01 +01:00
Eugene Sandulenko
8ee5d6e9d1 WAGE: Fix crash and remove debug output 2016-02-14 17:13:01 +01:00
Eugene Sandulenko
30713e4262 WAGE: Implement highlighting one line selection 2016-02-14 17:13:01 +01:00
Eugene Sandulenko
5ac2581645 WAGE: Fix text coordinate calculation 2016-02-14 17:13:01 +01:00