previous page
r3358 file changeset diff or repo changeset diff igor22016-09-15T04:58:49.890773Z
 
[core] -Fix: default select/search pattern is REGEX (the GUI may use the old method)
r3168 file changeset diff or repo changeset diff igor22016-09-11T06:19:35.497154Z
 
[c89] -Fix: don't do c99 initialization
r3143 file changeset diff or repo changeset diff hzeller2016-09-11T02:32:35.716927Z
 
o Make Actions accept const char** instead of char** arguments.
r3130 file changeset diff or repo changeset diff hzeller2016-09-11T00:39:36.979080Z
 
o Add TODO: the search method is undefined if not selected by gui.
r2534 file changeset diff or repo changeset diff igor22016-08-13T07:50:52.058360Z
 
[core] -Del: remaining references to conditional regex support - we always have regex
r2528 file changeset diff or repo changeset diff igor22016-08-13T04:41:24.644207Z
 
-Cleanup: do not use non-portable strdup() and strndup(); use the pcb_ prefixed versions from compat_misc.[ch]; also rename and clean up STRDUP (-> pcb_strdup_null())
r2503 file changeset diff or repo changeset diff igor22016-08-12T04:10:28.296369Z
 
[core] -Cleanup: rename pcb object types, prefixing their names properly
r2488 file changeset diff or repo changeset diff igor22016-08-11T05:00:27.343654Z
 
[core] -Fix: don't crash if select-by-text gets empty name or cancel
r1895 file changeset diff or repo changeset diff igor22016-06-07T07:35:36.416329Z
 
[conf] -Change: use actions instead of the old flag function callback infrastructure; there's no more checked=foo,1
r1846 file changeset diff or repo changeset diff igor22016-06-05T06:01:38.569692Z
 
-Cleanup: remove a bunch of excess #includes to reduce the amount of deps
r1700 file changeset diff or repo changeset diff igor22016-05-08T06:36:31.441928Z
 
[conf] -Change: switch over the code to use the new conf system instead of the old settings; this causes some temporary regressions
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
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
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
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
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
r1080 file changeset diff or repo changeset diff igor22016-02-21T07:27:24.836574Z
 
[mods] -Split: selection related actions moved to select_act.c

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