kicad/pcbnew
Maciej Suminski 28511cf4fe Introducing shaders.
Shader's parameters are stored in VBO_ITEM. Changed VBO_ITEM data structure. Added UseShader() function for selecting shader for a given VBO_ITEM.
Added one main vertex & fragment shader program to be used for with all kinds of items (type of shader is selected using attributes that are stored in VBO). Currently available shaders are: at-least-1px-width line, filled circle and stroked circle.
Removed unnecessary param (aDepthOffset) from a few functions (OPENGL_GAL::drawSemiCircle(), OPENGL_GAL::drawLineCap()). Removed function OPENGL_GAL::DrawRoundedSegment(). Changed some asserts to debug info or error log.
2013-06-04 15:58:53 +02:00
..
autorouter Better strings for the translators (converted concatenations to formats) 2013-04-09 19:49:01 +02:00
dialogs Upstream merge. 2013-04-25 18:42:27 +02:00
pcad2kicadpcb_plugin Factored out text anchor drawing 2013-04-09 18:00:46 +02:00
scripting Fixes to scripting after refactoring & interface cleanups, 2013-04-18 23:23:11 +02:00
CMakeLists.txt Upstream merge. 2013-04-25 18:42:27 +02:00
Info.plist Fix some minor OS X issues 2011-08-30 09:35:40 +02:00
attribut.cpp Extremely trivial stuff (mostly cosmetics) 2013-03-28 07:40:19 +01:00
basepcbframe.cpp Faster way of caching items for OPENGL GAL. 2013-05-16 10:35:16 +02:00
block.cpp Implemented the LAYER_NUM typedef (LAYER was already taken as a class name...) to represent a layer number. 2013-03-31 15:27:46 +02:00
block_module_editor.cpp More encapsulation work. 2013-03-18 15:36:07 -04:00
board_items_to_polygon_shape_transform.cpp More encapsulation work. 2013-03-18 15:36:07 -04:00
board_undo_redo.cpp Implemented the LAYER_NUM typedef (LAYER was already taken as a class name...) to represent a layer number. 2013-03-31 15:27:46 +02:00
build_BOM_from_board.cpp Better strings for the translators (converted concatenations to formats) 2013-04-09 19:49:01 +02:00
class_board.cpp Pcbnew NETLIST_READER improvements. 2013-04-25 12:29:35 -04:00
class_board.h Pcbnew NETLIST_READER improvements. 2013-04-25 12:29:35 -04:00
class_board_connected_item.cpp Very minor fixes. 2012-08-03 17:43:15 +02:00
class_board_connected_item.h Encapsulated drawmode as an enum for type checking 2012-09-01 15:38:27 +02:00
class_board_design_settings.cpp Factored out text anchor drawing 2013-04-09 18:00:46 +02:00
class_board_item.cpp Introduction of Graphics Abstraction Layer based rendering for pcbnew. 2013-04-02 08:54:03 +02:00
class_dimension.cpp Better strings for the translators (converted concatenations to formats) 2013-04-09 19:49:01 +02:00
class_dimension.h Implemented the LAYER_NUM typedef (LAYER was already taken as a class name...) to represent a layer number. 2013-03-31 15:27:46 +02:00
class_drawsegment.cpp fix some compiler warnings 2013-04-18 12:03:47 -05:00
class_drawsegment.h Base object decoupling improvements. 2013-01-12 12:32:24 -05:00
class_drc_item.cpp Pcbnew: Add keepout areas (Copper zones without tracks or/and vias). 2012-07-13 20:55:29 +02:00
class_edge_mod.cpp Better strings for the translators (converted concatenations to formats) 2013-04-09 19:49:01 +02:00
class_edge_mod.h Base object decoupling improvements. 2013-01-12 12:32:24 -05:00
class_footprint_wizard.cpp Allow plugins to be reloaded without closing/opening pcbnew, next step is plugin editor, just a few lines away... 2013-03-16 04:27:48 +01:00
class_footprint_wizard.h Allow plugins to be reloaded without closing/opening pcbnew, next step is plugin editor, just a few lines away... 2013-03-16 04:27:48 +01:00
class_marker_pcb.cpp Better strings for the translators (converted concatenations to formats) 2013-04-09 19:49:01 +02:00
class_marker_pcb.h Implemented the LAYER_NUM typedef (LAYER was already taken as a class name...) to represent a layer number. 2013-03-31 15:27:46 +02:00
class_mire.cpp Hunted down hardcoded pixel size thresholds for drawing 2013-04-09 19:16:53 +02:00
class_mire.h Implemented the LAYER_NUM typedef (LAYER was already taken as a class name...) to represent a layer number. 2013-03-31 15:27:46 +02:00
class_module.cpp Pcbnew NETLIST_READER improvements. 2013-04-25 12:29:35 -04:00
class_module.h Pcbnew NETLIST_READER improvements. 2013-04-25 12:29:35 -04:00
class_netclass.cpp Internal unit improvements and Pcbnew s-expression file format changes. 2012-04-12 17:31:31 -04:00
class_netclass.h merge 1 with tip 2012-06-03 22:06:51 +02:00
class_netinfo.h Pcbnew NETLIST_READER improvements. 2013-04-25 12:29:35 -04:00
class_netinfo_item.cpp Pcbnew NETLIST_READER improvements. 2013-04-25 12:29:35 -04:00
class_netinfolist.cpp More encapsulation work. 2013-03-18 15:36:07 -04:00
class_pad.cpp Upstream merge. 2013-04-25 18:42:27 +02:00
class_pad.h Upstream merge. 2013-04-25 18:42:27 +02:00
class_pad_draw_functions.cpp Made overbar position independant of pen size for text, to fix graphics glitches with halo text. 2013-04-10 21:09:59 +02:00
class_pcb_layer_box_selector.cpp Factored out text anchor drawing 2013-04-09 18:00:46 +02:00
class_pcb_layer_box_selector.h Factored out text anchor drawing 2013-04-09 18:00:46 +02:00
class_pcb_layer_widget.cpp Upstream merge. 2013-04-25 18:42:27 +02:00
class_pcb_layer_widget.h Gerbview, layer manager: add option (popup menu) to always keep layers not visible but the active layer, even when the active layer is changed. 2013-04-06 14:01:53 +02:00
class_pcb_text.cpp hide pageFmts[] since it is no longer NULL terminated and not global 2013-04-18 13:54:03 -05:00
class_pcb_text.h More encapsulation work. 2013-03-18 15:36:07 -04:00
class_text_mod.cpp Upstream merged 2013-04-10 15:03:35 +02:00
class_text_mod.h Upstream merged 2013-04-10 15:03:35 +02:00
class_track.cpp Upstream merge. 2013-04-25 18:42:27 +02:00
class_track.h Upstream merged 2013-04-10 15:03:35 +02:00
class_zone.cpp Better strings for the translators (converted concatenations to formats) 2013-04-09 19:49:01 +02:00
class_zone.h Implemented the LAYER_NUM typedef (LAYER was already taken as a class name...) to represent a layer number. 2013-03-31 15:27:46 +02:00
class_zone_settings.cpp Implemented the LAYER_NUM typedef (LAYER was already taken as a class name...) to represent a layer number. 2013-03-31 15:27:46 +02:00
class_zone_settings.h Implemented the LAYER_NUM typedef (LAYER was already taken as a class name...) to represent a layer number. 2013-03-31 15:27:46 +02:00
classpcb.cpp Pcbnew: Update incorrect or incomplete copyrights in many files. 2012-06-08 11:56:42 +02:00
clean.cpp Implemented the LAYER_NUM typedef (LAYER was already taken as a class name...) to represent a layer number. 2013-03-31 15:27:46 +02:00
collectors.cpp Implemented the LAYER_NUM typedef (LAYER was already taken as a class name...) to represent a layer number. 2013-03-31 15:27:46 +02:00
collectors.h Implemented the LAYER_NUM typedef (LAYER was already taken as a class name...) to represent a layer number. 2013-03-31 15:27:46 +02:00
connect.cpp - New typedef LAYER_MSK to encapsulate a layer bitmap 2013-03-30 18:24:04 +01:00
connect.h Eeschema: fix a bug which crashes Eeschema (when a label is being created, and its type is changed by popup menu, for instance to a text, before it was put on schematic) 2013-01-25 18:29:54 +01:00
controle.cpp Renamed global variables: 2013-03-27 19:32:12 +01:00
cross-probing.cpp More cleanup on layer code usage 2013-04-07 13:55:18 +02:00
deltrack.cpp Implemented the LAYER_NUM typedef (LAYER was already taken as a class name...) to represent a layer number. 2013-03-31 15:27:46 +02:00
dimension.cpp Implemented the LAYER_NUM typedef (LAYER was already taken as a class name...) to represent a layer number. 2013-03-31 15:27:46 +02:00
drag.h - New typedef LAYER_MSK to encapsulate a layer bitmap 2013-03-30 18:24:04 +01:00
dragsegm.cpp - New typedef LAYER_MSK to encapsulate a layer bitmap 2013-03-30 18:24:04 +01:00
drc.cpp - New typedef LAYER_MSK to encapsulate a layer bitmap 2013-03-30 18:24:04 +01:00
drc_clearance_test_functions.cpp Implemented the LAYER_NUM typedef (LAYER was already taken as a class name...) to represent a layer number. 2013-03-31 15:27:46 +02:00
drc_marker_functions.cpp protect data in class_track.h, switch to using member accessors 2013-01-12 18:04:00 -06:00
drc_stuff.h All: fix most of Doxygen warnings. 2012-09-12 19:28:55 +02:00
eagle_plugin.cpp Factored out text anchor drawing 2013-04-09 18:00:46 +02:00
eagle_plugin.h Implemented the LAYER_NUM typedef (LAYER was already taken as a class name...) to represent a layer number. 2013-03-31 15:27:46 +02:00
edgemod.cpp Factored out text anchor drawing 2013-04-09 18:00:46 +02:00
edit.cpp Factored out text anchor drawing 2013-04-09 18:00:46 +02:00
edit_pcb_text.cpp Implemented the LAYER_NUM typedef (LAYER was already taken as a class name...) to represent a layer number. 2013-03-31 15:27:46 +02:00
edit_track_width.cpp Renamed global variables: 2013-03-27 19:32:12 +01:00
editedge.cpp Better strings for the translators (converted concatenations to formats) 2013-04-09 19:49:01 +02:00
editmod.cpp More cleanup on layer code usage 2013-04-07 13:55:18 +02:00
editrack-part2.cpp Implemented the LAYER_NUM typedef (LAYER was already taken as a class name...) to represent a layer number. 2013-03-31 15:27:46 +02:00
editrack.cpp Implemented the LAYER_NUM typedef (LAYER was already taken as a class name...) to represent a layer number. 2013-03-31 15:27:46 +02:00
edtxtmod.cpp More cleanup on layer code usage 2013-04-07 13:55:18 +02:00
event_handlers_tracks_vias_sizes.cpp protect data in class_track.h, switch to using member accessors 2013-01-12 18:04:00 -06:00
export_gencad.cpp Better strings for the translators (converted concatenations to formats) 2013-04-09 19:49:01 +02:00
export_vrml.cpp More work on EDA_COLOR_T and layers. 2013-04-04 23:35:01 +02:00
files.cpp All: change some texts and messages hard to translate, or not translatable (and some incorrect messages). 2013-04-05 09:38:00 +02:00
footprint_wizard.cpp Allow plugins to be reloaded without closing/opening pcbnew, next step is plugin editor, just a few lines away... 2013-03-16 04:27:48 +01:00
footprint_wizard_frame.cpp Allow plugins to be reloaded without closing/opening pcbnew, next step is plugin editor, just a few lines away... 2013-03-16 04:27:48 +01:00
footprint_wizard_frame.h Allow plugins to be reloaded without closing/opening pcbnew, next step is plugin editor, just a few lines away... 2013-03-16 04:27:48 +01:00
gen_drill_report_files.cpp Implemented the LAYER_NUM typedef (LAYER was already taken as a class name...) to represent a layer number. 2013-03-31 15:27:46 +02:00
gen_modules_placefile.cpp All: fix some issues in messages to translate. Remove fully outdated files 2013-04-10 09:23:20 +02:00
gendrill_Excellon_writer.cpp More encapsulation work. 2013-03-18 15:36:07 -04:00
gendrill_Excellon_writer.h Implemented the LAYER_NUM typedef (LAYER was already taken as a class name...) to represent a layer number. 2013-03-31 15:27:46 +02:00
globaleditpad.cpp More encapsulation work. 2013-03-18 15:36:07 -04:00
gpcb_plugin.cpp revert to using quotes around variable text which may be blank 2013-04-10 10:08:01 -05:00
gpcb_plugin.h Add Pcbnew GEDA PCB module plugin support. 2012-12-28 15:52:12 -05:00
help_common_strings.h Pcbnew: netlist.cpp: code cleaning. Comments added and updated 2011-05-03 14:57:44 +02:00
highlight.cpp Pcbnew: Update incorrect or incomplete copyrights in many files. 2012-06-08 11:56:42 +02:00
hotkeys.cpp Introduced Cairo-based rendering backend using GAL. 2013-04-15 17:57:03 +02:00
hotkeys.h Introduced Cairo-based rendering backend using GAL. 2013-04-15 17:57:03 +02:00
hotkeys_board_editor.cpp Pcbnew, dialog SVG export: Fix Pcbnew crash when opening the dialog. 2013-04-25 09:05:33 +02:00
hotkeys_module_editor.cpp Eeschema: fix broken mirroring for texts and labels in block mirror X and Y (this fixes Bug #1135505) 2013-03-01 20:59:29 +01:00
initpcb.cpp Script plotting patch 2012-08-29 18:59:50 +02:00
io_mgr.cpp add eagle *.lbr lib path extension for future use 2013-01-03 10:33:22 -06:00
io_mgr.h merge in branch fp-lib-table 2013-01-20 21:27:01 -06:00
ioascii.cpp.notused more footprint support for LEGACY_PLUGIN 2012-04-16 20:35:43 -05:00
item_io.cpp.notused more footprint support for LEGACY_PLUGIN 2012-04-16 20:35:43 -05:00
kicad_plugin.cpp Pcbnew: fix Bug #1167364 2013-04-10 21:20:35 +02:00
kicad_plugin.h - New typedef LAYER_MSK to encapsulate a layer bitmap 2013-03-30 18:24:04 +01:00
layer_widget.cpp Better strings for the translators (converted concatenations to formats) 2013-04-09 19:49:01 +02:00
layer_widget.h Removed arbitrary MAX_LAYER_ROWS limit (only used in one assertion, anyway) 2013-04-06 18:46:03 +02:00
legacy_plugin.cpp revert to using quotes around variable text which may be blank 2013-04-10 10:08:01 -05:00
legacy_plugin.h Eliminate many assumptions in Pcbnew's library manager, pertaining to locality of libraries and 2012-11-19 10:19:38 -06:00
librairi.cpp Better strings for the translators (converted concatenations to formats) 2013-04-09 19:49:01 +02:00
loadcmp.cpp Pcbnew NETLIST_READER improvements. 2013-04-25 12:29:35 -04:00
magnetic_tracks_functions.cpp Implemented the LAYER_NUM typedef (LAYER was already taken as a class name...) to represent a layer number. 2013-03-31 15:27:46 +02:00
menubar_modedit.cpp All: change some texts and messages hard to translate, or not translatable (and some incorrect messages). 2013-04-05 09:38:00 +02:00
menubar_pcbframe.cpp Introduced Cairo-based rendering backend using GAL. 2013-04-15 17:57:03 +02:00
minimun_spanning_tree.cpp switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 2012-01-22 22:33:36 -06:00
minimun_spanning_tree.h rename Ki_PageDescr to PAGE_INFO, encapsulate it in accessors, and move it into the BOARD 2011-12-22 15:57:50 -06:00
mirepcb.cpp More internal unit improvements. 2012-04-16 13:39:32 -04:00
modedit.cpp Set grid color for module editor and viewer (closes #1167884) 2013-04-11 20:29:56 +02:00
modedit_onclick.cpp More cleanup on layer code usage 2013-04-07 13:55:18 +02:00
modedit_undo_redo.cpp More encapsulation work. 2013-03-18 15:36:07 -04:00
modeditoptions.cpp Pcbnew: Update incorrect or incomplete copyrights in many files. 2012-06-08 11:56:42 +02:00
module_editor_frame.h Set grid color for module editor and viewer (closes #1167884) 2013-04-11 20:29:56 +02:00
moduleframe.cpp Pcbnew encapsulation and code cleaning. 2013-03-13 14:53:58 -04:00
modules.cpp Extremely trivial stuff (mostly cosmetics) 2013-03-28 07:40:19 +01:00
modview.cpp All: fix a minor issue in drawtext.cpp 2013-04-11 19:40:20 +02:00
modview_frame.cpp Set grid color for module editor and viewer (closes #1167884) 2013-04-11 20:29:56 +02:00
modview_frame.h Set grid color for module editor and viewer (closes #1167884) 2013-04-11 20:29:56 +02:00
move-drag_pads.cpp Pcbnew, Module Editor: fix bug Bug #1161114 (pad not visible after undoing a move pad) 2013-03-28 10:40:29 +01:00
move_or_drag_track.cpp - New typedef LAYER_MSK to encapsulate a layer bitmap 2013-03-30 18:24:04 +01:00
muonde.cpp Pcbnew NETLIST_READER improvements. 2013-04-25 12:29:35 -04:00
muwave_command.cpp Pcbnew: drag functions: serious cleanup and better code. Use now the connectivity functions to find tracks connected to pads, 2012-09-11 09:33:17 +02:00
netlist.cpp Pcbnew NETLIST_READER improvements. 2013-04-25 12:29:35 -04:00
netlist_reader.h Pcbnew NETLIST_READER improvements. 2013-04-25 12:29:35 -04:00
netlist_reader_common.cpp Pcbnew NETLIST_READER improvements. 2013-04-25 12:29:35 -04:00
netlist_reader_firstformat.cpp Pcbnew NETLIST_READER improvements. 2013-04-25 12:29:35 -04:00
netlist_reader_kicad.cpp Pcbnew NETLIST_READER improvements. 2013-04-25 12:29:35 -04:00
onleftclick.cpp Better strings for the translators (converted concatenations to formats) 2013-04-09 19:49:01 +02:00
onrightclick.cpp Factored out text anchor drawing 2013-04-09 18:00:46 +02:00
pad_edition_functions.cpp More encapsulation work. 2013-03-18 15:36:07 -04:00
pcb_painter.cpp Fix for drawing polygons. 2013-04-17 13:59:46 +02:00
pcb_painter.h Upstream merged 2013-04-10 15:03:35 +02:00
pcb_parser.cpp pcb_parser failed on (fill yes (arc_segments 16) (thermal_gap 1.99898) (thermal_bridge_width 1.99898)) 2013-04-25 07:25:47 -05:00
pcb_parser.h Implemented the LAYER_NUM typedef (LAYER was already taken as a class name...) to represent a layer number. 2013-03-31 15:27:46 +02:00
pcb_plot_params.cpp Removed the default generation of phantom text by the postscript plot driver. 2013-04-05 10:55:46 +02:00
pcb_plot_params.h - New typedef LAYER_MSK to encapsulate a layer bitmap 2013-03-30 18:24:04 +01:00
pcbframe.cpp Introducing shaders. 2013-06-04 15:58:53 +02:00
pcbnew.cpp Implemented the LAYER_NUM typedef (LAYER was already taken as a class name...) to represent a layer number. 2013-03-31 15:27:46 +02:00
pcbnew.h Factored out text anchor drawing 2013-04-09 18:00:46 +02:00
pcbnew.icns [MacOSX] Updated Icons - Document ones still missing :( 2012-09-27 19:20:44 +02:00
pcbnew.rc Remove old xpm icons files 2012-04-07 13:09:57 +02:00
pcbnew_config.cpp Support for a visibility flag and color selection to NPTH holes 2013-04-07 18:20:46 +02:00
pcbnew_config.h switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 2012-01-22 22:33:36 -06:00
pcbnew_doc.icns Update OS X icns icons 2010-05-13 21:03:12 +02:00
pcbnew_id.h Introduced Cairo-based rendering backend using GAL. 2013-04-15 17:57:03 +02:00
pcbplot.cpp Support to enable color from PLOT_CONTROLLER into plotters that start in B/W 2013-04-18 23:21:26 +02:00
pcbplot.h Implemented the LAYER_NUM typedef (LAYER was already taken as a class name...) to represent a layer number. 2013-03-31 15:27:46 +02:00
plot_board_layers.cpp Implemented the LAYER_NUM typedef (LAYER was already taken as a class name...) to represent a layer number. 2013-03-31 15:27:46 +02:00
plot_brditems_plotter.cpp Implemented the LAYER_NUM typedef (LAYER was already taken as a class name...) to represent a layer number. 2013-03-31 15:27:46 +02:00
plotcontroller.h Support to enable color from PLOT_CONTROLLER into plotters that start in B/W 2013-04-18 23:21:26 +02:00
print_board_functions.cpp Fixed some tab-induced disalignments 2013-04-06 14:28:02 +02:00
printout_controler.cpp More work on EDA_COLOR_T and layers. 2013-04-04 23:35:01 +02:00
printout_controler.h - New typedef LAYER_MSK to encapsulate a layer bitmap 2013-03-30 18:24:04 +01:00
protos.h Factored layer utility functions: classification, layer flip and mask flip 2013-04-05 21:04:58 +02:00
ratsnest.cpp More encapsulation work. 2013-03-18 15:36:07 -04:00
sel_layer.cpp More cleanup on layer code usage 2013-04-07 13:55:18 +02:00
set_grid.cpp Minor fixes and cleanup 2013-02-26 12:25:30 +01:00
specctra.cpp Implemented the LAYER_NUM typedef (LAYER was already taken as a class name...) to represent a layer number. 2013-03-31 15:27:46 +02:00
specctra.h Implemented the LAYER_NUM typedef (LAYER was already taken as a class name...) to represent a layer number. 2013-03-31 15:27:46 +02:00
specctra.keywords ++all: 2011-01-19 14:46:07 -06:00
specctra_export.cpp revert to using quotes around variable text which may be blank 2013-04-10 10:08:01 -05:00
specctra_import.cpp Implemented the LAYER_NUM typedef (LAYER was already taken as a class name...) to represent a layer number. 2013-03-31 15:27:46 +02:00
specctra_test.cpp Implemented the LAYER_NUM typedef (LAYER was already taken as a class name...) to represent a layer number. 2013-03-31 15:27:46 +02:00
swap_layers.cpp Factored out text anchor drawing 2013-04-09 18:00:46 +02:00
tool_modedit.cpp Reverted back the ( i ) parameters for python, applied the PyGILState_Ensure from Dick into his PyLOCK class 2013-03-12 01:37:45 +01:00
tool_modview.cpp Pcbnew: Update incorrect or incomplete copyrights in many files. 2012-06-08 11:56:42 +02:00
tool_onrightclick.cpp Pcbnew: Update incorrect or incomplete copyrights in many files. 2012-06-08 11:56:42 +02:00
tool_pcb.cpp Eeschema: fix broken mirroring for texts and labels in block mirror X and Y (this fixes Bug #1135505) 2013-03-01 20:59:29 +01:00
toolbars_update_user_interface.cpp Renamed global variables: 2013-03-27 19:32:12 +01:00
tr_modif.cpp - New typedef LAYER_MSK to encapsulate a layer bitmap 2013-03-30 18:24:04 +01:00
tracepcb.cpp Fixed some tab-induced disalignments 2013-04-06 14:28:02 +02:00
xchgmod.cpp Pcbnew: fix bug in pcb_parser: incorrect pad local solder paste margin ratio value read when not 0. ( This also fixes bug 1170535 ) 2013-04-19 09:14:27 +02:00
zone_filling_algorithm.cpp Encapsulation, bug, context menu string, and, coding policy fixes. 2013-03-20 10:50:12 -04:00
zones.h Pcbnew: Add keepout areas (Copper zones without tracks or/and vias). 2012-07-13 20:55:29 +02:00
zones_by_polygon.cpp Implemented the LAYER_NUM typedef (LAYER was already taken as a class name...) to represent a layer number. 2013-03-31 15:27:46 +02:00
zones_by_polygon_fill_functions.cpp Pcbnew: Add keepout areas (Copper zones without tracks or/and vias). 2012-07-13 20:55:29 +02:00
zones_convert_brd_items_to_polygons_with_Boost.cpp Encapsulation, bug, context menu string, and, coding policy fixes. 2013-03-20 10:50:12 -04:00
zones_convert_to_polygons_aux_functions.cpp More encapsulation work. 2013-03-18 15:36:07 -04:00
zones_functions_for_undo_redo.cpp Implemented the LAYER_NUM typedef (LAYER was already taken as a class name...) to represent a layer number. 2013-03-31 15:27:46 +02:00
zones_functions_for_undo_redo.h Implemented the LAYER_NUM typedef (LAYER was already taken as a class name...) to represent a layer number. 2013-03-31 15:27:46 +02:00
zones_non_copper_type_functions.cpp Implemented the LAYER_NUM typedef (LAYER was already taken as a class name...) to represent a layer number. 2013-03-31 15:27:46 +02:00
zones_polygons_insulated_copper_islands.cpp Encapsulation, bug, context menu string, and, coding policy fixes. 2013-03-20 10:50:12 -04:00
zones_polygons_test_connections.cpp More encapsulation work. 2013-03-18 15:36:07 -04:00
zones_test_and_combine_areas.cpp Factored out text anchor drawing 2013-04-09 18:00:46 +02:00