previous page
r3107 file changeset diff or repo changeset diff hzeller2016-09-10T20:54:06.429042Z
 
o Fix a couple of trailing whitespaces.

M /trunk/src_plugins/oldactions/oldactions.c
r3047 file changeset diff or repo changeset diff hzeller2016-09-10T09:19:02.370589Z
 
o Switch Message(...) -> Message(level, ...) in plugins.

M /trunk/src_plugins/oldactions/oldactions.c
M /trunk/src_plugins/vendordrill/vendor.c
M /trunk/src_plugins/hid_gtk/gui-drc-window.c
M /trunk/src_plugins/io_pcb/parse_y.h
M /trunk/src_plugins/report/report.c
M /trunk/src_plugins/hid_lesstif/main.c
M /trunk/src_plugins/hid_gtk/gui-netlist-window.c
M /trunk/src_plugins/shand_cmd/command.c
M /trunk/src_plugins/export_nelma/nelma.c
M /trunk/src_plugins/gpmi/pcb-gpmi/gpmi_plugin/gpmi_pkg/layout/debug_draw.c
M /trunk/src_plugins/io_pcb/parse_l.c
M /trunk/src_plugins/io_pcb/parse_y.y
M /trunk/src_plugins/toporouter/toporouter.c
M /trunk/src_plugins/io_pcb/parse_l.l
M /trunk/src_plugins/hid_gtk/gui-config.c
M /trunk/src_plugins/export_bom/bom.c
M /trunk/src_plugins/gpmi/pcb-gpmi/gpmi_plugin/gpmi_plugin.c
M /trunk/src_plugins/import_edif/edif.c
M /trunk/src_plugins/gpmi/pcb-gpmi/gpmi_plugin/gpmi_pkg/hid/hid.c
M /trunk/src_plugins/import_edif/edif.h
M /trunk/src_plugins/gpmi/pcb-gpmi/gpmi_plugin/gpmi_pkg/layout/draw.c
M /trunk/src_plugins/fp_fs/fp_fs.c
M /trunk/src_plugins/gpmi/pcb-gpmi/gpmi_plugin/scripts.c
M /trunk/src_plugins/hid_lesstif/menu.c
M /trunk/src_plugins/import_netlist/import_netlist.c
M /trunk/src_plugins/export_gcode/gcode.c
M /trunk/src_plugins/import_edif/edif.y
M /trunk/src_plugins/hid_gtk/gui-top-window.c
M /trunk/src_plugins/renumber/renumber.c
M /trunk/src_plugins/export_gerber/gerber.c
M /trunk/src_plugins/stroke/stroke.c
M /trunk/src_plugins/autoplace/autoplace.c
M /trunk/src_plugins/io_lihata/read.c
M /trunk/src_plugins/export_png/png.c
M /trunk/src_plugins/autoroute/autoroute.c
M /trunk/src_plugins/import_sch/import_sch.c
M /trunk/src_plugins/debug/debug.c
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_plugins/hid_gtk/ghid-main-menu.c
M /trunk/src_plugins/propedit/propedit.c
M /trunk/src_plugins/hid_gtk/gtkhid-main.c
M /trunk/src_plugins/io_pcb/parse_y.c
r2802 file changeset diff or repo changeset diff igor22016-08-30T06:31:36.084022Z
 
[conf] -Fix: upgrade oldactions to the new, per plugin conf structs

M /trunk/src_plugins/oldactions/oldactions.c
r2799 file changeset diff or repo changeset diff igor22016-08-30T06:18:38.971300Z
 
[layer] -Split: layer.[ch] from misc.[ch]; the layer code is large and complex enough to get an own module; it's also in-line with the module-per-object-type idea

M /trunk/src_plugins/oldactions/oldactions.c
M /trunk/src_plugins/hid_lesstif/dialogs.c
M /trunk/src_plugins/hid_gtk/gui-drc-window.c
M /trunk/src_plugins/export_ps/eps.c
M /trunk/src_plugins/hid_lesstif/main.c
M /trunk/src_plugins/puller/puller.c
M /trunk/src/draw.c
M /trunk/src_plugins/export_nelma/nelma.c
M /trunk/src/main.c
M /trunk/src/action_helper.c
M /trunk/src/polygon.c
A /trunk/src/layer.c
A /trunk/src/layer.h
M /trunk/src/undo_act.c
M /trunk/src/create.c
M /trunk/src/draw_fab.c
M /trunk/src/move.c
M /trunk/src/crosshair.c
M /trunk/src/search.c
M /trunk/src_plugins/hid_lesstif/menu.c
M /trunk/src_plugins/export_gcode/gcode.c
M /trunk/src/misc.c
M /trunk/src/misc.h
M /trunk/src_plugins/hid_gtk/gui-top-window.c
M /trunk/src_plugins/export_gerber/gerber.c
M /trunk/src/change_act.c
M /trunk/src_plugins/hid_gtk/gui-output-events.c
M /trunk/src_plugins/gpmi/pcb-gpmi/gpmi_plugin/gpmi_pkg/layout/object.c
M /trunk/src_plugins/autoplace/autoplace.c
M /trunk/src/insert.c
M /trunk/src/copy.c
M /trunk/src_plugins/hid_batch/batch.c
M /trunk/src/Makefile.dep
M /trunk/src_plugins/djopt/djopt.c
M /trunk/src_plugins/export_png/png.c
M /trunk/src/object_act.c
M /trunk/src/macro.h
M /trunk/src_plugins/fontmode/fontmode.c
M /trunk/src_plugins/autoroute/autoroute.c
M /trunk/src/rats.c
M /trunk/src/line.c
M /trunk/src/find.c
M /trunk/src/gui_act.c
M /trunk/src_plugins/gpmi/pcb-gpmi/gpmi_plugin/gpmi_pkg/layout/layers.c
M /trunk/src/change.c
M /trunk/src/rubberband.c
M /trunk/src/buffer.c
M /trunk/src_plugins/export_ps/ps.c
M /trunk/src_plugins/io_pcb/file.c
M /trunk/src_plugins/gpmi/pcb-gpmi/gpmi_plugin/gpmi_pkg/layout/search.c
M /trunk/src/select.c
M /trunk/src/undo.c
M /trunk/src/hid_helper.c
M /trunk/src_plugins/hid_gtk/gtkhid-main.c
M /trunk/src_plugins/gpmi/pcb-gpmi/gpmi_plugin/gpmi_pkg/layout/create.c
r1947 file changeset diff or repo changeset diff igor22016-06-11T02:42:21.065116Z
 
[conf] -Change: exile custom conf toggle/set/clear actions from vendordrill and djopt; keep them in oldaction for optional compatibility with scripts

M /trunk/src_plugins/oldactions/README
M /trunk/src_plugins/oldactions/oldactions.c
M /trunk/src_plugins/djopt/djopt.c
M /trunk/src_plugins/vendordrill/vendor.c
r1593 file changeset diff or repo changeset diff igor22016-04-18T04:00:18.111662Z
 
[mods] -Cleanup: move debug actions from lesstif to comomn "oldactions" as they are not GUI-dependant and might be generally useful

M /trunk/src_plugins/oldactions/README
M /trunk/src_plugins/oldactions/oldactions.c
M /trunk/src_plugins/hid_lesstif/menu.c
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
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
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
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
r1278 file changeset diff or repo changeset diff igor22016-03-14T10:44:17.537651Z
 
[leak] -Fix: plugins unregister their stuff by cookie on uninit

M /trunk/src_plugins/puller/puller.c
M /trunk/src_plugins/import_sch/import_sch.c
M /trunk/src_plugins/renumber/renumber.c
M /trunk/src_plugins/oldactions/oldactions.c
M /trunk/src_plugins/autoroute/action.c
M /trunk/src_plugins/toporouter/toporouter.c
M /trunk/src_plugins/autoplace/action.c
M /trunk/src_plugins/djopt/djopt.c
r1262 file changeset diff or repo changeset diff igor22016-03-14T07:35:32.953908Z
 
[leak] -Add: all central "REGISTER_" infra gets a const char *cookie that keeps track on the registrar - will help figuring he source of leaks

M /trunk/src_plugins/oldactions/oldactions.c
M /trunk/src_plugins/vendordrill/vendor.c
M /trunk/src/hid/gtk/gui-top-window.c
M /trunk/src/flags.c
M /trunk/src/file_act.c
M /trunk/src/hid/batch/batch.c
M /trunk/src/hid/ps/ps.c
M /trunk/src/hid/ps/ps.h
M /trunk/src/main.c
M /trunk/doc-rnd/TODO
M /trunk/src/fontmode.c
M /trunk/src/hid/lesstif/netlist.c
M /trunk/src/hid/lpr/lpr.c
M /trunk/src/undo_act.c
M /trunk/src/hid.h
M /trunk/src/move.c
M /trunk/src/hid/gtk/gui-log-window.c
M /trunk/src/hid/gcode/gcode.c
M /trunk/src/hid/hidint.h
M /trunk/src/hid/png/png.c
M /trunk/src/hid/gtk/gui-netlist-window.c
M /trunk/src/hid/gerber/gerber.c
M /trunk/src/hid/gcode/gcode.h
M /trunk/src/hid/ps/eps.c
M /trunk/src/hid/png/png.h
M /trunk/src_plugins/autoplace/action.c
M /trunk/src/select_act.c
M /trunk/src/report.c
M /trunk/src/remove_act.c
M /trunk/src/hid/lesstif/styles.c
M /trunk/src/misc.c
M /trunk/src/hid/lesstif/main.c
M /trunk/src_plugins/renumber/renumber.c
M /trunk/src_plugins/autoroute/action.c
M /trunk/src/change_act.c
M /trunk/src/hid/gtk/gui-misc.c
M /trunk/src/find_act.c
M /trunk/src/netlist.c
M /trunk/src_plugins/djopt/djopt.c
M /trunk/src/action.c
M /trunk/src/rats_act.c
M /trunk/src/plugins.c
M /trunk/src/object_act.c
M /trunk/src_plugins/import_sch/import_sch.c
M /trunk/src/hid/common/actions.c
M /trunk/src/polygon_act.c
M /trunk/src/command.c
M /trunk/src/hid/lesstif/dialogs.c
M /trunk/src/gui_act.c
M /trunk/src/hid/gtk/gtkhid-main.c
M /trunk/src/hid/bom/bom.c
M /trunk/src/buffer.c
M /trunk/src/rats_patch.c
M /trunk/src/hid/lesstif/lesstif.h
M /trunk/src/hid/lesstif/menu.c
M /trunk/src/dolists.h
M /trunk/src/hid/gtk/gui.h
M /trunk/src/hid/nelma/nelma.c
M /trunk/src/hid/lesstif/library.c
M /trunk/src/hid/common/hidinit.c
r1239 file changeset diff or repo changeset diff igor22016-03-13T09:30:43.654328Z
 
[leak] -API CHANGE: plugin init should return a pointer to the plugin uninit function

M /trunk/src_plugins/puller/puller.c
M /trunk/src_plugins/import_sch/import_sch.c
M /trunk/src_plugins/edif/edif.c
M /trunk/src_plugins/stroke/stroke.c
M /trunk/src/hid/common/hidinit.c
M /trunk/src_plugins/renumber/renumber.c
M /trunk/src/Makefile.in.mod/Buildin
M /trunk/src/plugins.h
M /trunk/src_plugins/oldactions/oldactions.c
M /trunk/src_plugins/mincut/rats_mincut.c
M /trunk/src_plugins/autoroute/action.c
M /trunk/src_plugins/toporouter/toporouter.c
M /trunk/src_plugins/autoplace/action.c
M /trunk/src_plugins/gpmi/pcb-gpmi/gpmi_plugin/gpmi_plugin.c
M /trunk/src_plugins/edif/edif.y
M /trunk/src_plugins/gpmi/Plug.tmpasm
M /trunk/src_plugins/djopt/djopt.c
M /trunk/src/global.h
M /trunk/src/buildin.c.in
M /trunk/src/plugins.c
M /trunk/src_plugins/vendordrill/vendor.c
r1126 file changeset diff or repo changeset diff igor22016-02-22T18:39:00.759865Z
 
[mods] -Fix: make sure plugin dependencies are always calculated, even if the module is disabled

M /trunk/src_plugins/stroke/Plug.tmpasm
M /trunk/src_plugins/mincut/Plug.tmpasm
M /trunk/scconfig/Makefile.dep.inc
M /trunk/src_plugins/autoplace/Plug.tmpasm
M /trunk/src_plugins/vendordrill/Plug.tmpasm
M /trunk/src_plugins/renumber/Plug.tmpasm
M /trunk/doc-rnd/TODO
A /trunk/src/Makefile.in.mod/Disable
M /trunk/src/Makefile.dep
M /trunk/src_plugins/puller/Plug.tmpasm
M /trunk/src_plugins/oldactions/Plug.tmpasm
M /trunk/src_plugins/toporouter/Plug.tmpasm
M /trunk/src_plugins/edif/Plug.tmpasm
M /trunk/src_plugins/djopt/Plug.tmpasm
M /trunk/src_plugins/autoroute/Plug.tmpasm
M /trunk/src/Makefile.in
r1125 file changeset diff or repo changeset diff igor22016-02-22T05:56:20.340137Z
 
[mods] -Add: local, per plugin README

A /trunk/src_plugins/gpmi/README
A /trunk/src_plugins/toporouter/README
A /trunk/src_plugins/oldactions/README
A /trunk/src_plugins/mincut/README
A /trunk/src_plugins/djopt/README
A /trunk/src_plugins/dbus/HACKING
A /trunk/src_plugins/import_sch/README
A /trunk/src_plugins/autoroute/README
A /trunk/src_plugins/autoplace/README
A /trunk/src_plugins/renumber/README
R /trunk/src_plugins/dbus/README
A /trunk/src_plugins/vendordrill/README
A /trunk/src_plugins/stroke/README
A /trunk/src_plugins/puller/README
A /trunk/src_plugins/edif/README
r1100 file changeset diff or repo changeset diff igor22016-02-21T10:13:07.636469Z
 
[mods] -Move: old/defunct/obsolete ActionBell() is revived and moved to oldactions

M /trunk/src/action.c
M /trunk/src_plugins/oldactions/oldactions.c
r1099 file changeset diff or repo changeset diff igor22016-02-21T10:10:12.194476Z
 
[mods] -Split: DumpLibrary() is moved to a new plugin: oldactions

A /trunk/src_plugins/oldactions/Makefile
M /trunk/src/action.c
A /trunk/src_plugins/oldactions/oldactions.c
A /trunk/src_plugins/oldactions
M /trunk/doc-rnd/TODO
A /trunk/src_plugins/oldactions/Plug.tmpasm
M /trunk/doc-rnd/index.html
M /trunk/src/Makefile.in
M /trunk/scconfig/hooks.c

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