previous page | next page
r38300 file changeset diff or repo changeset diff igor22023-09-27T07:34:14.228852Z
 
[font2] -Add: #include and link librnd font2 when font2 is enabled

M /trunk/src_plugins/import_ttf/ttf.c
M /trunk/src_plugins/io_pcb/parse_y.h
M /trunk/src/font.h
M /trunk/src/vtroutestyle.h
M /trunk/src_plugins/io_pcb/parse_y.y
M /trunk/src/obj_text.c
M /trunk/src/Makefile.in
M /trunk/src_plugins/io_pcb/parse_y.c
M /trunk/src/font.c
r38291 file changeset diff or repo changeset diff igor22023-09-07T14:35:36.540177Z
 
[trimesh] -Add: TriMesh() action and infra

M /trunk/src_plugins/trimesh/trimesh.c
r38290 file changeset diff or repo changeset diff igor22023-09-07T13:35:18.028110Z
 
[trimesh] -Add: plugin frame

A /trunk/src_plugins/trimesh/trimesh.c
A /trunk/src_plugins/trimesh/Plug.tmpasm
A /trunk/src_plugins/trimesh
A /trunk/src_plugins/trimesh/trimesh.pup
M /trunk/scconfig/plugins.h
M /trunk/src/Makefile.dep
M /trunk/src_plugins/plugins_ALL.tmpasm
A /trunk/src_plugins/trimesh/Makefile
r38275 file changeset diff or repo changeset diff igor22023-09-06T11:54:23.914627Z
 
[dialogs] -Move: addconn functions from the dialog code to core (rats_patch) to make the functionality available in an action

M /trunk/src/rats_patch.c
M /trunk/src_plugins/dialogs/dlg_netlist.c
M /trunk/src/rats_patch.h
r38274 file changeset diff or repo changeset diff igor22023-09-06T11:47:23.076794Z
 
[dialogs] -Change: decouple addconn functions from the netlist dialog (preparation for actions)

M /trunk/src_plugins/dialogs/dlg_netlist.c
r38273 file changeset diff or repo changeset diff igor22023-09-06T11:44:20.778571Z
 
[dialogs] -Change: make addconn functions public (preparation for actions)

M /trunk/src_plugins/dialogs/dlg_netlist.c
r38261 file changeset diff or repo changeset diff igor22023-09-06T07:56:45.118094Z
 
[core] -Fix: separate netlist change event and netlist import event; clean up netlist patch list only after an import so back annotation entries are not lost accidentally (because they are already done on the board) without a forward annotation

M /trunk/src/object_act.c
M /trunk/src_plugins/dialogs/dlg_netlist_patch.c
M /trunk/src/event.c
M /trunk/src/rats_patch.c
M /trunk/src/event.h
r38256 file changeset diff or repo changeset diff igor22023-09-06T03:15:41.338981Z
 
[propedit] -Add: prepare the code for back annotating terminal attribute changes (attr_pin) but don't do it yet because forward annotation doesn't deliver them so they can never be removed from the patch list

M /trunk/src_plugins/propedit/propsel.c
r38251 file changeset diff or repo changeset diff igor22023-09-04T08:12:36.482830Z
 
[io_lihata] -Add: board v9: save full drawing area box instead of just x;y (width;height) so that negative coords are fully supported by the file format

M /trunk/src_plugins/io_lihata/read.c
M /trunk/src_plugins/io_lihata/write.c
M /trunk/src_plugins/io_lihata/write_style.c
r38242 file changeset diff or repo changeset diff igor22023-09-04T06:33:20.079153Z
 
[propedit] -Add: add subc attribute changes to back annotation list when the config node enables that

M /trunk/src_plugins/propedit/propsel.c
r38241 file changeset diff or repo changeset diff igor22023-09-04T05:49:01.402504Z
 
[propedit] -Add: propedit dialog: set backann config node when checkbox is changed

M /trunk/src_plugins/propedit/propdlg.c
r38239 file changeset diff or repo changeset diff igor22023-09-04T03:20:38.308954Z
 
[propedit] -Add: propedit dialog: update subc attr back annotation checkbox from the config node

M /trunk/src_plugins/propedit/propdlg.c
r38237 file changeset diff or repo changeset diff igor22023-09-04T02:52:22.578073Z
 
[propedit] -Add: propedit dialog: checkbox for enabling attribute back annotation

M /trunk/src_plugins/propedit/propdlg.c
r38227 file changeset diff or repo changeset diff igor22023-09-03T12:15:03.790444Z
 
[dialogs] -Add: netlist patch window prints comp_add and comp_del lines

M /trunk/src_plugins/dialogs/dlg_netlist_patch.c
r38224 file changeset diff or repo changeset diff igor22023-09-03T07:35:23.930012Z
 
[io_lihata] -Add: support for loading and saving comp_add and comp_del netlist patches in the v9 board format

M /trunk/src_plugins/io_lihata/read.c
M /trunk/src_plugins/io_lihata/write.c
r38215 file changeset diff or repo changeset diff igor22023-09-02T04:56:04.657569Z
 
[propedit] -Fix: network attribute changes should cause net attrib netlist patch lines, not comp attrib lines

M /trunk/src_plugins/propedit/propsel.c
r38214 file changeset diff or repo changeset diff igor22023-09-02T04:53:01.426228Z
 
[dialogs] -Add: netlist patch dialog: print comp attr change differently from net attr change

M /trunk/src_plugins/dialogs/dlg_netlist_patch.c
r38213 file changeset diff or repo changeset diff igor22023-09-02T04:52:22.014588Z
 
[io_lihata] -Add: introduce experimental v9 board format for the new netlist patch instructions

M /trunk/src_plugins/io_lihata/read.c
M /trunk/src_plugins/io_lihata/write.c
M /trunk/src_plugins/io_lihata/io_lihata.h
r38211 file changeset diff or repo changeset diff igor22023-09-01T14:51:46.184802Z
 
[io_lihata] -Add: register board file format version 9 (mainly for the back annotation upgrade)

M /trunk/src_plugins/io_lihata/io_lihata.c
M /trunk/src_plugins/io_lihata/write.c
M /trunk/src_plugins/io_lihata/write.h
r38210 file changeset diff or repo changeset diff igor22023-09-01T14:12:00.460410Z
 
[core] -Cleanup: rename RATP_CHANGE_ATTRIB to RATP_CHANGE_COMP_ATTRIB to make room for network attributes in back annotation

M /trunk/src_plugins/io_lihata/read.c
M /trunk/src_plugins/dialogs/dlg_netlist_patch.c
M /trunk/src_plugins/propedit/propsel.c
M /trunk/src/rats_patch.c
M /trunk/src_plugins/io_pcb/parse_y.y
M /trunk/src/rats_patch.h
M /trunk/src_plugins/io_pcb/parse_y.c
r38209 file changeset diff or repo changeset diff igor22023-09-01T13:59:41.316359Z
 
[core] -Cleanup: rename PCB_RPE_ATTR_CHG to PCB_RPE_COMP_ATTR_CHG as it deals with components only and there would be another for nets

M /trunk/src_plugins/io_lihata/write.c
M /trunk/src/rats_patch.c
M /trunk/src/rats_patch.h
r38204 file changeset diff or repo changeset diff igor22023-09-01T12:19:06.485567Z
 
[core] -Add: extend the rats patch API and action to take file format (more than just old/new)

M /trunk/src/rats_patch.c
M /trunk/src_plugins/io_pcb/file.c
M /trunk/src/rats_patch.h
r38193 file changeset diff or repo changeset diff igor22023-09-01T09:24:13.215991Z
 
[dialogs] -Add: netlist patch dialog: remove button

M /trunk/src_plugins/dialogs/dlg_netlist_patch.c
r38192 file changeset diff or repo changeset diff igor22023-09-01T08:57:02.616768Z
 
[dialogs] -Add: netlist patch window: export button

M /trunk/src_plugins/dialogs/dlg_netlist_patch.c
r38191 file changeset diff or repo changeset diff igor22023-09-01T08:52:22.697168Z
 
-Fix: netlist dialog calls the central netlist_changed function instead of locallyhandling the change so all other dialog boxes (e.g. netlist patch dialog) update properly

M /trunk/src_plugins/dialogs/dlg_netlist.c
r38189 file changeset diff or repo changeset diff igor22023-09-01T08:43:25.167781Z
 
[dialogs] -Add: netlist patch dialog

A /trunk/src_plugins/dialogs/dlg_netlist_patch.c
M /trunk/src_plugins/dialogs/dialogs.c
r38185 file changeset diff or repo changeset diff igor22023-09-01T06:59:28.671467Z
 
[dialogs] -Add: netlist dialog: del net button

M /trunk/src_plugins/dialogs/dlg_netlist.c
r38182 file changeset diff or repo changeset diff igor22023-09-01T06:33:52.227479Z
 
[dialogs] -Add: netlist dialog: button tooltips mention if a change is back annotated [dialogs] -Add: netlist dialog: frame a group of back annotated buttons

M /trunk/src_plugins/dialogs/dlg_netlist.c
r38179 file changeset diff or repo changeset diff igor22023-09-01T05:26:25.279789Z
 
[dialgos] -Add: netlist dialog: don't let a terminal back-annotation-connect to a net if the terminal is already connected to a net

M /trunk/src_plugins/dialogs/dlg_netlist.c
r38177 file changeset diff or repo changeset diff igor22023-09-01T04:08:46.735338Z
 
[dialogs] -Add: netlist dialog: button for adding terminals to nets (with back annotation)

M /trunk/src_plugins/dialogs/dlg_netlist.c
r38175 file changeset diff or repo changeset diff igor22023-08-31T14:01:32.612339Z
 
[dialogs] -Add: netlist dialog: button for breaking connection (removing a terminal from the conn list of a net), back annotatable

M /trunk/src_plugins/dialogs/dlg_netlist.c
r38106 file changeset diff or repo changeset diff igor22023-08-09T05:37:52.230703Z
 
[io_lihata] -Fix: when saving polygon coords in a lihata table, make sure col allocation is also set so table cols are allocated to the proper size, not to 0 size

M /trunk/src_plugins/io_lihata/write.c
r38093 file changeset diff or repo changeset diff igor22023-08-08T02:50:34.145169Z
 
[export_openscad] -Add: make exporting cutouts optional

M /trunk/src_plugins/export_openscad/export_openscad.c
M /trunk/src_plugins/export_openscad/scad_draw.c
r38092 file changeset diff or repo changeset diff igor22023-08-08T02:47:25.267268Z
 
[export_openscad] -Add: export cutouts & slots

M /trunk/src_plugins/export_openscad/scad_draw.c
r38091 file changeset diff or repo changeset diff igor22023-08-08T02:46:53.563731Z
 
[lib_polyhelp] -Add: topoly_cutout: include mech layer lines and arcs with their true shape so that slots work as expected

M /trunk/src_plugins/lib_polyhelp/topoly_cutout.c
M /trunk/src_plugins/lib_polyhelp/topoly.h
r38057 file changeset diff or repo changeset diff igor22023-07-22T11:03:11.557372Z
 
[export_ps] -Fix: finish previous file before starting a new file (fixes missing showpages)

M /trunk/src_plugins/export_ps/ps.c
r38056 file changeset diff or repo changeset diff igor22023-07-19T15:01:22.098557Z
 
[fontmode] -Fix: RND_EVENT_DESIGN_SET_CURRENT always requires an argument, even if it is NULL

M /trunk/src_plugins/fontmode/fontmode.c
r38054 file changeset diff or repo changeset diff igor22023-07-19T04:10:48.961872Z
 
[import_ttf] -Add: slice up large polygons so the resulting simplepoly always respects simplepoly size limitation

M /trunk/src_plugins/import_ttf/ttf.c
r38043 file changeset diff or repo changeset diff igor22023-07-06T07:35:52.829475Z
 
[export_bom] -Fix: ignore extended objects

M /trunk/src_plugins/export_bom/bom.c
r38039 file changeset diff or repo changeset diff igor22023-07-03T09:01:47.808929Z
 
[export_xy] -Add: default templates: skip subcircuits that have the dnp attribute set

M /trunk/src_plugins/export_xy/export_xy.conf
r38038 file changeset diff or repo changeset diff igor22023-07-03T09:00:35.982252Z
 
[export_xy] -Add: skip_if_nonempty template, to control which subcircuits to skip

M /trunk/src_plugins/export_xy/xy.c
r38037 file changeset diff or repo changeset diff igor22023-07-03T08:30:26.495472Z
 
[export_bom] -Add: default template: skip subcircuits that have a non-empty dnp attribute

M /trunk/src_plugins/export_bom/export_bom.conf
r38025 file changeset diff or repo changeset diff igor22023-06-25T11:57:34.410220Z
 
[export_xy] -Update: export_xy doesn't depend on export_bom anymore

M /trunk/scconfig/Rev.h
M /trunk/scconfig/Rev.tab
M /trunk/scconfig/plugins.h
M /trunk/src_plugins/export_xy/export_xy.pup
r38024 file changeset diff or repo changeset diff igor22023-06-25T11:55:51.017091Z
 
[export_bom2] -Fix: use _ "escpaing" instead of \ escaping in the default template to emulate the original code

M /trunk/src_plugins/export_bom/export_bom.conf
r38023 file changeset diff or repo changeset diff igor22023-06-25T11:46:38.869918Z
 
[export_bom2] -Cleanup: remove export_bom, rename export_bom2 to export_bom (replacing the old, hardwired code with the new, template based code)

D /trunk/src_plugins/export_bom2
A /trunk/src_plugins/export_bom/export_bom.pup
M /trunk/tests/RTT/ref/elem_sides_trh.bom
A /trunk/src_plugins/export_bom/bom.c
R /trunk/src_plugins/export_bom
M /trunk/src_3rd/rnd_inclib/lib_bom/lib_bom.c
M /trunk/tests/RTT/ref/netlist.bom
M /trunk/src_plugins/export_bom/Plug.tmpasm
M /trunk/src_plugins/export_bom/Makefile
M /trunk/tests/RTT/ref/padrot.bom
M /trunk/tests/RTT/ref/elem_pins.bom
D /trunk/src_plugins/export_bom/export_bom2.pup
M /trunk/scconfig/plugins.h
M /trunk/tests/RTT/ref/elem_sides_smd.bom
M /trunk/src_plugins/export_xy/xy.c
D /trunk/src_plugins/export_bom/bom2.c
M /trunk/src/Makefile.dep
M /trunk/tests/RTT/ref/flag_colors.bom
M /trunk/tests/RTT/ref/elem_pads.bom
M /trunk/src_plugins/plugins_ALL.tmpasm
D /trunk/src_plugins/export_bom/bom2_conf.h
D /trunk/src_plugins/export_bom/export_bom2.conf
A /trunk/src_plugins/export_bom/export_bom.conf
A /trunk/src_plugins/export_bom/bom_conf.h
M /trunk/tests/RTT/ref/netlist_ba.bom
M /trunk/tests/RTT/ref/elem_pads_ds.bom
r38022 file changeset diff or repo changeset diff igor22023-06-25T11:29:18.765723Z
 
[export_bom2] -Move: generic lib_bom to rnd_inclib for sch-rnd to reuse later

A /trunk/src_3rd/rnd_inclib/lib_bom/lib_bom.c
M /trunk/src_plugins/export_bom2/bom2.c
A /trunk/src_3rd/rnd_inclib/lib_bom
D /trunk/src_plugins/export_bom2/lib_bom.c
A /trunk/src_3rd/rnd_inclib/lib_bom/lib_bom.h
M /trunk/src/Makefile.dep
D /trunk/src_plugins/export_bom2/lib_bom.h
r38021 file changeset diff or repo changeset diff igor22023-06-25T11:18:17.029165Z
 
[export_bom2] -Cleanup: rename refdes to name in the generic lib to make it app-independent

M /trunk/src_plugins/export_bom2/lib_bom.c
r38020 file changeset diff or repo changeset diff igor22023-06-25T11:17:14.486971Z
 
[export_bom2] -Add: API doc for the format handler of the generic lib

M /trunk/src_plugins/export_bom2/lib_bom.h
r38019 file changeset diff or repo changeset diff igor22023-06-25T11:14:50.038499Z
 
[export_bom2] -Del: gather_templates(): it's really a no-op

M /trunk/src_plugins/export_bom2/bom2.c
M /trunk/src_plugins/export_bom2/lib_bom.c
M /trunk/src_plugins/export_bom2/lib_bom.h
r38018 file changeset diff or repo changeset diff igor22023-06-25T11:10:09.417603Z
 
[export_bom2] -Add: more generic explanation of the field operators (in comment)

M /trunk/src_plugins/export_bom2/lib_bom.c
r38017 file changeset diff or repo changeset diff igor22023-06-25T11:08:49.308306Z
 
[export_bom2] -Cleanup: remove subc dependency from the generic lib

M /trunk/src_plugins/export_bom2/bom2.c
M /trunk/src_plugins/export_bom2/lib_bom.c
M /trunk/src_plugins/export_bom2/lib_bom.h
r38016 file changeset diff or repo changeset diff igor22023-06-25T10:03:37.134419Z
 
[export_bom2] -Cleanup: the generic bom lib can not depend on export_bom2's config directly, conf list needs to be passed as an argument

M /trunk/src_plugins/export_bom2/bom2.c
M /trunk/src_plugins/export_bom2/lib_bom.c
M /trunk/src_plugins/export_bom2/lib_bom.h
r38015 file changeset diff or repo changeset diff igor22023-06-25T09:59:35.964041Z
 
[export_bom2] -Move: global format init/uninit to the generic lib

M /trunk/src_plugins/export_bom2/bom2.c
M /trunk/src_plugins/export_bom2/lib_bom.c
M /trunk/src_plugins/export_bom2/lib_bom.h
r38014 file changeset diff or repo changeset diff igor22023-06-25T09:56:36.817786Z
 
[export_bom] -Cleanup: namespace (use bom_ prefix in the generic lib)

M /trunk/src_plugins/export_bom2/bom2.c
M /trunk/src_plugins/export_bom2/lib_bom.c
M /trunk/src_plugins/export_bom2/lib_bom.h
r38013 file changeset diff or repo changeset diff igor22023-06-25T09:49:45.588970Z
 
[export_bom2] -Cleanup: terminology: subc2id renamed to sort_id in the generic lib

M /trunk/src_plugins/export_bom2/export_bom2.conf
M /trunk/src_plugins/export_bom2/lib_bom.c
M /trunk/src_plugins/export_bom2/lib_bom.h
r38012 file changeset diff or repo changeset diff igor22023-06-25T09:45:33.846421Z
 
[export_bom2] -Cleanup: rename item_t to bom_item_t and hide it in the .c - it's not part of the API

M /trunk/src_plugins/export_bom2/lib_bom.c
M /trunk/src_plugins/export_bom2/lib_bom.h
r38011 file changeset diff or repo changeset diff igor22023-06-25T09:43:22.356003Z
 
[export_bom2] -Add: name of the default template should include gEDA/PCB

M /trunk/src_plugins/export_bom2/export_bom2.conf
r38010 file changeset diff or repo changeset diff igor22023-06-25T09:42:05.363315Z
 
[export_bom2] -Move: template enum setup to the generic lib

M /trunk/src_plugins/export_bom2/bom2.c
M /trunk/src_plugins/export_bom2/lib_bom.c
M /trunk/src_plugins/export_bom2/lib_bom.h
r38009 file changeset diff or repo changeset diff igor22023-06-25T09:35:54.396584Z
 
[exprot_bom2] -Cleanup: remove unused func param

M /trunk/src_plugins/export_bom2/bom2.c
r38008 file changeset diff or repo changeset diff igor22023-06-25T09:34:56.621005Z
 
[export_bom2] -Cleanup: remove CamelCase

M /trunk/src_plugins/export_bom2/bom2.c
r38007 file changeset diff or repo changeset diff igor22023-06-25T09:34:07.244020Z
 
[export_bom2] -Move: generic substitutions to the generic lib

M /trunk/src_plugins/export_bom2/bom2.c
M /trunk/src_plugins/export_bom2/lib_bom.c
r38006 file changeset diff or repo changeset diff igor22023-06-25T09:28:45.218457Z
 
[export_bom2] -Cleanup: #includes

M /trunk/src_plugins/export_bom2/bom2.c
M /trunk/src_plugins/export_bom2/lib_bom.h
r38005 file changeset diff or repo changeset diff igor22023-06-25T09:22:02.053828Z
 
[export_bom2] -Move: export loop to generic lib

M /trunk/src_plugins/export_bom2/bom2.c
M /trunk/src_plugins/export_bom2/lib_bom.c
M /trunk/src_plugins/export_bom2/lib_bom.h
r38004 file changeset diff or repo changeset diff igor22023-06-25T09:05:51.287757Z
 
[export_bom2] -Move: template initialization to the generic lib

M /trunk/src_plugins/export_bom2/bom2.c
M /trunk/src_plugins/export_bom2/lib_bom.c
M /trunk/src_plugins/export_bom2/lib_bom.h
r38003 file changeset diff or repo changeset diff igor22023-06-25T08:58:53.991383Z
 
[export_bom2] -Split: generic code into an inc-lib

M /trunk/src_plugins/export_bom2/bom2.c
A /trunk/src_plugins/export_bom2/lib_bom.c
M /trunk/src/Makefile.dep
A /trunk/src_plugins/export_bom2/lib_bom.h
r38002 file changeset diff or repo changeset diff igor22023-06-25T08:48:02.953419Z
 
[export_bom2] -Add: generalize the | and ?: operators so they work on any user providd string [export_bom2] -Cleanup: simplify the data get callback API

M /trunk/src_plugins/export_bom2/export_bom2.conf
M /trunk/src_plugins/export_bom2/bom2.c
r38001 file changeset diff or repo changeset diff igor22023-06-25T07:18:22.674265Z
 
-Fix: typo

M /trunk/src_plugins/export_bom2/bom2.c
r38000 file changeset diff or repo changeset diff igor22023-06-25T07:13:31.006170Z
 
[export_bom2] -Add: generalize global property and attribute access, preparing for callbacks

M /trunk/src_plugins/export_bom2/bom2.c
r37999 file changeset diff or repo changeset diff igor22023-06-25T06:08:10.592496Z
 
[export_bom2] -Cleanup: remove more footprint/value special casing

M /trunk/src_plugins/export_bom2/bom2.c
r37998 file changeset diff or repo changeset diff igor22023-06-25T06:03:43.125352Z
 
[export_bom2] -Add: add escpaing only if template subst starts with the "escape." prefix

M /trunk/src_plugins/export_bom2/export_bom2.conf
M /trunk/src_plugins/export_bom2/bom2.c
r37997 file changeset diff or repo changeset diff igor22023-06-25T05:51:40.941171Z
 
[export_bom2] -Cleanup: remove special casing on value and footprint - these are just attributes

M /trunk/src_plugins/export_bom2/export_bom2.conf
M /trunk/src_plugins/export_bom2/bom2.c
r37996 file changeset diff or repo changeset diff igor22023-06-25T05:41:54.087332Z
 
[export_bom2] -Add: configurable escaping

M /trunk/src_plugins/export_bom2/export_bom2.conf
M /trunk/src_plugins/export_bom2/bom2.c
r37995 file changeset diff or repo changeset diff igor22023-06-25T05:15:38.481163Z
 
[export_bom2] -Cleanup: remove dead code

M /trunk/src_plugins/export_bom2/bom2.c
r37994 file changeset diff or repo changeset diff igor22023-06-25T05:11:05.220037Z
 
[export_bom2] -Cleanup: remove dead code

M /trunk/src_plugins/export_bom2/bom2.c
r37993 file changeset diff or repo changeset diff igor22023-06-25T04:10:58.578401Z
 
[export_bom2] -Add: %subc.prefix% so that ID can consider R/C/L/U refdes prefix

M /trunk/src_plugins/export_bom2/export_bom2.conf
M /trunk/src_plugins/export_bom2/bom2.c
r37992 file changeset diff or repo changeset diff igor22023-06-25T04:05:59.534644Z
 
[export_bom2] -Add: build hash table and array of items, render output, free all temporary data

M /trunk/src_plugins/export_bom2/export_bom2.conf
M /trunk/src_plugins/export_bom2/bom2.c
r37991 file changeset diff or repo changeset diff igor22023-06-25T03:20:18.551133Z
 
[export_bom2] -Add: initial plugin, copied from xy, removed XY-related parts

M /trunk/src_plugins/export_bom2/Makefile
A /trunk/src_plugins/export_bom2
M /trunk/scconfig/Rev.h
A /trunk/src_plugins/export_bom2/export_bom2.pup
A /trunk/src_plugins/export_bom2/export_bom2.conf
A /trunk/src_plugins/export_bom2/bom2_conf.h
M /trunk/scconfig/Rev.tab
D /trunk/src_plugins/export_bom2/xy.c
A /trunk/src_plugins/export_bom2/bom2.c
M /trunk/scconfig/plugins.h
D /trunk/src_plugins/export_bom2/export_xy.conf
D /trunk/src_plugins/export_bom2/export_xy.pup
M /trunk/src_plugins/export_bom2/Plug.tmpasm
M /trunk/src/Makefile.dep
M /trunk/src_plugins/plugins_ALL.tmpasm
D /trunk/src_plugins/export_bom2/xy_conf.h
r37990 file changeset diff or repo changeset diff igor22023-06-24T08:41:13.085137Z
 
[export_stl] -Cleanup: remove rtree2_compat.h dependency

M /trunk/src_plugins/export_stl/export_stl.c
r37989 file changeset diff or repo changeset diff igor22023-06-24T08:41:02.911112Z
 
[ch_onpoint] -Cleanup: remove rtree2_compat.h dependency

M /trunk/src_plugins/ch_onpoint/ch_onpoint.c
r37988 file changeset diff or repo changeset diff igor22023-06-24T08:40:52.941720Z
 
[ch_editpoint] -Cleanup: remove rtree2_compat.h dependency

M /trunk/src_plugins/ch_editpoint/ch_editpoint.c
r37987 file changeset diff or repo changeset diff igor22023-06-24T08:40:43.289089Z
 
[autoroute] -Cleanup: remove rtree2_compat.h dependency

M /trunk/src_plugins/autoroute/mtspace.c
r37983 file changeset diff or repo changeset diff igor22023-06-24T08:32:30.790578Z
 
[puller] -Cleanup: replace compat rtree dir consts with native

M /trunk/src_plugins/puller/puller.c
r37982 file changeset diff or repo changeset diff igor22023-06-24T08:32:20.878601Z
 
[dialogs] -Cleanup: replace compat rtree dir consts with native

M /trunk/src_plugins/dialogs/dlg_pinout.c
r37981 file changeset diff or repo changeset diff igor22023-06-24T08:31:35.843728Z
 
[draw_fab] -Cleanup: remove rtree compatibility dependency on determining if rtree is empty

M /trunk/src_plugins/draw_fab/draw_fab.c
r37980 file changeset diff or repo changeset diff igor22023-06-24T08:31:10.440763Z
 
[autoroute] -Cleanup: remove rtree compatibility dependency on determining if rtree is empty

M /trunk/src_plugins/autoroute/r_legacy.h
M /trunk/src_plugins/autoroute/autoroute.c
r37977 file changeset diff or repo changeset diff igor22023-06-24T08:13:43.876598Z
 
[autoplace] -Cleanup: replace compat rtree batched calls with autoroute's legacy wrappers to cut dependency on rtree compat

M /trunk/src_plugins/autoplace/autoplace.c
r37976 file changeset diff or repo changeset diff igor22023-06-24T08:13:22.624338Z
 
[autoroute] -Cleanup: replace compat rtree batched calls with local legacy wrappers to cut dependency on rtree compat

A /trunk/src_plugins/autoroute/r_legacy.h
M /trunk/src_plugins/autoroute/mtspace.c
M /trunk/src_plugins/autoroute/autoroute.c
r37975 file changeset diff or repo changeset diff igor22023-06-24T08:01:34.921408Z
 
[report] -Cleanup: replace compat rtree dump with local implemetation

M /trunk/src_plugins/report/report.c
r37974 file changeset diff or repo changeset diff igor22023-06-24T07:36:28.082133Z
 
[import_ipcd356] -Cleanup: replace compat rtree entry insert with native

M /trunk/src_plugins/import_ipcd356/ipcd356.c
r37973 file changeset diff or repo changeset diff igor22023-06-24T07:36:14.696248Z
 
[rubberband_orig] -Cleanup: replace compat rtree entry insert with native

M /trunk/src_plugins/rubberband_orig/rubberband.c
r37972 file changeset diff or repo changeset diff igor22023-06-24T07:35:55.109885Z
 
[lib_polyhelp] -Cleanup: replace compat rtree entry insert with native

M /trunk/src_plugins/lib_polyhelp/polyhelp.c
r37971 file changeset diff or repo changeset diff igor22023-06-24T07:35:45.857192Z
 
[report] -Cleanup: replace compat rtree entry insert with native

M /trunk/src_plugins/report/report.c
r37970 file changeset diff or repo changeset diff igor22023-06-24T07:35:31.570351Z
 
[exto_std] -Cleanup: replace compat rtree entry insert with native

M /trunk/src_plugins/exto_std/dimension.c
r37969 file changeset diff or repo changeset diff igor22023-06-24T07:35:17.109518Z
 
[io_eagle] -Cleanup: replace compat rtree entry insert with native

M /trunk/src_plugins/io_eagle/read.c
r37968 file changeset diff or repo changeset diff igor22023-06-24T07:34:54.756993Z
 
[io_mentor_cell] -Cleanup: replace compat rtree entry insert with native

M /trunk/src_plugins/io_mentor_cell/read.c
r37967 file changeset diff or repo changeset diff igor22023-06-24T07:34:33.020660Z
 
[io_tedax] -Cleanup: replace compat rtree entry insert with native

M /trunk/src_plugins/io_tedax/footprint.c
r37966 file changeset diff or repo changeset diff igor22023-06-24T07:33:57.376749Z
 
[io_lihata] -Cleanup: replace compat rtree entry insert with native

M /trunk/src_plugins/io_lihata/read.c
r37965 file changeset diff or repo changeset diff igor22023-06-24T07:33:46.998241Z
 
[io_pcb] -Cleanup: replace compat rtree entry insert with native

M /trunk/src_plugins/io_pcb/parse_y.y
M /trunk/src_plugins/io_pcb/file.c
M /trunk/src_plugins/io_pcb/parse_y.c
r37964 file changeset diff or repo changeset diff igor22023-06-24T07:33:29.999624Z
 
[io_hyp] -Cleanup: replace compat rtree entry insert with native

M /trunk/src_plugins/io_hyp/parser.c
r37963 file changeset diff or repo changeset diff igor22023-06-24T07:33:18.312751Z
 
[io_kicad] -Cleanup: replace compat rtree entry insert with native

M /trunk/src_plugins/io_kicad/read.c

Command line to view the complete history:
svn log -v svn://svn.repo.hu/pcb-rnd//trunk/src_plugins