- 23 Oct, 2017 1 commit
-
-
Christian Hesse authored
GCC 7.x does some extended checks on fallthough for switch/case statement. The warning looks like this: warning: this statement may fall through [-Wimplicit-fallthrough=] It can be told about implicit fallthough, however it does not recognize comments within blocks, so move the comments outside.
-
- 23 Jul, 2017 1 commit
-
-
Richard authored
Several string pointer arrays pointed to const strings but were not const themselves. A few various structures and arrays were also marked const.
-
- 16 Jul, 2016 2 commits
-
-
Explorer09 authored
Before: SpaceStyle EnterMove DelDeleteEscDone | ~~~~~ ~~~~~ ~~~ ~~~ | UpUp DnDown LtLeft RtRight EnterConfirmDelDeleteEscDone | ~~ ~~ ~~ ~~ ~~~~~ ~~~ ~~~ | After: SpaceStyle EnterMove DelDeleteF10Done ~~~~~ ~~~~~ ~~ ~~~ ~~~ SpaceStyle EnterLock UpUp DnDown <-Left ->Right DelDeleteF10Done ~~~~~ ~~~~~ ~~ ~~ ~~ ~~ ~~ ~~~ ~~~ * Align 'Delete' and 'Done' to the right to match functions on other screens. (Accidental clicking is avoided as a side benefit.) * You could change meter type while in moving mode. New bar now hints this. * Two Enter key functions are put in the same place and so mouse clicks there act like functions toggle. (The wording change to 'Lock' is also to reflect this.) * '<-' and '->' instead of 'Lt' and 'Rt' abbreviation as the latter is not widely seen and arrows shapes are obvious. :) * 'Esc' key for 'Done' in this context may not be intuitive, comparing to 'F10'. While I wish there be a Cancel/Undo function for 'Esc', it wouldn't hurt if we write 'F10' for 'Done' on functions bar for now.
-
Explorer09 authored
Per @hishamhm's suggestion. This is UI change only. In code the class names and symbols still refer them as "modes".
-
- 26 May, 2016 1 commit
-
-
Hisham authored
-
- 13 Feb, 2016 1 commit
-
-
Hisham authored
-
- 22 Dec, 2015 1 commit
-
-
Explorer09 authored
Before: [Up]Up [Dn]Down [Lt]Left [Rt]Right [Arrow]Confirm [Enter]Delete [Del]Done After: [Up]Up [Dn]Down [Lt]Left [Rt]Right [Enter]Confirm [Del]Delete [Esc]Done
-
- 02 Nov, 2015 2 commits
-
-
Hisham Muhammad authored
-
Hisham Muhammad authored
-
- 27 Aug, 2015 1 commit
-
-
Hisham Muhammad authored
-
- 20 Aug, 2015 1 commit
-
-
Hisham Muhammad authored
-
- 15 Jun, 2015 1 commit
-
-
Christian Hesse authored
-
- 23 Mar, 2015 1 commit
-
-
Hisham Muhammad authored
-
- 17 Mar, 2015 1 commit
-
-
Hisham Muhammad authored
-
- 04 Feb, 2015 1 commit
-
-
Hisham Muhammad authored
-
- 03 Feb, 2015 1 commit
-
-
Hisham Muhammad authored
-
- 22 Jan, 2015 1 commit
-
-
Hisham Muhammad authored
This is a work-in-progress, code is currently broken. (Some actions, and notably, the header, are missing.)
-
- 05 Dec, 2012 1 commit
-
-
Hisham Muhammad authored
Changes in object model: separate class objects to store vtable. Also, nicer UTF-8 display of big numbers.
-
- 26 Dec, 2011 2 commits
-
-
Hisham Muhammad authored
-
Hisham Muhammad authored
-
- 05 Nov, 2011 1 commit
-
-
Hisham Muhammad authored
-
- 25 Feb, 2010 1 commit
-
-
Hisham Muhammad authored
-
- 02 Jun, 2009 1 commit
-
-
Hisham Muhammad authored
-
- 09 Mar, 2008 1 commit
-
-
Hisham Muhammad authored
Reduces resulting code size.
-
- 30 May, 2006 3 commits
-
-
Hisham Muhammad authored
-
Hisham Muhammad authored
-
Hisham Muhammad authored
-
- 10 Apr, 2006 1 commit
-
-
Hisham Muhammad authored
- add AllCPUsMeter; - because of that, the new .htoprc is incompatible with previous released versions.
-
- 04 Mar, 2006 1 commit
-
-
Hisham Muhammad authored
-