Searched hist:"0340 e4b336ab01b78e7291c5d4ace2ba551a20f4" (Results 1 – 4 of 4) sorted by relevance
/haiku/src/apps/charactermap/ |
H A D | UnicodeBlockView.cpp | 0340e4b336ab01b78e7291c5d4ace2ba551a20f4 Wed Nov 26 17:24:39 UTC 2014 dsizzle <dcieslak@yahoo.com> CharacterMap: several fixes to char. view scroll
* Select items in the encoding list by block identifier rather than list index (there are holes in the list) * Scroll to the start of the list when the application starts * Add and use IsBlockVisible to detect when we need to make a block visible, avoiding unwanted scrollings in some cases with the previous method of testing for only one character in the block.
Signed-off-by: Adrien Destugues <pulkomandy@gmail.com>
Fixes some problems with previous enhancements from #3651.
|
H A D | CharacterView.h | 0340e4b336ab01b78e7291c5d4ace2ba551a20f4 Wed Nov 26 17:24:39 UTC 2014 dsizzle <dcieslak@yahoo.com> CharacterMap: several fixes to char. view scroll
* Select items in the encoding list by block identifier rather than list index (there are holes in the list) * Scroll to the start of the list when the application starts * Add and use IsBlockVisible to detect when we need to make a block visible, avoiding unwanted scrollings in some cases with the previous method of testing for only one character in the block.
Signed-off-by: Adrien Destugues <pulkomandy@gmail.com>
Fixes some problems with previous enhancements from #3651.
|
H A D | CharacterView.cpp | 0340e4b336ab01b78e7291c5d4ace2ba551a20f4 Wed Nov 26 17:24:39 UTC 2014 dsizzle <dcieslak@yahoo.com> CharacterMap: several fixes to char. view scroll
* Select items in the encoding list by block identifier rather than list index (there are holes in the list) * Scroll to the start of the list when the application starts * Add and use IsBlockVisible to detect when we need to make a block visible, avoiding unwanted scrollings in some cases with the previous method of testing for only one character in the block.
Signed-off-by: Adrien Destugues <pulkomandy@gmail.com>
Fixes some problems with previous enhancements from #3651.
|
H A D | CharacterWindow.cpp | 0340e4b336ab01b78e7291c5d4ace2ba551a20f4 Wed Nov 26 17:24:39 UTC 2014 dsizzle <dcieslak@yahoo.com> CharacterMap: several fixes to char. view scroll
* Select items in the encoding list by block identifier rather than list index (there are holes in the list) * Scroll to the start of the list when the application starts * Add and use IsBlockVisible to detect when we need to make a block visible, avoiding unwanted scrollings in some cases with the previous method of testing for only one character in the block.
Signed-off-by: Adrien Destugues <pulkomandy@gmail.com>
Fixes some problems with previous enhancements from #3651.
|