afkiwers
|
a1708637fc
|
fixed missing desciption in symbol chooser
|
2023-09-22 01:15:32 +00:00 |
Jeff Young
|
0126841c44
|
ADDED: 3D appearance setting for off-board silk.
|
2023-09-20 23:28:50 +01:00 |
Jeff Young
|
1ff279bf72
|
Don't auto-adjust time axis while sim is running.
Just use start and end time.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/15673
|
2023-09-20 17:34:34 +01:00 |
Mike Williams
|
9541e45502
|
BOM Exporter: allow using presets from the command line
|
2023-09-20 10:57:43 -04:00 |
Marek Roszko
|
ee91b550d8
|
gl_context_mgr and gl_util belong in the gal folder
|
2023-09-19 23:06:44 -04:00 |
Marek Roszko
|
43a59275c3
|
Remove unused header
|
2023-09-19 21:14:26 -04:00 |
Marek Roszko
|
9deff07ca6
|
Save 470KB by not re-initializing lineTypeNames over a thousand cpp files it leaks into
I saved a bunch of money on my car insurance by switching to Extern
|
2023-09-19 20:05:55 -04:00 |
Jeff Young
|
58889f8120
|
Improve shape properties dialog layout.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/15683
|
2023-09-19 17:04:05 +01:00 |
Jon Evans
|
1635df57a3
|
httplib: code style fixes
|
2023-09-18 21:37:34 -04:00 |
Jon Evans
|
8f6ae8c6b3
|
httplib: code style / spelling fixes
|
2023-09-18 21:27:39 -04:00 |
Andre Iwers
|
2bcad18cc2
|
ADDED: HTTP library support
Fixes https://gitlab.com/kicad/code/kicad/-/issues/12027
|
2023-09-19 01:09:21 +00:00 |
Marek Roszko
|
22b733209d
|
Fail GAL on its header leaking audit
Maybe we should rethink directly accessing GAL so much, but at least 600 files didn't need GAL leaked into them due to view_overlay.h
|
2023-09-18 19:52:27 -04:00 |
Marek Roszko
|
4a53c8f330
|
newstroke_font can live in kicommon
Turns out, gal doesnt even use newstroke_font.h anymore, stop bleeding it everywhere due to the gal header
|
2023-09-18 07:40:02 -04:00 |
Jeff Young
|
93a5d01230
|
Unroll ACTIONS::CURSOR_EVENT_TYPE into a flat enum.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/15666
|
2023-09-18 12:38:34 +01:00 |
Jeff Young
|
ef92429ac2
|
Implement changed notifiers for textvar, netclasses and severities.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/15440
|
2023-09-17 17:35:15 +01:00 |
Marek Roszko
|
ab8bcf537e
|
EDA_UNITS_UTIL to kicommon
|
2023-09-16 19:43:49 -04:00 |
Marek Roszko
|
0b99d77fb5
|
Move layers to kcommon
|
2023-09-16 19:12:55 -04:00 |
Marek Roszko
|
2b90607dcd
|
Shuffle color4d into kicommon since its used many places
|
2023-09-16 19:12:55 -04:00 |
Josue Huaroto
|
33f5483bc9
|
Change Y min/max limits in simulation plot window
|
2023-09-15 17:50:02 +00:00 |
Marek Roszko
|
285f8c0b88
|
KIID kicommon
|
2023-09-14 19:21:55 -04:00 |
Marek Roszko
|
cb7d7b09e3
|
config_params doesnt need color4d
|
2023-09-14 19:21:55 -04:00 |
Jeff Young
|
c7e865e4a2
|
Safety for negative pen widths.
|
2023-09-14 13:39:35 +01:00 |
Marek Roszko
|
e2c2875765
|
BITMAP_INFO kicommon
|
2023-09-13 23:11:03 -04:00 |
Marek Roszko
|
2b0d091636
|
MARKUP_PARSER kicommon
|
2023-09-13 21:37:35 -04:00 |
Marek Roszko
|
d1f2b14ee2
|
wx_filename to kicommon
|
2023-09-13 21:16:27 -04:00 |
Jeff Young
|
d6b75c64e1
|
ADDED: custom-shaped pad spoke templates.
|
2023-09-13 23:34:25 +01:00 |
Josue Huaroto
|
2d54bc42cb
|
Save flip board status in custom preset
|
2023-09-12 17:10:41 +00:00 |
Marek Roszko
|
66021f0657
|
Low hanging fruit to kicommon
|
2023-09-11 21:52:10 -04:00 |
Marek Roszko
|
a4bf2ff41d
|
LIB_ID to kicommon
|
2023-09-11 21:52:04 -04:00 |
Marek Roszko
|
f0987821b5
|
Move locale_io to kicommon
|
2023-09-11 21:51:58 -04:00 |
Marek Roszko
|
4ac5404822
|
Move HTML_WINDOW to widgets folder, also fix some fbps that were wrongly not edited
Somebody manually edited at least 3 files fixed here....so the fbps were wrong
|
2023-09-11 19:10:16 -04:00 |
Marek Roszko
|
b5d5eb842a
|
Start a kicommon shared lib
|
2023-09-09 18:04:50 -04:00 |
Alex Shvartzkop
|
717f8d35e5
|
Document SetArcAngleAndEnd angle winding.
|
2023-09-09 20:28:57 +03:00 |
Marek Roszko
|
11de95778b
|
Unwrap the FROM_UTF8 macro in favor of direct function
The extern just gets annoying to try to export the func later. We also yeet TO_UTF8 to string_utils.h for parity.
|
2023-09-09 00:10:57 -04:00 |
Marek Roszko
|
bd3aca2887
|
Cleanup the kiface dll export declaration slightly
Why in the bloody world would you pass in the return type as part of the macro for export/import preprocessing
|
2023-09-08 20:44:08 -04:00 |
Marek Roszko
|
ab1a6651a9
|
send multivector.h and sync_queue.h to core
|
2023-09-08 07:14:34 -04:00 |
Marek Roszko
|
3cd60007c5
|
Dont leak richio into everything
|
2023-09-07 22:29:40 -04:00 |
Marek Roszko
|
1a6d459fb1
|
Fix wrong path slash
|
2023-09-07 22:09:26 -04:00 |
Marek Roszko
|
5da88d1d0e
|
Move UTF8 to core
|
2023-09-07 20:55:16 -04:00 |
Marek Roszko
|
6e04c2835a
|
Remove unused header
|
2023-09-07 20:46:08 -04:00 |
Marek Roszko
|
e83f87520c
|
Transform is right at home in kimath
|
2023-09-07 18:03:33 -04:00 |
Jeff Young
|
0310973e3f
|
Push TEXT_SPIN_STYLE from SCH_TEXT out to SCH_LABEL_BASE.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/15444
|
2023-09-07 17:42:51 +01:00 |
Marek Roszko
|
7505fd0f37
|
Profile can live in core
|
2023-09-07 07:47:01 -04:00 |
Alex Shvartzkop
|
21ee65aa9c
|
ADDED: Importers for EasyEDA (JLCEDA) Standard / Professional.
|
2023-09-07 11:02:40 +03:00 |
Marek Roszko
|
e944a61830
|
Nothing but the pcb calc will use eseries for the forseeable future
|
2023-09-06 23:44:41 -04:00 |
Marek Roszko
|
96bec8c553
|
promote base64.cpp to core
|
2023-09-06 23:27:08 -04:00 |
Marek Roszko
|
72669df354
|
Kick out strtok_r, all our platforms should have it (or strtok_s)
|
2023-09-06 23:18:55 -04:00 |
Marek Roszko
|
5c62b98e7c
|
observable can live in core
|
2023-09-06 21:25:24 -04:00 |
Marek Roszko
|
67b031adab
|
Painter base class should just live in gal instead of being in denial
|
2023-09-06 20:23:19 -04:00 |
Marek Roszko
|
a6a20bf8dc
|
Evict the Pgm() dependency in GAL
|
2023-09-06 20:13:46 -04:00 |