- 27 Feb, 2014 1 commit
-
-
Maciej Suminski authored
TOOL_EVENT message is supposed to contain string as parameter. Added missing header for class_drawsegment.h (KiROUND). Renamed SELECTION_TOOL::containsSelected() to SELECTION_TOOL::selectionContains().
-
- 21 Feb, 2014 1 commit
-
-
Maciej Suminski authored
- VIEW_ITEM::ViewUpdate() does not update items immediately. Now it marks them to be updated and the real update occurs on the next rendering frame. - VIEW::InvalidateItem() made private. - VIEW_LAYER::enabled -> visible - Some functions moved to header files.
-
- 13 Feb, 2014 1 commit
-
-
Maciej Suminski authored
-
- 06 Feb, 2014 1 commit
-
-
Maciej Suminski authored
-
- 04 Feb, 2014 1 commit
-
-
Maciej Suminski authored
-
- 20 Dec, 2013 1 commit
-
-
Maciej Suminski authored
-
- 02 Dec, 2013 1 commit
-
-
Maciej Suminski authored
-
- 13 Nov, 2013 1 commit
-
-
Maciej Suminski authored
Fixes the case, when waste is never greater then the worst case and seeds assignment does not occur.
-
- 02 Nov, 2013 1 commit
-
-
Dick Hollenbeck authored
pass into an HTML rendering panel and otherwise look goofey. *) Implement BOARD::Move() can call it from EAGLE_PLUGIN::Load(). *) When USE_FP_LIB_TABLE, tolerate blank nicknames in FPIDs coming from eeschema. See the switch for this in pcbnew/netlist.cpp as ALLOW_PARTIAL_FPID. *) Add an assert and a try catch block to figure out that View does not like some eagle pcb board. bitset::set() is getting a -1 value and firing an exception.
-
- 14 Oct, 2013 3 commits
-
-
Maciej Suminski authored
-
Maciej Suminski authored
template<> -> template <> Some more reformatting according to uncrustify results.
-
Maciej Suminski authored
-
- 02 Oct, 2013 2 commits
-
-
Maciej Suminski authored
-
Maciej Suminski authored
Added typedefs for VIEW_GROUP iterators. Fixed improper order of layer drawing for VIEW_GROUP items.
-
- 01 Oct, 2013 1 commit
-
-
Maciej Suminski authored
VIEW_GROUP now does not change depth during drawing. Introduced functions for manipulating stored items. FIxed problem of overlay being covered by other layers while panning. Few minor fixes.
-
- 27 Sep, 2013 1 commit
-
-
Maciej Suminski authored
-
- 24 Sep, 2013 2 commits
-
-
Maciej Suminski authored
-
Maciej Suminski authored
-
- 20 Sep, 2013 1 commit
-
-
Maciej Suminski authored
-
- 19 Sep, 2013 1 commit
-
-
Maciej Suminski authored
Removed TA_ActivateTool (now tools are invoked by sending TA_Action event, with the tool name as string parameter). Developed TOOL_Action class & added ActionManager. Hot keys registered by tools are processed. Selection & move tool can be invoked by a hot key.
-
- 18 Sep, 2013 4 commits
-
-
Maciej Suminski authored
-
Maciej Suminski authored
-
tomasz.wlostowski@cern.ch authored
-
tomasz.wlostowski@cern.ch authored
-
- 16 Sep, 2013 1 commit
-
-
Maciej Suminski authored
-
- 13 Sep, 2013 2 commits
-
-
Maciej Suminski authored
-
Maciej Suminski authored
Changed VIEW::PrepareTargets() to more appropriate name VIEW::ClearTargets(). Added SELECTION layer to always-on-top list.
-
- 12 Sep, 2013 2 commits
-
-
tomasz.wlostowski@cern.ch authored
Redraws can be requested way too often than it is required. This commit adds redraw timeout: - if the view became dirty and there has been no redraw for longer than certain time, it is redrawed immediately - otherwise, we wait for the next frame This in general improves smoothness of rendering.
-
Maciej Suminski authored
-
- 11 Sep, 2013 1 commit
-
-
Maciej Suminski authored
-
- 10 Sep, 2013 1 commit
-
-
tomasz.wlostowski@cern.ch authored
-
- 09 Sep, 2013 3 commits
-
-
Maciej Suminski authored
-
Maciej Suminski authored
-
Maciej Suminski authored
-
- 06 Sep, 2013 2 commits
-
-
Maciej Suminski authored
-
Maciej Suminski authored
-
- 04 Sep, 2013 1 commit
-
-
Maciej Suminski authored
More effective way of updating bounding boxes. IsCached() method made public. Removed some of unused fields from the layer description structure.
-
- 02 Sep, 2013 2 commits
-
-
Maciej Suminski authored
-
Maciej Suminski authored
VIEW_ITEMs save the layer numbers they use, it allowed to speed up removal of items.
-
- 30 Aug, 2013 1 commit
-
-
Maciej Suminski authored
-