8772 Commits (bda30115196535d7961256384bb0862a867866dd)
 

Author SHA1 Message Date
Maciej Suminski bda3011519 Initial support for bitmap fonts (OpenGL GAL). 10 years ago
Maciej Suminski 431e343201 Switch to direct rendering before clearing the screen (OpenGL GAL). 10 years ago
Maciej Suminski 5ba84dda0a OpenGL capabilities test is run only once. 10 years ago
Maciej Suminski 82a63a8c2a Fixed the drawing order for selected items in OpenGL GAL. 10 years ago
Maciej Suminski 795fd28742 Set Stroke/Fill settings for stroke font in its Draw() function. 10 years ago
Maciej Suminski 36dd6eb6b3 GAL profiling output is enabled with WXTRACE env variable. 10 years ago
Maciej Suminski c0465e5519 Instance counter for OPENGL_GAL to avoid double freeing. 10 years ago
Maciej Suminski dbff9ad786 Improved error checking in GPU_MANAGER. 10 years ago
Maciej Suminski 4cca3bc368 Minor OPENGL_COMPOSITOR refactoring. 10 years ago
Maciej Suminski 1927f3a787 Unified way of checking OpenGL errors. 10 years ago
Maciej Suminski 2a276550eb Fixed SHADER::AddParameter() function. 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
Maciej Suminski f968556f9a Smoother autopanning. 10 years ago
Maciej Suminski 113e75c5c5 VERTEX_MANAGER functions return false in case of failure. 10 years ago
Maciej Suminski 4262915b38 Code formatting. 10 years ago
Maciej Suminski 0cfa360390 Added VERTEX_MANAGER::Reserve() function. 10 years ago
Matthew Petroff db54f3e7a7 Correct multiple UI spelling errors 10 years ago
jean-pierre charras e46f706d4b Add Set/GetOrientationDegrees and GetOrientationRadians for texts, pads and footprints to avoid internal units to usual angle units conversion in code (and avoid mistakes). 10 years ago
unknown ce331b03e8 3D_cache/cmakelists.txt: Don't clear CMAKE_CXX_FLAGS compiler flags 10 years ago
Wayne Stambaugh 18c8f50b1d Component library editor field properties dialog improvements. 10 years ago
Wayne Stambaugh 0a263d2f2b Fix value field editing bug in component library editor. (fixes lp:1576363) 10 years ago
jean-pierre charras 8c76b92fa9 Fix a few shadowed local vars which make the code not so easy to analyze. 10 years ago
jean-pierre charras f532057d05 Fix incompatibility between basic_gal (which used angles in degrees in rotation) and other gal layers (which used radians in rotation). Rotation angles are now in radians. 10 years ago
jean-pierre charras b92ad6f5a8 Add CSV file format in pcbnew position files (and cleanup code) 10 years ago
jean-pierre charras 5da341d1fc Optimize VECTOR2::Rotation for 0, 90, 180 and -90 degrees by avoiding time consumming calculations. 10 years ago
jean-pierre charras c1f0ab91a2 Code cleaning and coding style fix. 10 years ago
Mikael Arguedas 5d6f8d1edc Eeschema: unify schematic and component library block mirror commands. 10 years ago
Wayne Stambaugh ce593f9784 Eeschema: fix broken component reference field in hierarchies. (fixes lp:1572812) 10 years ago
jean-pierre charras 53c031257d Fix a few shadowed local vars, and coding style issues. 10 years ago
unknown baa5f0ddfb Fix typos in dialogs. 10 years ago
jean-pierre charras d7f1400e44 Make strings only used in debug mode not translatable. 10 years ago
Wayne Stambaugh 2b6889bc7a Pcbnew: footprint text layer visibility improvements. (fixes lp:1527994) 10 years ago
jean-pierre charras 67982a4851 stroke font: fine adjust of text horizontal position. edat_text: fix an issue in SetOrientation: the rotation angle is now constrained between -360 and +360 degrees. 10 years ago
Wayne Stambaugh 740f8f55d8 Developer documentation improvements. 10 years ago
jean-pierre charras fde2cfee27 Minor changes: remove a few local shadowed local variables detected using " -Wshadow" gcc compil option ( No bug, just a better code readability ) and fix minor coding style issues. 10 years ago
Patrick Pereira b846a98199 Pcbnew: improve footprint edge plot logic. 10 years ago
Robert Antoni Buj Genlonch 8d8b357f45 Add Catalan translator to about dialog. 10 years ago
Wayne Stambaugh 46ff5a2580 Pcbnew: remove dead macro code. 10 years ago
Cirilo Bernardo 6120472d60 3D file name resolver improvements. 10 years ago
jean-pierre charras 32fc9198c3 Minor fix: dialog_edit_component: Fix incorrect tool tip for the button which runs the footprint browser or the datasheet browser (previous was the same tooltip, regardless the purpose of this button), depending on the selected field. 10 years ago
Chris Pavlina ff3d22dcd9 Remove DIALOG_ORIENT_FOOTPRINTS 10 years ago
jean-pierre charras f0e2628e40 Very minor changes: remove a few local shadowed variables (mainly local variables having the same name in the same function) detected using " -Wshadow" gcc compil option ( No bug, just a better code readability ) 10 years ago
unknown 698197ec8d Eeschema: better position of texts (pin texts and labels), taking in account the line thickness. 10 years ago
jean-pierre charras bcd345c29f Fix issues in dialog drc: because it is not modal, DRC parameters and unit selection can be modified outside the dialog, still opened. Now, the new parameters are taken in account. 10 years ago
Robert Antoni Buj Gelonch e0a1bcac57 Add Catalan translator 10 years ago
jean-pierre charras 829fa97f3c Gerber files: ensure the "level polarity dark" is set in each file (this is the default, but ensuring that is better and can avoid issues when panneling files) 10 years ago
Chris Pavlina 36b53a50e9 Fix signedness in a couple comparisons (warning suppression) 10 years ago
Chris Pavlina 48573712e8 Exterminate another 0.1deg field 10 years ago
jean-pierre charras 95962cd2ba Very minor changes: minor coding style fixes, and remove a few local shadowed variables (mainly local variables having the same name in the same function) detected using " -Wshadow" gcc compil option ( No bug, just a better code readability ) 10 years ago