Browse Source
Added hauptmech big patch, Updated documentation to match this patch. See CHANGELOG.txt
pull/1/head
Added hauptmech big patch, Updated documentation to match this patch. See CHANGELOG.txt
pull/1/head
34 changed files with 989 additions and 613 deletions
-
53d-viewer/3d_draw.cpp
-
14CHANGELOG.txt
-
7COMPILING.txt
-
1bitmaps/CMakeLists.txt
-
28bitmaps/invisible_text.xpm
-
1common/drawframe.cpp
-
3common/gestfich.cpp
-
4common/hotkeys_basic.cpp
-
1eeschema/eeconfig.cpp
-
3gerbview/gerbview_config.cpp
-
1include/base_struct.h
-
1include/bitmaps.h
-
2include/hotkeys_basic.h
-
8include/id.h
-
2include/pcbstruct.h
-
2include/wxPcbStruct.h
-
1include/wxstruct.h
-
2kicad/minizip/CMakeLists.txt
-
1pcbnew/classpcb.cpp
-
10pcbnew/dialog_general_options.cpp
-
36pcbnew/dialog_track_options.cpp
-
180pcbnew/edit.cpp
-
1pcbnew/editrack-part2.cpp
-
3pcbnew/files.cpp
-
1147pcbnew/hotkeys.cpp
-
29pcbnew/hotkeys.h
-
4pcbnew/initpcb.cpp
-
21pcbnew/ioascii.cpp
-
2pcbnew/loadcmp.cpp
-
3pcbnew/pcbcfg.cpp
-
8pcbnew/pcbcfg.h
-
49pcbnew/pcbframe.cpp
-
1pcbnew/specctra_import.cpp
-
21pcbnew/tool_pcb.cpp
@ -0,0 +1,28 @@ |
|||
/* XPM */ |
|||
#ifndef XPMMAIN |
|||
extern const char *invisible_text_xpm[]; |
|||
|
|||
#else |
|||
const char *invisible_text_xpm[] = { |
|||
"16 16 4 1", |
|||
" c None", |
|||
". c #00009B", |
|||
"+ c #000098", |
|||
"@ c #00005D", |
|||
" .............. ", |
|||
" ", |
|||
" .+ .... .. ", |
|||
" .@ .... . ", |
|||
" ", |
|||
" ", |
|||
" .... ", |
|||
" .... ", |
|||
" ", |
|||
" .... ", |
|||
" ", |
|||
" .... ", |
|||
" ", |
|||
" .....+ ", |
|||
" ........ ", |
|||
" "}; |
|||
#endif |
1147
pcbnew/hotkeys.cpp
File diff suppressed because it is too large
View File
File diff suppressed because it is too large
View File
Write
Preview
Loading…
Cancel
Save
Reference in new issue