39 Commits (89055c4425bed728986ee03c2557466cc46dc166)

Author SHA1 Message Date
Maciej Suminski 89055c4425 Code formatting 9 years ago
Tomasz Włostowski daf103d7e4 GAL: fix grid origin and grid rendering in flipped view mode 9 years ago
Tomasz Włostowski da28e163d2 Optimizations/fixes to the VIEW/GAL classes: 9 years ago
Tomasz Włostowski c661c30f68 pcbnew: added flip view mode 9 years ago
Simon Richter 96ec9db5d6 Add missing C++ stdlib headers 10 years ago
Maciej Suminski b143ce6b0f Moved text settings from STROKE_FONT to GAL. 10 years ago
Maciej Suminski da312db7a4 Fixed a wxWidgets assertion. Newer wxWidgets (3.1) display a message saying that horizontal alignment flags are ignored with wxEXPAND. 10 years ago
jean-pierre charras 30d72045e7 Rework on class EDA_TEXT and related classes and draw functions (Note: this is a work in progress): 10 years ago
unknown 40ccc0bedf replace round() with KiROUND(), our function that is used almost everywhere for rounding, and detects int overflows in debug mode. 10 years ago
Maciej Suminski 28a270a328 Refactored grid origin point drawing (GAL). 10 years ago
Maciej Suminski 4dae107dab Alternative depth range in OpenGL GAL. 11 years ago
Maciej Suminski 9e8719d3ff Fixed overlapping segment endings in OpenGL view. 11 years ago
jean-pierre charras 6e8a8a6b25 Fix some coverity warnings (mainly not initialized members) 11 years ago
Maciej Suminski e6a10faab7 FIxed a few clang warnings. 11 years ago
Maciej Suminski b076f3fe4e Fixed grid drawing when the grid origin has negative coordinates. 11 years ago
Maciej Suminski 7645ed8601 Grid offset is recomputed only when settings are changed. 11 years ago
Bernhard Stegmaier 60a86853ec Removed a few warnings. 12 years ago
Maciej Suminski 35e343597b Grid in GAL takes into account grid offset. 12 years ago
Maciej Suminski dbc4a8f292 GAL zooms in and out using the default hot keys (F1/F2). 12 years ago
Maciej Suminski 3ecae4fa52 GAL::GetGridPoint() returns point in world coordinates. 12 years ago
Maciej Suminski 597e98dbf4 Cursor is in world coordinates. 12 years ago
Maciej Suminski f9f0b46b63 Small GAL refactorization, mostly correcting constness. 12 years ago
Maciej Suminski b9df36eca5 GAL::GetGridPoint() takes a const reference. 12 years ago
Maciej Suminski 0ac3e1fbf2 Namespace KiGfx->KIGFX. 12 years ago
tomasz.wlostowski@cern.ch d8480e4674 gal: make the cursor a bit bigger and hidden by default 12 years ago
Maciej Suminski c5d3376c26 Changed some 'magic numbers' into constants. Added const modifier in appropriate spots. 12 years ago
Maciej Suminski 08e797551b Modified default grid/origin settings. 12 years ago
Maciej Suminski 6fe086ab6d Added cursor snapping. 12 years ago
Maciej Suminski 215f35e237 Added mouse cursor drawing. 12 years ago
Maciej Suminski 544726e4f3 New display style for grid (dotted). 12 years ago
Maciej Suminski 190ed58568 Code refactoring. 12 years ago
Maciej Suminski 790a1f8563 Made GAL backends settings more consistent. Fixed grid line width in the OpenGL backend. 12 years ago
Maciej Suminski 618a5f0e75 OpenGL multitarget rendering (compositing). 12 years ago
Maciej Suminski 84392f1723 Moved STROKE_FONT from PAINTER to GAL. 12 years ago
unknown 4360860bee Removed different styles of line caps and line joins, leaving only round caps & joins. 12 years ago
Maciej Suminski fbc3d63c24 Draw the origin marker in OpenGL with shaders GAL. 13 years ago
Maciej Suminski ef865aab68 Grid settings apply to GAL based rendering. 13 years ago
Maciej Suminski e4bac0d91a Fixed resize issue (moved GAL panel into pane). 13 years ago
Maciej Suminski e262b32198 Introduction of Graphics Abstraction Layer based rendering for pcbnew. 13 years ago