https://github.com/jrincayc/ucblogo-code
Revision 78349660e71a90ff9b7f01732852fd798961a9fd authored by Dan Malec on 01 February 2022, 13:11:07 UTC, committed by GitHub on 01 February 2022, 13:11:07 UTC
* Refactor code so selection highlighting does not depend on platform supporting inverted blit mode.

Selection highlighting is now handled by checking when drawing characters if they are inside the
currently selected area or not. An appropriate foreground/background color is then selected for
drawing the character.

* Revised wxTerminal::UpdateNormalizedTextSelection comments to more accurately reflect highlighting logic
1 parent a4e502d
History
Tip revision: 78349660e71a90ff9b7f01732852fd798961a9fd authored by Dan Malec on 01 February 2022, 13:11:07 UTC
Refactor code so selection highlighting does not depend on platform supporting inverted blit mode. (#123)
Tip revision: 7834966
File Mode Size
.github
csls
docs
helpfiles
inno
logolib
mac-fontmod
tests
.gitignore -rw-r--r-- 365 bytes
Info.plist -rw-r--r-- 544 bytes
LICENSE -rw-r--r-- 34.3 KB
LogoFrame.h -rw-r--r-- 2.1 KB
Makefile.am -rw-r--r-- 5.4 KB
PkgInfo -rw-r--r-- 9 bytes
README.md -rw-r--r-- 2.7 KB
TODO -rw-r--r-- 174 bytes
TextEditor.cpp -rw-r--r-- 6.4 KB
TextEditor.h -rw-r--r-- 779 bytes
changes.txt -rw-r--r-- 2.7 KB
coms.c -rw-r--r-- 12.6 KB
config.h.msys -rw-r--r-- 46 bytes
configure.ac -rw-r--r-- 3.5 KB
diffscript.pl -rw-r--r-- 84 bytes
error.c -rw-r--r-- 8.5 KB
eval.c -rw-r--r-- 41.3 KB
eval.h -rw-r--r-- 112 bytes
evaluator.pdf -rw-r--r-- 46.1 KB
evaluator.ps -rw-r--r-- 126.3 KB
evaluator.svg -rw-r--r-- 73.7 KB
files.c -rw-r--r-- 19.8 KB
globals.h -rw-r--r-- 20.6 KB
gpl.html -rw-r--r-- 36.6 KB
gpl_text.h -rw-r--r-- 23.9 KB
graphics.c -rw-r--r-- 55.2 KB
init.c -rw-r--r-- 32.7 KB
intern.c -rw-r--r-- 3.9 KB
kdbgrc.logo -rw-r--r-- 121 bytes
libloc.c -rw-r--r-- 235 bytes
lists.c -rw-r--r-- 17.2 KB
logo-Info.plist -rw-r--r-- 776 bytes
logo.h -rw-r--r-- 22.0 KB
logo.icns -rw-r--r-- 47.6 KB
logo_win.rc -rw-r--r-- 28 bytes
logodata.c -rw-r--r-- 13.7 KB
logologo.ico -rw-r--r-- 73.1 KB
logologo.png -rw-r--r-- 61.9 KB
macterm.c -rw-r--r-- 17.2 KB
macterm.h -rw-r--r-- 4.3 KB
main.c -rw-r--r-- 7.4 KB
makefile.msys -rw-r--r-- 4.0 KB
makehelp.c -rw-r--r-- 3.4 KB
math.c -rw-r--r-- 16.3 KB
mem.c -rw-r--r-- 20.9 KB
newtermnotes -rw-r--r-- 4.1 KB
nographics.c -rw-r--r-- 249 bytes
nographics.h -rw-r--r-- 2.5 KB
obj.c -rw-r--r-- 22.6 KB
obj.h -rw-r--r-- 239 bytes
paren.c -rw-r--r-- 13.9 KB
parse.c -rw-r--r-- 18.5 KB
pbdevelopment.plist -rw-r--r-- 281 bytes
plm -rw-r--r-- 68.7 KB
print.c -rw-r--r-- 10.0 KB
term.c -rw-r--r-- 7.0 KB
ucblogo.bmp -rw-r--r-- 65.1 KB
ucblogo.desktop -rw-r--r-- 171 bytes
ucblogo.dsp -rwxr-xr-x 6.8 KB
ucblogo.dsw -rwxr-xr-x 539 bytes
ucblogo.png -rw-r--r-- 67.8 KB
ucblogo.xpm -rw-r--r-- 134.6 KB
usermanual -rw-r--r-- 152.0 KB
win32trm.c -rw-r--r-- 38.8 KB
win32trm.h -rw-r--r-- 5.1 KB
wrksp.c -rw-r--r-- 47.9 KB
wxCommandHistory.cpp -rw-r--r-- 5.0 KB
wxCommandHistory.h -rw-r--r-- 1.9 KB
wxGlobals.h -rw-r--r-- 3.0 KB
wxGraphics.h -rw-r--r-- 5.3 KB
wxMain.cpp -rw-r--r-- 5.9 KB
wxMain.h -rw-r--r-- 40 bytes
wxTerminal.cpp -rw-r--r-- 66.8 KB
wxTerminal.h -rw-r--r-- 8.6 KB
wxTurtleGraphics.cpp -rw-r--r-- 35.4 KB
wxTurtleGraphics.h -rw-r--r-- 6.1 KB
wxterm.c -rw-r--r-- 6.4 KB
xgraphics.c -rw-r--r-- 9.4 KB
xgraphics.h -rw-r--r-- 6.6 KB
ztcterm.c -rw-r--r-- 17.0 KB
ztcterm.h -rw-r--r-- 4.3 KB

README.md

back to top