Searched hist:e94ad1e24d1fafa275a99a7edad869d2a1a825d4 (Results 1 – 3 of 3) sorted by relevance
/haiku/src/kits/interface/textview_support/ |
H A D | TextGapBuffer.h | e94ad1e24d1fafa275a99a7edad869d2a1a825d4 Fri Aug 31 07:39:18 UTC 2007 Stefano Ceccherini <stefano.ceccherini@gmail.com> If typing is hidden, don't reply to B_COPY or B_CUT messages, but beep() in this case. Note that the public methods still let you copy and cut the real text. Also prevented stealing passwords via scripting (not tested, though). Fixes bug #1354 Got rid of the _BTextGapBuffer_::[] operator since using it creates less readable code. Also Implemented _BTextGapBuffer_::RealText() and used it instead of Text() inside BTextView. Will make sense later.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@22129 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
H A D | TextGapBuffer.cpp | e94ad1e24d1fafa275a99a7edad869d2a1a825d4 Fri Aug 31 07:39:18 UTC 2007 Stefano Ceccherini <stefano.ceccherini@gmail.com> If typing is hidden, don't reply to B_COPY or B_CUT messages, but beep() in this case. Note that the public methods still let you copy and cut the real text. Also prevented stealing passwords via scripting (not tested, though). Fixes bug #1354 Got rid of the _BTextGapBuffer_::[] operator since using it creates less readable code. Also Implemented _BTextGapBuffer_::RealText() and used it instead of Text() inside BTextView. Will make sense later.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@22129 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
/haiku/src/kits/interface/ |
H A D | TextView.cpp | e94ad1e24d1fafa275a99a7edad869d2a1a825d4 Fri Aug 31 07:39:18 UTC 2007 Stefano Ceccherini <stefano.ceccherini@gmail.com> If typing is hidden, don't reply to B_COPY or B_CUT messages, but beep() in this case. Note that the public methods still let you copy and cut the real text. Also prevented stealing passwords via scripting (not tested, though). Fixes bug #1354 Got rid of the _BTextGapBuffer_::[] operator since using it creates less readable code. Also Implemented _BTextGapBuffer_::RealText() and used it instead of Text() inside BTextView. Will make sense later.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@22129 a95241bf-73f2-0310-859d-f6bbb57e9c96
|