Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
K
kicad-source-mirror
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
kicad-source-mirror
Repository
09b1748bc45685235a90c0779c4c7a553d1ef30e
Switch branch/tag
kicad-source-mirror
gerbview
History
Find file
Select Archive Format
Source code
Download zip
Download tar.gz
Download tar.bz2
Download tar
Doxygen warning fixes.
· 63b88455
Wayne Stambaugh
authored
12 years ago
63b88455
Name
Last commit
Last update
..
dialogs
Doxygen warning fixes.
12 years ago
gerber_test_files
Gerbview: add gerber test file.
14 years ago
CMakeLists.txt
Remove Kbool from Kicad. Use Clipper instead.
12 years ago
Info.plist
Fix some minor OS X issues
13 years ago
block.cpp
Enforced EDA_COLOR_T type and minor const-ification
12 years ago
class_DCodeSelectionbox.cpp
switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths
13 years ago
class_DCodeSelectionbox.h
More encapsulation work and other minor improvements.
13 years ago
class_GERBER.cpp
Gerbview: remove dependencies from Pcbnew.
12 years ago
class_GERBER.h
Gerbview: remove dependencies from Pcbnew.
12 years ago
class_am_param.cpp
switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths
13 years ago
class_am_param.h
switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths
13 years ago
class_aperture_macro.cpp
All: remove macros MAX, MIN, ABS from macros.h and replace these macros by std::max, std::min and std::abs (mainly found in old code).
12 years ago
class_aperture_macro.h
Enforced EDA_COLOR_T type and minor const-ification
12 years ago
class_excellon.h
Gerbview: remove dependencies from Pcbnew.
12 years ago
class_gbr_layer_box_selector.cpp
Enforced EDA_COLOR_T type and minor const-ification
12 years ago
class_gbr_layer_box_selector.h
Enforced EDA_COLOR_T type and minor const-ification
12 years ago
class_gbr_layout.cpp
Gerbview: remove dependencies from Pcbnew.
12 years ago
class_gbr_layout.h
Encapsulated drawmode as an enum for type checking
12 years ago
class_gbr_screen.cpp
Pcbnew: fix bug Bug #1001107 (Solder Mask Ratio Clearance bad value)
12 years ago
class_gbr_screen.h
Gerbview: remove dependencies from Pcbnew.
12 years ago
class_gerber_draw_item.cpp
All: remove macros MAX, MIN, ABS from macros.h and replace these macros by std::max, std::min and std::abs (mainly found in old code).
12 years ago
class_gerber_draw_item.h
Enforced EDA_COLOR_T type and minor const-ification
12 years ago
class_gerbview_layer_widget.cpp
All: fix most of Doxygen warnings.
12 years ago
class_gerbview_layer_widget.h
Enforced EDA_COLOR_T type and minor const-ification
12 years ago
controle.cpp
Very minor fixes.
12 years ago
dcode.cpp
All: remove macros MAX, MIN, ABS from macros.h and replace these macros by std::max, std::min and std::abs (mainly found in old code).
12 years ago
dcode.h
Enforced EDA_COLOR_T type and minor const-ification
12 years ago
draw_gerber_screen.cpp
MacOSX: disabling BufferedBitmap of OSX in gerbview, not supported nor accelerable and bitmap becomes too large in case of retina display to be usable
12 years ago
events_called_functions.cpp
Gerbview: remove dependencies from Pcbnew.
12 years ago
excellon_read_drill_file.cpp
switch all <math.h> includes to <cmath> includes on an attempt to dodge some abiguous references to atan2()
12 years ago
export_to_pcbnew.cpp
All: fix most of Doxygen warnings.
12 years ago
files.cpp
Script plotting patch
12 years ago
gerbview.cpp
Enforced EDA_COLOR_T type and minor const-ification
12 years ago
gerbview.h
All: fix most of Doxygen warnings.
12 years ago
gerbview.icns
[MacOSX] Updated Icons - Document ones still missing :(
12 years ago
gerbview.rc
Remove old xpm icons files
12 years ago
gerbview_config.cpp
Enforced EDA_COLOR_T type and minor const-ification
12 years ago
gerbview_doc.icns
Update OS X icns icons
14 years ago
gerbview_frame.cpp
All: remove macros MAX, MIN, ABS from macros.h and replace these macros by std::max, std::min and std::abs (mainly found in old code).
12 years ago
gerbview_frame.h
All: fix most of Doxygen warnings.
12 years ago
gerbview_id.h
switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths
13 years ago
hotkeys.cpp
Very minor fixes.
12 years ago
hotkeys.h
switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths
13 years ago
initpcb.cpp
Gerbview: remove dependencies from Pcbnew.
12 years ago
locate.cpp
Pcbnew: fix bug Bug #1001107 (Solder Mask Ratio Clearance bad value)
12 years ago
menubar.cpp
Move AddMenuItem inline functions outside wxstruct.h in a new file (menu_helpers.h)
12 years ago
onleftclick.cpp
Gerbview: remove dependencies from Pcbnew.
12 years ago
onrightclick.cpp
Gerbview: remove dependencies from Pcbnew.
12 years ago
options.cpp
Gerbview: remove dependencies from Pcbnew.
12 years ago
pcbplot.cpp
Removed g_pcb_plot_options from gerbview (which has no plotting anyway...)
12 years ago
pcbplot.h
Removed g_pcb_plot_options from gerbview (which has no plotting anyway...)
12 years ago
readgerb.cpp
switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths
13 years ago
rs274_read_XY_and_IJ_coordinates.cpp
All: change MILS_TO_IU_SCALING_FACTOR constant to IU_PER_MILS ( and MM_TO_IU_SCALING_FACTOR to IU_PER_MM)
12 years ago
rs274d.cpp
All: remove macros MAX, MIN, ABS from macros.h and replace these macros by std::max, std::min and std::abs (mainly found in old code).
12 years ago
rs274x.cpp
All: change MILS_TO_IU_SCALING_FACTOR constant to IU_PER_MILS ( and MM_TO_IU_SCALING_FACTOR to IU_PER_MM)
12 years ago
select_layers_to_pcb.cpp
Doxygen warning fixes.
12 years ago
select_layers_to_pcb.h
Gerbview: remove dependencies from Pcbnew.
12 years ago
toolbars_gerber.cpp
Gerbview: remove dependencies from Pcbnew.
12 years ago