first page | previous page | next page
r1426 file changeset diff or repo changeset diff igor22016-03-27T09:13:05.297622Z
 
[mods] -Fix: gsch2pcb should use the element shell provided as a command line argument

M /trunk/util/gsch2pcb.c
r1425 file changeset diff or repo changeset diff igor22016-03-27T09:04:27.355953Z
 
[mods] -Update: gsch2pcb compiles again

M /trunk/util/Makefile.in
M /trunk/util/gsch2pcb.c
r1424 file changeset diff or repo changeset diff igor22016-03-27T09:03:52.409638Z
 
[mods] -Split: move more core-specific code to footprint_host.c

M /trunk/src/plug_footprint.c
M /trunk/src/plug_footprint_host.c
M /trunk/src/plug_footprint.h
r1423 file changeset diff or repo changeset diff igor22016-03-27T08:51:39.827789Z
 
[mods] -Split: separate plug_footprint glue so that gsch2pcb can replace it

M /trunk/src/plug_footprint.c
A /trunk/src/plug_footprint_host.c
M /trunk/src/Makefile.dep
M /trunk/src/Makefile.in
r1422 file changeset diff or repo changeset diff igor22016-03-27T08:43:55.684810Z
 
[mods] -Add: accessor function in the footprint plug API so that plugins don't need to access Settings directly

M /trunk/src/plug_footprint.c
M /trunk/src/plug_footprint.h
M /trunk/src_plugins/fp_fs/fp_fs.c
r1421 file changeset diff or repo changeset diff igor22016-03-26T15:27:09.627423Z
 
[mods] -Change: split up the tmpasm list of modules so that it's easier to get gsch2pcb link again using whatever backend plugins

A /trunk/src_plugins/plugins_io.tmpasm
A /trunk/src_plugins/plugins_fp.tmpasm
A /trunk/src_plugins/plugins_feature.tmpasm
A /trunk/src_plugins/plugins_ALL.tmpasm
M /trunk/src/Makefile.in
r1420 file changeset diff or repo changeset diff igor22016-03-26T14:52:23.403360Z
 
[mods] -Del: libpcb_fp.[ch] in favor of the plugin api

M /trunk/src/parse_l.l
D /trunk/src/libpcb_fp.c
M /trunk/util/gsch2pcb.c
M /trunk/src/plug_footprint.c
M /trunk/src/parse_l.c
D /trunk/src/libpcb_fp.h
M /trunk/src/file.c
M /trunk/src/plug_footprint.h
M /trunk/src_plugins/fp_fs/fp_fs.c
M /trunk/src/Makefile.dep
M /trunk/src/Makefile.in
r1419 file changeset diff or repo changeset diff igor22016-03-26T14:02:43.703796Z
 
[mods] -Move: more footprint code to fp_fs

M /trunk/src_plugins/hid_gtk/gui-library-window.c
M /trunk/src/main.c
M /trunk/src/libpcb_fp.c
M /trunk/src/plug_footprint.c
M /trunk/src/libpcb_fp.h
M /trunk/src/plug_footprint.h
M /trunk/src_plugins/fp_fs/fp_fs.c
M /trunk/src/Makefile.dep
M /trunk/src/global.h
r1418 file changeset diff or repo changeset diff igor22016-03-26T13:18:22.538764Z
 
[mods] -Update: doc: no hids, new version number

M /trunk/doc-rnd/mods3/pre.html
M /trunk/doc-rnd/mods3/gen.sh
r1417 file changeset diff or repo changeset diff igor22016-03-26T13:14:58.283138Z
 
[mods] -Add: phase 3 documentation

M /trunk/doc-rnd/mods3/mods.png
M /trunk/doc-rnd/mods3/pre.html
A /trunk/doc-rnd/mods3
M /trunk/doc-rnd/mods3/index.html
M /trunk/doc-rnd/mods3/after.png
M /trunk/doc-rnd/mods3/post.html
M /trunk/doc-rnd/mods3/gen.sh
r1416 file changeset diff or repo changeset diff igor22016-03-26T13:14:33.637745Z
 
[mods] -Add: annotate plugins with their class

M /trunk/src_plugins/import_edif/README
M /trunk/src_plugins/gpmi/README
M /trunk/src_plugins/fp_fs/README
M /trunk/src_plugins/export_nelma/README
M /trunk/src_plugins/toporouter/README
M /trunk/src_plugins/oldactions/README
M /trunk/src_plugins/export_gerber/README
M /trunk/src_plugins/shand_cmd/README
M /trunk/src_plugins/mincut/README
M /trunk/src_plugins/hid_lesstif/README
M /trunk/src_plugins/export_png/README
M /trunk/src_plugins/djopt/README
M /trunk/src_plugins/import_sch/README
M /trunk/src_plugins/export_gcode/README
M /trunk/src_plugins/autoroute/README
M /trunk/src_plugins/autoplace/README
M /trunk/src_plugins/renumber/README
M /trunk/src_plugins/export_lpr/README
M /trunk/src_plugins/report/README
M /trunk/src_plugins/gl/README
M /trunk/src_plugins/dbus/README
M /trunk/src_plugins/vendordrill/README
M /trunk/src_plugins/stroke/README
M /trunk/src_plugins/legacy_func/README
M /trunk/src_plugins/hid_gtk/README
M /trunk/src_plugins/fontmode/README
M /trunk/src_plugins/export_ps/README
M /trunk/src_plugins/puller/README
M /trunk/src_plugins/hid_batch/README
M /trunk/src_plugins/export_bom/README
r1415 file changeset diff or repo changeset diff igor22016-03-26T13:02:27.200517Z
 
[mods] -Move: filesystem based "newlib" footprint listing is an fs_ plugin

A /trunk/src_plugins/fp_fs/README
A /trunk/src_plugins/fp_fs/Plug.tmpasm
M /trunk/src/plugins.h
M /trunk/src/plug_footprint.c
M /trunk/scconfig/plugins.h
M /trunk/src/plug_footprint.h
A /trunk/src_plugins/fp_fs/fp_fs.c
A /trunk/src_plugins/fp_fs/Makefile
M /trunk/src/Makefile.dep
A /trunk/src_plugins/fp_fs
M /trunk/src/Makefile.in
r1414 file changeset diff or repo changeset diff igor22016-03-26T12:19:52.653083Z
 
[mods] -Change: rename fp functions (camelcase is ugly)

M /trunk/src/main.c
M /trunk/src/plug_footprint.c
M /trunk/src/plug_footprint.h
r1413 file changeset diff or repo changeset diff igor22016-03-26T12:12:52.377237Z
 
[mods] -Fix: unused vars

M /trunk/src/plug_footprint.c
r1412 file changeset diff or repo changeset diff igor22016-03-26T12:01:30.069419Z
 
[mods] -Change: separate footprint code from file.[ch]

M /trunk/src/main.c
A /trunk/src/plug_footprint.c
M /trunk/src/file.c
A /trunk/src/plug_footprint.h
M /trunk/src/Makefile.dep
M /trunk/src/file.h
M /trunk/src/Makefile.in
r1411 file changeset diff or repo changeset diff igor22016-03-26T10:00:26.839936Z
 
[scconfig] -Fix: get the dep file sorted by target; this should avoid unintended changes introduced by unordered lists

M /trunk/scconfig/Makefile.dep.inc
M /trunk/src/Makefile.dep
r1410 file changeset diff or repo changeset diff igor22016-03-26T09:21:29.145504Z
 
[scconfig] -Add: detect libstroke and compile with the right cflags and ldflags

M /trunk/src_plugins/stroke/Plug.tmpasm
M /trunk/src_plugins/stroke/stroke.c
M /trunk/src_plugins/stroke/README
M /trunk/doc-rnd/TODO
M /trunk/src/Makefile.dep
M /trunk/scconfig/hooks.c
r1409 file changeset diff or repo changeset diff igor22016-03-26T09:16:48.453303Z
 
-Fix: missing include

M /trunk/src/misc.c
r1408 file changeset diff or repo changeset diff igor22016-03-26T08:53:14.184672Z
 
-Fix: typo

M /trunk/src/compat_misc.h
M /trunk/src/action_helper.h
M /trunk/src/compat_lrealpath.h
r1407 file changeset diff or repo changeset diff igor22016-03-26T08:51:43.751010Z
 
-Change: portability, realpath are compat_*; compat.[ch] split to _dl and _misc

M /trunk/src_plugins/import_sch/import_sch.c
M /trunk/src_plugins/dbus/dbus.c
M /trunk/src_plugins/hid_gtk/gui-command-window.c
M /trunk/src/main.c
M /trunk/src/libpcb_fp.c
A /trunk/src/compat_fs.c
A /trunk/src/compat_dl.c
M /trunk/src_plugins/hid_lesstif/styles.c
M /trunk/src_plugins/hid_lesstif/library.c
A /trunk/src/compat_misc.h
D /trunk/src/compat.c
M /trunk/src_plugins/autoplace/autoplace.c
M /trunk/src/misc.c
D /trunk/src/lrealpath.h
M /trunk/src_plugins/hid_gtk/gui-config.c
M /trunk/src/set.c
M /trunk/src/hid_attrib.c
M /trunk/src/file.c
M /trunk/src/draw.c
A /trunk/src/compat_fs.h
A /trunk/src/compat_dl.h
M /trunk/src/strflags.c
D /trunk/src/portability.c
A /trunk/src/compat_lrealpath.c
M /trunk/src_plugins/hid_lesstif/netlist.c
D /trunk/src/compat.h
M /trunk/doc-rnd/TODO
M /trunk/src/Makefile.dep
M /trunk/src_plugins/hid_gtk/gui-dialog.c
A /trunk/src/compat_misc.c
M /trunk/src_plugins/hid_gtk/gui-top-window.c
M /trunk/src/Makefile.in
M /trunk/src_plugins/hid_lesstif/dialogs.c
D /trunk/src/portability.h
D /trunk/src/lrealpath.c
M /trunk/src/hid_init.c
A /trunk/src/compat_lrealpath.h
r1406 file changeset diff or repo changeset diff igor22016-03-26T08:27:07.349842Z
 
[scconfig] -Cleanup: rename action_lists.h; misleading name, it's not about actions only

M /trunk/src/main.c
M /trunk/scconfig/gen_core_lists.sh
M /trunk/src/Makefile.dep
M /trunk/src/Makefile.in
r1405 file changeset diff or repo changeset diff igor22016-03-26T08:22:38.106904Z
 
[scconfig] -Cleanup: move the rest of Makefile.in.mod/ to better places and remove the dir

D /trunk/src/Makefile.in.mod
A /trunk/src_plugins/gl/todo.tmpasm
A /trunk/scconfig/gen_core_lists.sh
M /trunk/doc-rnd/TODO
A /trunk/w32/todo.tmpasm
M /trunk/src/Makefile.in
r1404 file changeset diff or repo changeset diff igor22016-03-26T08:17:01.035704Z
 
[scconfig] -Move: module tmpasm files to src_plugins/

D /trunk/src/Makefile.in.mod/Plugin
A /trunk/src_plugins/Buildin.tmpasm
D /trunk/src/Makefile.in.mod/Buildin
A /trunk/src_plugins/Plugin.tmpasm
D /trunk/src/Makefile.in.mod/Disable
A /trunk/src_plugins/Disable.tmpasm
M /trunk/src/Makefile.in
r1403 file changeset diff or repo changeset diff igor22016-03-26T08:10:46.333348Z
 
[scconfig] -Change: don't hardwire tmpasm plugin include names

M /trunk/src_plugins/stroke/Plug.tmpasm
M /trunk/src_plugins/mincut/Plug.tmpasm
M /trunk/src_plugins/fontmode/Plug.tmpasm
M /trunk/src_plugins/export_gcode/Plug.tmpasm
M /trunk/src_plugins/shand_cmd/Plug.tmpasm
M /trunk/src_plugins/export_nelma/Plug.tmpasm
M /trunk/src_plugins/legacy_func/Plug.tmpasm
M /trunk/src_plugins/hid_lesstif/Plug.tmpasm
M /trunk/src_plugins/hid_batch/Plug.tmpasm
M /trunk/src_plugins/report/Plug.tmpasm
M /trunk/src_plugins/export_png/Plug.tmpasm
M /trunk/src_plugins/export_bom/Plug.tmpasm
M /trunk/src_plugins/export_gerber/Plug.tmpasm
M /trunk/src_plugins/autoplace/Plug.tmpasm
M /trunk/src_plugins/vendordrill/Plug.tmpasm
M /trunk/src_plugins/renumber/Plug.tmpasm
M /trunk/src_plugins/import_edif/Plug.tmpasm
M /trunk/src_plugins/export_ps/Plug.tmpasm
M /trunk/src_plugins/puller/Plug.tmpasm
M /trunk/src_plugins/oldactions/Plug.tmpasm
M /trunk/src_plugins/import_sch/Plug.tmpasm
M /trunk/src_plugins/export_lpr/Plug.tmpasm
M /trunk/src_plugins/toporouter/Plug.tmpasm
M /trunk/src_plugins/hid_gtk/Plug.tmpasm
M /trunk/src_plugins/djopt/Plug.tmpasm
M /trunk/src_plugins/autoroute/Plug.tmpasm
M /trunk/src/Makefile.in
r1402 file changeset diff or repo changeset diff igor22016-03-26T06:00:06.030710Z
 
-Update: deps

M /trunk/src/Makefile.dep
r1401 file changeset diff or repo changeset diff igor22016-03-26T05:56:08.437252Z
 
[doc] -Update: plugin readme: not only feature plugins are hosted in src_plugins

M /trunk/src_plugins/README
r1400 file changeset diff or repo changeset diff igor22016-03-26T05:51:02.063256Z
 
[mods] -Move: command.[ch] to a shorthand command plugin (shand_cmd)

A /trunk/src_plugins/shand_cmd/Plug.tmpasm
A /trunk/src_plugins/shand_cmd/README
A /trunk/src_plugins/shand_cmd/Makefile
A /trunk/src_plugins/shand_cmd/command.c
M /trunk/scconfig/plugins.h
D /trunk/src/command.c
M /trunk/doc-rnd/TODO
M /trunk/src/Makefile.dep
A /trunk/src_plugins/shand_cmd/command.h
M /trunk/src/netlist.c
A /trunk/src_plugins/shand_cmd
M /trunk/src/Makefile.in
D /trunk/src/command.h
r1399 file changeset diff or repo changeset diff igor22016-03-26T05:36:30.416949Z
 
[mods] -Add: infrastructure for switching from one gui to another

M /trunk/src/main.c
M /trunk/src/hid.h
M /trunk/doc-rnd/TODO
M /trunk/src/hid_init.c
r1398 file changeset diff or repo changeset diff igor22016-03-26T05:05:55.203778Z
 
[mods] -Fix: plugin template tolerates multiline source and flag listings

M /trunk/src/Makefile.in.mod/Plugin
r1397 file changeset diff or repo changeset diff igor22016-03-26T04:53:14.455727Z
 
[leak] -Fix: lesstif and gtk hids remove their attributes

M /trunk/src_plugins/hid_lesstif/main.c
M /trunk/doc-rnd/TODO
M /trunk/src_plugins/hid_gtk/gtkhid-main.c
r1396 file changeset diff or repo changeset diff igor22016-03-26T04:52:35.129370Z
 
[leak] -Add: hid attribute remove by cookie

M /trunk/src/hid_attrib.c
M /trunk/src/hid_attrib.h
r1395 file changeset diff or repo changeset diff igor22016-03-26T04:41:47.164600Z
 
[mods] -Add: the batch HID has a do_exit() and quits freeing actions properly

M /trunk/src_plugins/hid_batch/batch.c
r1394 file changeset diff or repo changeset diff igor22016-03-26T04:40:22.403302Z
 
[mods] -Fix: proper argument type in gtk do_exit

M /trunk/src_plugins/hid_gtk/gui-top-window.c
M /trunk/src_plugins/hid_gtk/gui.h
r1393 file changeset diff or repo changeset diff igor22016-03-26T04:36:55.219573Z
 
[mods] -Fix: gtk should have a do_exit to clean up central infra before quit

M /trunk/src_plugins/hid_gtk/gtkhid-main.c
M /trunk/src_plugins/hid_gtk/gui-top-window.c
M /trunk/src_plugins/hid_gtk/gui.h
r1392 file changeset diff or repo changeset diff igor22016-03-26T04:33:01.910424Z
 
[mods] -Fix: hids install and uninstall actions, flags and attributes only around their do_export main loop so they don't conflict

M /trunk/src_plugins/hid_gtk/gtkhid.h
M /trunk/src_plugins/hid_batch/batch.c
M /trunk/src_plugins/hid_lesstif/main.c
M /trunk/src_plugins/hid_gtk/gtkhid-main.c
M /trunk/src_plugins/hid_gtk/gui-top-window.c
r1391 file changeset diff or repo changeset diff igor22016-03-26T04:32:14.619117Z
 
-Update: Makefile deps

M /trunk/src/Makefile.dep
r1390 file changeset diff or repo changeset diff igor22016-03-26T03:46:44.442270Z
 
[doc] -Update: TODO: rubber band's movable part is too small

M /trunk/doc-rnd/TODO
r1389 file changeset diff or repo changeset diff igor22016-03-26T03:40:41.645480Z
 
[mods] -Move: report to a feature plugin

A /trunk/src_plugins/report/report.c
D /trunk/src/report.c
A /trunk/src_plugins/report/Makefile
A /trunk/src_plugins/report
A /trunk/src_plugins/report/Plug.tmpasm
A /trunk/src_plugins/report/report.h
D /trunk/src/report.h
M /trunk/scconfig/plugins.h
A /trunk/src_plugins/report/README
M /trunk/doc-rnd/TODO
M /trunk/src/Makefile.dep
M /trunk/src_plugins/hid_gtk/gui-top-window.c
M /trunk/src/Makefile.in
r1388 file changeset diff or repo changeset diff igor22016-03-26T03:29:51.395869Z
 
-Add: auto-test strflags using a ref

A /trunk/src/regression/strflags/tester.ref
M /trunk/src/regression/strflags/tester.c
M /trunk/src/regression/strflags/Makefile
r1387 file changeset diff or repo changeset diff igor22016-03-26T03:03:42.257633Z
 
-Cleanup: move strflags test code to regression/

A /trunk/src/regression/strflags
M /trunk/src/strflags.c
A /trunk/src/regression/strflags/tester.c
A /trunk/src/regression/strflags/Makefile
r1386 file changeset diff or repo changeset diff igor22016-03-25T07:12:59.117328Z
 
[doc] -Add: TODO

M /trunk/doc-rnd/TODO
r1385 file changeset diff or repo changeset diff igor22016-03-25T06:53:54.435033Z
 
-Update: revisit TODO, make some points more clear

M /trunk/doc-rnd/TODO
r1384 file changeset diff or repo changeset diff igor22016-03-25T06:51:11.033671Z
 
[scconfig] -Fix: relax gcode/nelma png requirements: print a warning about reduced functionality but let them compile if there's no png but gd is present

M /trunk/scconfig/hooks.c
r1383 file changeset diff or repo changeset diff igor22016-03-25T06:50:29.395296Z
 
[scconfig] -Fix: typo

M /trunk/config.auto.h.in
r1382 file changeset diff or repo changeset diff igor22016-03-25T06:42:52.805137Z
 
[scconfig] -Fix: don't detect gd if it's not needed; disable exporters that depend on GD if required parts are not available

M /trunk/src_plugins/export_gcode/Plug.tmpasm
M /trunk/src_plugins/export_nelma/Plug.tmpasm
M /trunk/src_plugins/export_png/Plug.tmpasm
M /trunk/scconfig/hooks.c
r1381 file changeset diff or repo changeset diff igor22016-03-25T06:41:58.137789Z
 
[doc] -Add: TODO: minor point for reduce

M /trunk/doc-rnd/TODO
r1380 file changeset diff or repo changeset diff igor22016-03-25T06:13:27.879284Z
 
[scconfig] -Fix: do not attempt to detect libgtk is the gtk hid is disabled

M /trunk/src_plugins/hid_gtk/Plug.tmpasm
M /trunk/scconfig/hooks.c
r1379 file changeset diff or repo changeset diff igor22016-03-25T06:13:01.330439Z
 
[doc] -Update: TODO: figured what's pcb.rc

M /trunk/doc-rnd/TODO
r1378 file changeset diff or repo changeset diff igor22016-03-25T05:49:11.751861Z
 
[mods] -Cleanup: remove the remains of hid/ from the build system

M /trunk/doc-rnd/TODO
M /trunk/src/Makefile.in
r1377 file changeset diff or repo changeset diff igor22016-03-25T05:41:00.179303Z
 
[reduce] -Del: extern "C": pcb is a pure C project, if someone wants to include headers from whatever other language, he should take care of it on that side

M /trunk/src/polyarea.h
M /trunk/src/hid.h
M /trunk/doc-rnd/TODO
M /trunk/src/resource.h
r1376 file changeset diff or repo changeset diff igor22016-03-25T05:37:21.726864Z
 
[mods] -Fix: event_bid() takes cookie as const char *, not as void * to comform the convention

M /trunk/src/event.c
M /trunk/src/event.h
r1375 file changeset diff or repo changeset diff igor22016-03-25T05:35:49.933835Z
 
[mods] -Cleanup: warnings for missing #include's after the hid splitup

M /trunk/src_plugins/puller/puller.c
M /trunk/src/main.c
M /trunk/src_plugins/renumber/renumber.c
M /trunk/src_plugins/hid_lesstif/styles.c
M /trunk/src/misc.c
M /trunk/src_plugins/hid_lesstif/menu.c
M /trunk/src_plugins/export_lpr/lpr.c
M /trunk/src/file.c
M /trunk/src_plugins/gpmi/pcb-gpmi/gpmi_plugin/gpmi_plugin.c
M /trunk/doc-rnd/TODO
M /trunk/src_plugins/export_ps/ps.c
M /trunk/src/Makefile.dep
M /trunk/src/hid_resource.c
M /trunk/src_plugins/hid_gtk/gui-top-window.c
M /trunk/src/file_act.c
M /trunk/src_plugins/hid_lesstif/dialogs.c
M /trunk/src_plugins/hid_gtk/gui-dialog-print.c
M /trunk/src/hid_init.c
r1374 file changeset diff or repo changeset diff igor22016-03-25T05:27:02.403197Z
 
[mods] -Change: rename actions.h to hid_actions.h for naming consistency

M /trunk/src_plugins/import_sch/import_sch.c
M /trunk/src_plugins/hid_gtk/gui-command-window.c
M /trunk/src/main.c
A /trunk/src/hid_actions.h
D /trunk/src/actions.h
M /trunk/src_plugins/gpmi/pcb-gpmi/gpmi_plugin/gpmi_pkg/actions/actions.c
M /trunk/src/change.c
M /trunk/src_plugins/hid_gtk/gui-netlist-window.c
M /trunk/src_plugins/fontmode/fontmode.c
M /trunk/src/misc.c
M /trunk/src/action_helper.c
M /trunk/src_plugins/hid_batch/batch.c
M /trunk/src_plugins/autoroute/action.c
M /trunk/src_plugins/hid_lesstif/main.c
M /trunk/src_plugins/autoplace/action.c
M /trunk/src/set.c
M /trunk/src/file.c
M /trunk/src/create.c
M /trunk/src_plugins/hid_lesstif/netlist.c
M /trunk/src_plugins/hid_gtk/gui-drc-window.c
M /trunk/src_plugins/hid_gtk/gtkhid-main.c
M /trunk/src/gui_act.c
M /trunk/src/find.c
M /trunk/src/Makefile.dep
M /trunk/src_plugins/djopt/djopt.c
M /trunk/src/netlist.c
A /trunk/src/hid_actions.c
M /trunk/src/crosshair.c
M /trunk/src/change_act.c
D /trunk/src/actions.c
M /trunk/src_plugins/hid_gtk/gui-top-window.c
M /trunk/src/file_act.c
M /trunk/src/action_act.c
M /trunk/src/Makefile.in
M /trunk/src_plugins/vendordrill/vendor.c
M /trunk/src_plugins/hid_lesstif/dialogs.c
M /trunk/src/move.c
r1373 file changeset diff or repo changeset diff igor22016-03-25T04:57:37.457741Z
 
[mods] -Cleanup: split hid.h and move declarations to corresponding hid_*.h

M /trunk/src/actions.h
M /trunk/src/hid_init.h
M /trunk/src_plugins/hid_lesstif/main.c
M /trunk/src/draw.c
M /trunk/src/hid_flags.c
M /trunk/src/hid.h
M /trunk/src_plugins/hid_gtk/gtkhid-main.c
M /trunk/src_plugins/djopt/djopt.c
M /trunk/src/hid_helper.h
M /trunk/src/flags.c
M /trunk/src/hid_attrib.h
M /trunk/src_plugins/vendordrill/vendor.c
M /trunk/src/hid_flags.h
r1372 file changeset diff or repo changeset diff igor22016-03-25T04:44:48.925681Z
 
[mods] -Split: hidint.h and the rest of hid/common into smaller, per-topic files

M /trunk/src_plugins/hid_lesstif/dialogs.c
M /trunk/src_plugins/export_ps/eps.c
M /trunk/src_plugins/hid_lesstif/main.c
M /trunk/src/action_act.c
M /trunk/src/hid_flags.c
A /trunk/src/hid_flags.h
M /trunk/src_plugins/export_nelma/nelma.c
M /trunk/src_plugins/hid_gtk/gtkhid-gl.c
M /trunk/src/main.c
M /trunk/src/hid_extents.c
A /trunk/src/hid_color.c
M /trunk/src_plugins/hid_lesstif/library.c
A /trunk/src/hid_extents.h
A /trunk/src/hid_color.h
M /trunk/src_plugins/hid_gtk/gui-config.c
M /trunk/src_plugins/export_bom/bom.c
A /trunk/src/hid_attrib.c
M /trunk/src/hid.h
A /trunk/src/hid_attrib.h
M /trunk/src_plugins/gpmi/pcb-gpmi/gpmi_plugin/manage_scripts.c
M /trunk/src_plugins/gpmi/pcb-gpmi/gpmi_plugin/gpmi_pkg/hid/hid.c
M /trunk/src_plugins/hid_gtk/gui-dialog-print.c
M /trunk/src/select_act.c
M /trunk/src_plugins/hid_lesstif/menu.c
M /trunk/src_plugins/hid_lesstif/netlist.c
M /trunk/src_plugins/export_gcode/gcode.c
D /trunk/src/hid
M /trunk/src_plugins/hid_gtk/gui-top-window.c
M /trunk/src/hid_init.c
M /trunk/src/hid_draw_helpers.h
M /trunk/src_plugins/export_gerber/gerber.c
M /trunk/src/hid_init.h
M /trunk/src_plugins/hid_lesstif/styles.c
M /trunk/src_plugins/hid_gtk/gtkhid-gdk.c
M /trunk/src_plugins/hid_batch/batch.c
M /trunk/src/Makefile.dep
M /trunk/src_plugins/export_lpr/lpr.c
M /trunk/src_plugins/gpmi/pcb-gpmi/gpmi_plugin/gpmi_pkg/hid/hid_callbacks.c
M /trunk/src_plugins/export_png/png.c
M /trunk/src_plugins/import_sch/import_sch.c
M /trunk/src/Makefile.in
M /trunk/src/actions.h
M /trunk/src_plugins/export_ps/ps.c
M /trunk/src_plugins/gpmi/pcb-gpmi/gpmi_plugin/gpmi_pkg/dialogs/dialogs.c
M /trunk/src/hid_helper.c
M /trunk/src_plugins/hid_gtk/gtkhid-main.c
M /trunk/src/hid_helper.h
r1371 file changeset diff or repo changeset diff igor22016-03-25T03:54:14.318896Z
 
[mods] -Move: hid_init.c to core, start splitting it up

M /trunk/src_plugins/export_gerber/gerber.c
M /trunk/src/hid/hidint.h
M /trunk/src_plugins/export_ps/eps.c
D /trunk/src/hid/common
A /trunk/src/hid_init.h
M /trunk/src/hid_helper.c
M /trunk/src_plugins/export_lpr/lpr.c
M /trunk/src_plugins/export_ps/ps.c
M /trunk/src_plugins/export_png/png.c
M /trunk/src_plugins/export_nelma/nelma.c
M /trunk/src/Makefile.dep
M /trunk/src/hid_helper.h
M /trunk/src/Makefile.in
M /trunk/src_plugins/export_gcode/gcode.c
A /trunk/src/hid_init.c
r1370 file changeset diff or repo changeset diff igor22016-03-25T03:46:28.128153Z
 
[mods] -Rename: layer_helper to hid_helper to collect all the misc functions common to hids

M /trunk/src_plugins/export_gerber/gerber.c
D /trunk/src/layer_helper.c
D /trunk/src/layer_helper.h
A /trunk/src/hid_helper.c
M /trunk/src_plugins/export_ps/ps.c
M /trunk/src_plugins/export_nelma/nelma.c
M /trunk/src/Makefile.dep
A /trunk/src/hid_helper.h
M /trunk/src/Makefile.in
M /trunk/src_plugins/export_gcode/gcode.c
r1369 file changeset diff or repo changeset diff igor22016-03-25T03:39:26.923968Z
 
[mods] -Fix: build even if lesstif is not installed

M /trunk/src/hid/common/hidinit.c
M /trunk/src_plugins/hid_lesstif/Plug.tmpasm
D /trunk/src/hid/common/hidlist.h.in
M /trunk/src/Makefile.in
M /trunk/scconfig/hooks.c
r1368 file changeset diff or repo changeset diff igor22016-03-24T07:23:27.683772Z
 
[mods] -Add: get the lesstif hid plugin to compile (segfaults on start because the gtk hid is registering some flags it shouldn't)

D /trunk/src/Makefile.in.mod/lesstif
A /trunk/src_plugins/hid_lesstif/README
A /trunk/src_plugins/hid_lesstif/Plug.tmpasm
M /trunk/src_plugins/hid_lesstif/menu.c
M /trunk/src_plugins/hid_lesstif/main.c
M /trunk/doc-rnd/TODO
A /trunk/src_plugins/hid_lesstif/Makefile
M /trunk/src/Makefile.dep
M /trunk/src/Makefile.in
r1367 file changeset diff or repo changeset diff igor22016-03-24T07:02:38.820007Z
 
[mods] -Move: HIDs to plugins (lesstif doesn't work yet)

M /trunk/src_plugins/hid_lesstif/dialogs.c
A /trunk/src_plugins/hid_batch
R /trunk/src_plugins/hid_lesstif/main.c
M /trunk/src/action_act.c
M /trunk/src/hid_flags.c
D /trunk/src/Makefile.in.mod/gtk-gdk
D /trunk/src/Makefile.in.mod/batch
D /trunk/src/hid/batch
A /trunk/src_plugins/hid_gtk/Plug.tmpasm
A /trunk/src_plugins/hid_gtk/README
R /trunk/src_plugins/hid_gtk/gui-misc.c
M /trunk/src_plugins/export_nelma/nelma.c
A /trunk/src_plugins/hid_lesstif
R /trunk/src_plugins/hid_gtk/gtkhid-gl.c
M /trunk/doc-rnd/TODO
M /trunk/src/main.c
M /trunk/src/hid_extents.c
M /trunk/src_plugins/hid_lesstif/library.c
R /trunk/src_plugins/hid_gtk/gui-config.c
A /trunk/src_plugins/hid_batch/Makefile
M /trunk/src_plugins/export_bom/bom.c
A /trunk/src_plugins/hid_gtk/Makefile
M /trunk/scconfig/hooks.c
D /trunk/src/hid/gtk
A /trunk/src_plugins/hid_batch/Plug.tmpasm
A /trunk/src_plugins/hid_batch/README
R /trunk/src_plugins/hid_lesstif/menu.c
M /trunk/src_plugins/hid_lesstif/netlist.c
R /trunk/src_plugins/hid_gtk/gui.h
M /trunk/src_plugins/export_gcode/gcode.c
R /trunk/src_plugins/hid_gtk/gui-top-window.c
M /trunk/src_plugins/export_gerber/gerber.c
M /trunk/scconfig/plugins.h
A /trunk/src_plugins/hid_gtk
M /trunk/src_plugins/hid_lesstif/styles.c
M /trunk/src/gpcb-menu.h
R /trunk/src_plugins/hid_gtk/gui-output-events.c
R /trunk/src_plugins/hid_gtk/gtkhid-gdk.c
R /trunk/src_plugins/hid_batch/batch.c
M /trunk/src/Makefile.dep
M /trunk/src_plugins/export_png/png.c
D /trunk/src/hid/lesstif
M /trunk/src/Makefile.in
M /trunk/src/actions.c
D /trunk/src_plugins/hid_batch/hid.conf
R /trunk/src_plugins/hid_gtk/gtkhid-main.c
r1366 file changeset diff or repo changeset diff igor22016-03-24T06:17:14.735211Z
 
[doc] -Update: TODO

M /trunk/doc-rnd/TODO
r1365 file changeset diff or repo changeset diff igor22016-03-24T06:15:51.230586Z
 
[mods] -Move: the nogui hid to core

M /trunk/src_plugins/export_gerber/gerber.c
D /trunk/src/hid/common/hidnogui.c
M /trunk/src_plugins/export_bom/bom.c
M /trunk/src/hid/common/hidinit.c
M /trunk/src_plugins/export_ps/eps.c
A /trunk/src/hid_nogui.c
D /trunk/src/hid/common/hidnogui.h
M /trunk/src_plugins/export_lpr/lpr.c
M /trunk/src/hid/lesstif/main.c
M /trunk/src_plugins/export_ps/ps.c
M /trunk/src_plugins/export_png/png.c
M /trunk/src_plugins/export_nelma/nelma.c
A /trunk/src/hid_nogui.h
M /trunk/src/hid/gtk/gtkhid-main.c
M /trunk/src/Makefile.dep
M /trunk/src_plugins/gpmi/pcb-gpmi/gpmi_plugin/gpmi_pkg/hid/hid.c
M /trunk/src/hid/batch/batch.c
M /trunk/src/Makefile.in
M /trunk/src_plugins/export_gcode/gcode.c
r1364 file changeset diff or repo changeset diff igor22016-03-24T06:08:11.620301Z
 
[mods] -Move: hid_resource and draw_helpers from hid/common to core

M /trunk/src_plugins/export_gerber/gerber.c
A /trunk/src/hid_draw_helpers.h
D /trunk/src/hid/common/hid_resource.c
D /trunk/src/hid/common/draw_helpers.h
M /trunk/src_plugins/export_ps/eps.c
A /trunk/src/hid_resource.h
M /trunk/src/hid/gtk/gui-top-window.c
M /trunk/src/hid/gtk/gui-output-events.c
M /trunk/src/hid/gtk/gtkhid-gdk.c
M /trunk/src/hid_extents.c
M /trunk/src/hid/lesstif/menu.c
M /trunk/src/hid/lesstif/main.c
D /trunk/src/hid/common/hid_resource.h
M /trunk/src/hid/gtk/gtkhid-gl.c
M /trunk/src_plugins/export_ps/ps.c
M /trunk/src_plugins/export_png/png.c
M /trunk/src_plugins/export_nelma/nelma.c
A /trunk/src/hid_draw_helpers.c
M /trunk/src/hid/gtk/gui.h
M /trunk/src/hid/gtk/gtkhid-main.c
D /trunk/src/hid/common/draw_helpers.c
M /trunk/src/Makefile.dep
A /trunk/src/hid_resource.c
M /trunk/src/hid/batch/batch.c
M /trunk/src/Makefile.in
M /trunk/src_plugins/export_gcode/gcode.c
r1363 file changeset diff or repo changeset diff igor22016-03-24T06:01:51.806168Z
 
[mods] -Add: gl plugin info file

A /trunk/src_plugins/gl/README
r1362 file changeset diff or repo changeset diff igor22016-03-24T06:00:48.791048Z
 
[mods] -Move: hidgl to a separate plugin (to be compiled later)

D /trunk/src/hid/common/hidgl.c
A /trunk/src_plugins/gl/hidgl.c
A /trunk/src_plugins/gl
D /trunk/src/hid/common/hidgl.h
A /trunk/src_plugins/gl/hidgl.h
r1361 file changeset diff or repo changeset diff igor22016-03-24T05:59:18.001512Z
 
[mods] -Move: hid/common to core

A /trunk/src/hid_extents.c
A /trunk/src/hid_flags.c
D /trunk/src/hid/common/flags.c
M /trunk/src/Makefile.dep
D /trunk/src/hid/common/extents.c
M /trunk/src/Makefile.in
r1360 file changeset diff or repo changeset diff igor22016-03-24T05:55:27.000093Z
 
[mods] -Cleanup: move layer helper functions out from flags.c where they don't belong

M /trunk/src_plugins/export_gerber/gerber.c
A /trunk/src/layer_helper.c
M /trunk/src/hid/hidint.h
A /trunk/src/layer_helper.h
M /trunk/src/hid/common/flags.c
M /trunk/src_plugins/export_ps/ps.c
M /trunk/src_plugins/export_nelma/nelma.c
M /trunk/src/Makefile.dep
M /trunk/src/Makefile.in
M /trunk/src_plugins/export_gcode/gcode.c
r1359 file changeset diff or repo changeset diff igor22016-03-24T05:12:26.947685Z
 
[mods] -Move: hid/common/actions.[ch] to core

M /trunk/src/main.c
A /trunk/src/actions.h
D /trunk/src/hid/common/actions.c
M /trunk/doc-rnd/TODO
M /trunk/src/Makefile.dep
A /trunk/src/actions.c
M /trunk/src/hid/batch/batch.c
M /trunk/src/Makefile.in
D /trunk/src/hid/common/actions.h
r1358 file changeset diff or repo changeset diff igor22016-03-24T05:06:53.308576Z
 
[mods] -Cleanup: split and rename action.[ch] to make room for hid-common actions.[ch] in core and avoid confusion in names

M /trunk/src_plugins/import_sch/import_sch.c
M /trunk/src_plugins/legacy_func/legacy_func.c
M /trunk/src/main.c
M /trunk/src/hid/common/hidgl.c
M /trunk/src_plugins/renumber/renumber.c
D /trunk/src/action.c
M /trunk/src/object_act.c
M /trunk/src/buffer.c
M /trunk/src/misc.c
M /trunk/src/hid/gtk/gui-top-window.c
M /trunk/src/hid/gtk/gui-output-events.c
A /trunk/src/action_helper.c
M /trunk/src_plugins/oldactions/oldactions.c
M /trunk/src_plugins/autoroute/action.c
M /trunk/src/remove_act.c
M /trunk/src/polygon_act.c
M /trunk/src/set.c
M /trunk/src/rats_patch.c
M /trunk/src/hid/lesstif/main.c
M /trunk/src/hid/gtk/gui-misc.c
M /trunk/src/rats_act.c
M /trunk/src/command.c
D /trunk/src/action.h
M /trunk/src/undo_act.c
M /trunk/doc-rnd/TODO
M /trunk/src/select_act.c
M /trunk/src/hid/gtk/gtkhid-main.c
M /trunk/src/gui_act.c
M /trunk/src/find_act.c
A /trunk/src/action_helper.h
M /trunk/src/Makefile.dep
M /trunk/src/netlist.c
M /trunk/src/hid/gtk/gui-config.c
M /trunk/src/change_act.c
M /trunk/src/plugins.c
M /trunk/src/file_act.c
A /trunk/src/action_act.c
M /trunk/src/Makefile.in
r1357 file changeset diff or repo changeset diff igor22016-03-24T04:55:20.148987Z
 
[mods] -Fix: event unbind shouldn't segfault if multiple adjacent events are free'd

M /trunk/src/event.c
r1356 file changeset diff or repo changeset diff igor22016-03-24T04:48:45.737898Z
 
[mods] -Add: print warning if a module leaves anything in the func hash at exit

M /trunk/src/funchash.c
r1355 file changeset diff or repo changeset diff igor22016-03-24T04:46:06.480937Z
 
[doc] -Add: comment funchash API

M /trunk/src/funchash.h
r1354 file changeset diff or repo changeset diff igor22016-03-24T04:43:57.845510Z
 
[mods] -Add: API to remove functions by cookie

M /trunk/src/funchash.c
M /trunk/src/funchash.h
r1353 file changeset diff or repo changeset diff igor22016-03-24T04:35:34.040560Z
 
[reduce] -Fix: don't use slow string copy for hashfunc composite key

M /trunk/src/funchash.c
M /trunk/src/Makefile.dep
M /trunk/src/Makefile.in
r1352 file changeset diff or repo changeset diff igor22016-03-24T04:10:40.794668Z
 
[reduce] -Cleanup: rename action_funclist to funchash_core_list to decouple functions from actions

A /trunk/src/funchash_core_list.h
M /trunk/src/funchash_core.h
M /trunk/src/funchash.c
M /trunk/src/Makefile.dep
D /trunk/src/action_funclist.h
r1351 file changeset diff or repo changeset diff igor22016-03-24T04:07:11.450383Z
 
[reduce] -API CHANGE: rewrite action_funchash to not use custom locla hash but genht and to offer cookie based namespaces for modules

M /trunk/src/main.c
M /trunk/src/action.c
M /trunk/src/object_act.c
A /trunk/src/funchash_core.h
M /trunk/src/buffer.c
D /trunk/src/action_funchash.c
M /trunk/src/remove_act.c
M /trunk/src/polygon_act.c
A /trunk/src/funchash.c
M /trunk/src/rats_act.c
M /trunk/src/action.h
M /trunk/src/undo_act.c
D /trunk/src/action_funchash.h
M /trunk/src/select_act.c
M /trunk/src/gui_act.c
M /trunk/src/Makefile.dep
A /trunk/src/funchash.h
M /trunk/src/change_act.c
M /trunk/src/Makefile.in
r1350 file changeset diff or repo changeset diff igor22016-03-23T07:23:54.760655Z
 
[doc] -Update: TODO

M /trunk/doc-rnd/TODO
r1347 file changeset diff or repo changeset diff igor22016-03-23T06:35:39.325727Z
 
-Update: prepare for 1.0.9

M /trunk/debian/changelog
M /trunk/Changelog
r1346 file changeset diff or repo changeset diff igor22016-03-23T06:29:53.317882Z
 
[gpmi] -Fix: do not install gpmi plugin .so if gpmi is buildin and the file does not exist

M /trunk/src_plugins/gpmi/pcb-gpmi/Makefile
r1345 file changeset diff or repo changeset diff igor22016-03-23T06:26:33.186247Z
 
[gpmi] -Fix: remove src/plugins local .so installation on clean

M /trunk/src_plugins/gpmi/Plug.tmpasm
r1344 file changeset diff or repo changeset diff igor22016-03-23T06:25:51.111768Z
 
[mods] -Fix: remove src/plugins local .so installations on make clean

M /trunk/src/Makefile.in.mod/Plugin
r1343 file changeset diff or repo changeset diff igor22016-03-23T04:21:35.907656Z
 
[scconfig] -Fix: create libdir/plugins on install so that plugins can be installed

M /trunk/src/Makefile.in
r1342 file changeset diff or repo changeset diff igor22016-03-23T04:20:58.640858Z
 
[scconfig] -Fix: always use -fPIC, random parts of the code may end up in a .so

M /trunk/src/Makefile.in
r1341 file changeset diff or repo changeset diff igor22016-03-22T07:10:35.157342Z
 
-Add: prepare for a new release

M /trunk/debian/changelog
M /trunk/Release_notes
M /trunk/Changelog
M /trunk/doc-rnd/TODO
M /trunk/scconfig/hooks.c
r1337 file changeset diff or repo changeset diff igor22016-03-20T09:04:43.260736Z
 
[mods] -Fix: disable gpmi with the new disabling mechanism

M /trunk/scconfig/hooks.c
r1336 file changeset diff or repo changeset diff igor22016-03-20T09:04:18.467206Z
 
[mods] -Fix: gpmi doesn't add any rule to the Makefile if it is disabled

M /trunk/src_plugins/gpmi/Plug.tmpasm
r1331 file changeset diff or repo changeset diff igor22016-03-19T05:07:40.249485Z
 
[reduce] -Cleanup: use central macro ACTION_ARG() (used to be ARG()) instead of redefined variants

M /trunk/src_plugins/import_sch/import_sch.c
M /trunk/src/object_act.c
M /trunk/src/buffer.c
M /trunk/src_plugins/autoroute/action.c
M /trunk/src/remove_act.c
M /trunk/src/polygon_act.c
M /trunk/src/rats_act.c
M /trunk/src/action.h
M /trunk/src/undo_act.c
M /trunk/src/select_act.c
M /trunk/src/gui_act.c
M /trunk/src/netlist.c
M /trunk/src/change_act.c
M /trunk/src/file_act.c
r1330 file changeset diff or repo changeset diff igor22016-03-19T04:56:15.646250Z
 
-Cleanup: compiler warnings

M /trunk/src/mymem.c
M /trunk/src/find.c
r1329 file changeset diff or repo changeset diff igor22016-03-18T06:50:14.302246Z
 
[mods] -Update: the gpmi plugin should use the same 3-state mechanism as any other plugin

M /trunk/scconfig/plugins.h
M /trunk/src_plugins/gpmi/Plug.tmpasm
M /trunk/scconfig/hooks.c
r1328 file changeset diff or repo changeset diff igor22016-03-18T06:17:30.833367Z
 
[mods] -Change: better module summary printout at the end of ./configure

M /trunk/scconfig/plugins.h
M /trunk/scconfig/plugin_3state.h
M /trunk/scconfig/hooks.c
r1327 file changeset diff or repo changeset diff igor22016-03-18T06:04:18.539643Z
 
[mods] -Fix: instead of two booleans, implement a 3-state "/controls" node with values disable, buildin, plugin for the plugins (except for GPMI... TODO)

M /trunk/src_plugins/stroke/Plug.tmpasm
M /trunk/src_plugins/mincut/Plug.tmpasm
M /trunk/src_plugins/fontmode/Plug.tmpasm
M /trunk/src_plugins/export_gcode/Plug.tmpasm
M /trunk/src_plugins/export_nelma/Plug.tmpasm
M /trunk/src_plugins/legacy_func/Plug.tmpasm
M /trunk/src_plugins/export_png/Plug.tmpasm
M /trunk/src_plugins/export_bom/Plug.tmpasm
M /trunk/src_plugins/export_gerber/Plug.tmpasm
M /trunk/src_plugins/autoplace/Plug.tmpasm
A /trunk/scconfig/plugins.h
M /trunk/scconfig/Makefile
M /trunk/src_plugins/vendordrill/Plug.tmpasm
M /trunk/src_plugins/renumber/Plug.tmpasm
M /trunk/src_plugins/import_edif/Plug.tmpasm
M /trunk/src_plugins/export_ps/Plug.tmpasm
A /trunk/scconfig/plugin_3state.h
M /trunk/src_plugins/puller/Plug.tmpasm
M /trunk/src_plugins/oldactions/Plug.tmpasm
M /trunk/src_plugins/import_sch/Plug.tmpasm
M /trunk/src_plugins/export_lpr/Plug.tmpasm
M /trunk/src_plugins/toporouter/Plug.tmpasm
M /trunk/src_plugins/djopt/Plug.tmpasm
M /trunk/src_plugins/autoroute/Plug.tmpasm
M /trunk/scconfig/hooks.c
r1326 file changeset diff or repo changeset diff igor22016-03-17T06:04:46.004172Z
 
[leak] -Change: gpmi central actions are static

M /trunk/src_plugins/gpmi/pcb-gpmi/gpmi_plugin/gpmi_plugin.c
r1325 file changeset diff or repo changeset diff igor22016-03-17T06:03:24.119494Z
 
[leak] -Add: all registration API should have a "copy" argument that will make a copy of the slot and free the slot on unregister; this will be useful for true dynamic objects that are created on the fly

M /trunk/src_plugins/export_gerber/gerber.c
M /trunk/src_plugins/export_bom/bom.c
M /trunk/src/hid/common/hidinit.c
M /trunk/src_plugins/export_ps/eps.c
M /trunk/src_plugins/gpmi/pcb-gpmi/gpmi_plugin/gpmi_pkg/actions/actions.c
M /trunk/src_plugins/export_lpr/lpr.c
M /trunk/src/hid/common/actions.c
M /trunk/src_plugins/gpmi/pcb-gpmi/gpmi_plugin/gpmi_plugin.c
M /trunk/src/hid.h
M /trunk/src/hid/common/flags.c
M /trunk/src_plugins/export_ps/ps.c
M /trunk/src_plugins/export_png/png.c
M /trunk/src_plugins/export_nelma/nelma.c
M /trunk/src_plugins/export_gcode/gcode.c
r1324 file changeset diff or repo changeset diff igor22016-03-17T05:07:21.802157Z
 
[leak] -Fix: register all flags, not just the first of an array

M /trunk/src/hid/gtk/gui-top-window.c
M /trunk/src/hid/common/flags.c
r1323 file changeset diff or repo changeset diff igor22016-03-17T04:55:57.006790Z
 
-Del: unused/obsolete generated file

D /trunk/src/core_lists.h
r1322 file changeset diff or repo changeset diff igor22016-03-17T04:36:40.544227Z
 
[unglib] -Fix: util doesn't depend on obsolete ds

M /trunk/util/Makefile.in
r1321 file changeset diff or repo changeset diff igor22016-03-16T07:12:01.111025Z
 
[doc] -Fix: fontmode and legacy_func are buildin by default

M /trunk/doc-rnd/mods2/index.html
M /trunk/src_plugins/legacy_func/README
M /trunk/src_plugins/fontmode/README
r1320 file changeset diff or repo changeset diff igor22016-03-16T06:52:31.911884Z
 
[doc] -Add: new mods stat

M /trunk/doc-rnd/mods2/mods.png
A /trunk/doc-rnd/mods2
M /trunk/doc-rnd/mods2/index.html
M /trunk/doc-rnd/mods2/pre.html
M /trunk/doc-rnd/mods2/after.png
M /trunk/doc-rnd/TODO
M /trunk/doc-rnd/index.html
r1319 file changeset diff or repo changeset diff igor22016-03-16T03:55:20.880412Z
 
[gpmi] -Add: expotert hid callback for filled pad exporting

M /trunk/src_plugins/gpmi/pcb-gpmi/gpmi_plugin/gpmi_pkg/hid/hid_callbacks.h
M /trunk/src_plugins/gpmi/pcb-gpmi/gpmi_plugin/gpmi_pkg/hid/hid_events.h
M /trunk/src_plugins/gpmi/pcb-gpmi/gpmi_plugin/gpmi_pkg/hid/hid_callbacks.c
M /trunk/src_plugins/gpmi/pcb-gpmi/gpmi_plugin/gpmi_pkg/hid/hid.c
r1318 file changeset diff or repo changeset diff igor22016-03-15T15:48:14.031335Z
 
[doc] -Update: TODO: gpmi layout package checked

M /trunk/doc-rnd/TODO

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