Lucio Andrés Illanes Albornoz
|
6dad3c7798
|
libtools/ToolText.py: ignore non-printable key events.
|
2019-09-12 10:28:56 +02:00 |
|
Lucio Andrés Illanes Albornoz
|
9de3372a80
|
libtools/Tool{,Circle,Fill,Line,Rect,Select,Text}.py: sync function signature comments.
|
2019-09-12 10:08:14 +02:00 |
|
Lucio Andrés Illanes Albornoz
|
309e8cf089
|
libtools/ToolText.py:onKeyboardEvent(): correctly return (rc, dirty).
|
2019-09-10 12:20:23 +02:00 |
|
Lucio Andrés Illanes Albornoz
|
fb274c0d66
|
libroar/RoarCanvas{CommandsTools,Window}.py: explicitly pass canvas.
libtools/Tool{,Circle,Fill,Line,Rect,Select,Text}.py: explicitly receive canvas.
|
2019-09-10 12:12:12 +02:00 |
|
Lucio Andrés Illanes Albornoz
|
0fe6899d05
|
libcanvas/Canvas.py:dispatchPatchSingle(): cloned from dispatchPatch().
lib{canvas/Canvas{,Journal},gui/GuiCanvasPanel}.py: replace dirtyJournal & pushDeltas() w/ explicit {begin,end}().
libgui/GuiCanvasPanel.py:applyTool(): updated.
libgui/GuiCanvasPanel.py:dispatchPatchSingle(): cloned from dispatchPatch().
libtools/Tool{,Circle,Fill,Line,Rect,Select{,Clone,Move},Text}.py:on{Mouse,Keyboard}Event(): return rc, dirty.
libtools/ToolSelect{Clone,Move}.py:onSelectEvent(): return rc, dirty.
|
2019-09-09 18:43:33 +02:00 |
|
Lucio Andrés Illanes Albornoz
|
b3f587fc73
|
libgui/GuiCanvasInterface.py:canvasTool(): call applyTool() w/ new tool post-selection.
libgui/GuiCanvasPanel.py:{applyTool,onPanelInput}(): split from onPanelInput().
libtools/Tool{,Circle,Fill,Line,Rect,Select,Text}.py:on{Keyboard,Mouse}Event(): updated.
libtools/ToolFill.py:onMouseEvent(): display cursor.
libtools/ToolSelect{,Clone,Move}.py:onSelectEvent(): updated.
|
2019-09-09 18:18:54 +02:00 |
|
Lucio Andrés Illanes Albornoz
|
04430e7c0c
|
lib{canvas,gui,rtl,tools}/*.py: remove trailing SP.
|
2019-09-09 12:46:52 +02:00 |
|
Lucio Andrés Illanes Albornoz
|
88d69cb31e
|
Initial canvas panel scrollbar implementation.
assets/text/TODO: updated.
libgui/GuiCanvasPanel.py:__init__(): provide self.winSize & call SetScrollRate().
libgui/GuiCanvasPanel.py:{_drawPatch,dispatch{DeltaPatches,Patch},onPanel{Input,LeaveWindow},resize,update}(): receive and/or pass viewRect.
libgui/GuiCanvasPanel.py:onPanelPaint(): updated.
libgui/GuiCanvasPanel.py:resize(): call SetVirtualSize().
libgui/GuiCanvasWxBackend.py:_{draw{Brush,Char}Patch,_get{Brush,Char}PatchColours,xlatePoint}(): updated.
libgui/GuiCanvasWxBackend.py:{draw{CursorMaskWithJournal,Patch},getDeviceContext,xlateEventPoint}(): receive and/or pass viewRect.
libgui/GuiCanvasWxBackend.py:getDeviceContext(): return ClientDC() if viewRect > (0, 0)
libgui/GuiCanvasWxBackend.py:onPanelPaintEvent(): blit subset of canvasBitmap into BufferedPaintDC() if viewRect > (0, 0).
libtools/Tool{,Circle,Fill,Line,Rect,Select{,Clone,Move},Text}.py: receive & pass viewRect to dispatchFn().
|
2019-09-09 12:30:25 +02:00 |
|
Lucio Andrés Illanes Albornoz
|
c77813380a
|
assets/text/ImgurApiKey.py.template, lib{canvas,gui,rtl,tools}/*.py: deXXXify.
|
2019-09-08 18:08:04 +02:00 |
|
Lucio Andrés Illanes Albornoz
|
d410ef9321
|
libtools/ToolText.py:onMouseEvent(): only set self.textPos on is{Left,Right}Down.
|
2019-09-08 17:02:41 +02:00 |
|
Lucio Andrés Illanes Albornoz
|
a628ed6471
|
Implements transparent colour.
libgui/Gui{CanvasInterface,{General,}Frame}.py: refactored.
{libcanvas/CanvasExportStore,libgui/GuiCanvas{Interface,WxBackend}}.py: implements transparent colour.
libgui/GuiCanvasPanel.py: updated.
libtools/ToolText.py: updated.
assets/text/TODO: updated.
|
2019-09-08 16:57:45 +02:00 |
|
Lucio Andrés Illanes Albornoz
|
f3140d4b3d
|
libcanvas/CanvasColours.py, libgui/GuiCanvasColours.py: split from libcanvas/CanvasColours.py.
libcanvas/Canvas.py, libgui/GuiCanvasPanel.py: split from libcanvas/Canvas.py.
libcanvas/CanvasImportStore.py:import{Ansi{Buffer,File},SauceFile}(): fixed (via spoke.)
{libgui/Gui{CanvasInterface,Frame},libtools/Tool{Fill,Select,Text},roar}.py: updated.
libgui/GuiCanvasWxBackend.py: merged from libcanvas/CanvasBackend.py.
|
2019-09-07 10:39:26 +02:00 |
|
Lucio Andrés Illanes Albornoz
|
34d9df756b
|
libcanvas/Canvas{Ex,Im}portStore.py: cleanup.
assets/tools/MiRCARTReduce.py: fixed (for spoke.)
assets/tools/{MiRCARTTo{Ansi,PngFile},SAUCETo{Ansi,MiRCART}}.py: updated.
lib{canvas/Canvas,gui/Gui{CanvasInterface,Frame}}.py: updated.
lib{{canvas/Canvas{Backend,Journal},Colours},tools/ToolRect}.py: minor cleanup.
roar.py: updated.
|
2019-09-06 10:29:45 +02:00 |
|
Lucio Andrés Illanes Albornoz
|
752af56774
|
{assets/tools,lib{canvas,gui,rtl,tools}}/*.py: update copyright legends.
assets/text/ImgurApiKey.py.template: updated from assets/text/MiRCARTImgurApiKey.py.template.
librtl/IrcClient.py: minor cleanup.
|
2019-09-04 16:23:59 +02:00 |
|
Lucio Andrés Illanes Albornoz
|
74da2e43c9
|
ROAR!
|
2019-09-03 18:58:50 +02:00 |
|
Lucio Andrés Illanes Albornoz
|
71fd619709
|
libtools/MiRCARTToolSelect{,Clone,Move}.py: cleanup & bug fixes.
|
2019-09-03 15:48:48 +02:00 |
|
Lucio Andrés Illanes Albornoz
|
cf2c5a7042
|
Replaces & merges MiRCART-{nw,python,www} w/ original MiRCART as of Thu Jul 5 2018.
|
2019-09-01 16:34:00 +02:00 |
|