previous page
r4592 file changeset diff or repo changeset diff igor22016-11-05T11:16:48.073633Z
 
[unravel] -Del: mymem.[ch] - allocation is done at the corresponding object code
r4591 file changeset diff or repo changeset diff igor22016-11-05T10:48:21.743623Z
 
[unravel] -Rename: therman is obj_pinvia_therm - we'd have a different thermal for smd pads
r4550 file changeset diff or repo changeset diff igor22016-11-04T04:24:52.427737Z
 
[unravel] -Add: obj_all and obj_arc infra [unravel] -Move: some of the arc functions to obj_arc
r4511 file changeset diff or repo changeset diff igor22016-11-03T09:11:07.833965Z
 
[unravel] -Del: remove another bunch of #includes from global.h
r4507 file changeset diff or repo changeset diff igor22016-11-03T05:24:10.355023Z
 
[unravel] -Del: #includes from global.h, especially the board.h include that'd bring the rest of the world - everyone should ingore what's needed there
r4498 file changeset diff or repo changeset diff igor22016-11-02T18:47:55.543582Z
 
[unravel] -Move: NLS macros from global.h to compat_nls.h
r4489 file changeset diff or repo changeset diff igor22016-11-02T17:05:28.273617Z
 
[unravel] -Rename: strflags.[ch] to flag_str.[ch] (file name unification)
r4061 file changeset diff or repo changeset diff igor22016-10-14T05:24:10.978856Z
 
[core] -Cleanup: #includes for the new netlist.h
r4050 file changeset diff or repo changeset diff igor22016-10-14T04:06:39.363508Z
 
[core] -Cleanup: prefix netlist function names with pcb_
r3825 file changeset diff or repo changeset diff igor22016-10-06T17:53:04.538056Z
 
[core] -Fix: undo element text size bug
r3427 file changeset diff or repo changeset diff igor22016-09-18T04:22:41.816868Z
 
[arc] -Add: change and undo code for chaning arc radii (width and height really)
r3426 file changeset diff or repo changeset diff igor22016-09-18T03:51:26.088977Z
 
[core] -Fix: arc angles in undo/redo shall not be casted to integers
r3402 file changeset diff or repo changeset diff hzeller2016-09-17T07:42:35.033628Z
 
o Replace BYTE with pcb_uint8_t
r3397 file changeset diff or repo changeset diff hzeller2016-09-17T07:18:15.906514Z
 
[all-over]: use pcb_cardinal_t where Cardinal was used. Except where it actuall uses the Xt Cardinal
r3383 file changeset diff or repo changeset diff igor22016-09-17T04:58:14.722548Z
 
[c89] -Del: <stdbool.h> - use pcb_bool.h instead
r3300 file changeset diff or repo changeset diff igor22016-09-13T06:34:31.458131Z
 
[c89] -Cleanup: don't use __FUNCTION__ in core, it's not portable - also remove the GNU-ifdef that tries to work this around - just don't use it
r3111 file changeset diff or repo changeset diff hzeller2016-09-10T21:05:29.212212Z
 
o Make string members of struct LibraryEntryTpye_s of type const char* as opposed to char*. They are always used in a readonly context. Whenever they are written, they are replaced in their entirety, so the spirit of these values is const char*
r3096 file changeset diff or repo changeset diff hzeller2016-09-10T19:50:23.037176Z
 
o Remove unused field. struct LibraryEntryType_s had a field AllocatedMemory, but it was never used for the probably intend (use it as a back-buffer for all the strings?). So document its prior existence, but get rid of it.
r3095 file changeset diff or repo changeset diff hzeller2016-09-10T19:31:36.744874Z
 
o simplify and reduce cognitive load: free() already tests if the pointer is NULL, no need to test every time manually. Result: less busy looking code.
r3045 file changeset diff or repo changeset diff hzeller2016-09-10T09:10:08.319948Z
 
o First step in making Message() have a level that we can use to color messages in the message window or do something otherweise special. o The old Message() did not have a level, so this initial step sets everything to PCB_MSG_DEFAULT which is equivalent to PCB_MSG_INFO. This should be changed as we go to the right category.
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
r2619 file changeset diff or repo changeset diff igor22016-08-18T06:16:37.987138Z
 
[core] -Fix: undo crashes/asserts for updating NULL rtree with selected element text
r2618 file changeset diff or repo changeset diff igor22016-08-18T05:54:11.485050Z
 
[core] -Change: compile undo debug code only in debug compilation
r2617 file changeset diff or repo changeset diff igor22016-08-18T05:50:16.907634Z
 
[core] -Add: undo dump (debug code)
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
r2435 file changeset diff or repo changeset diff igor22016-08-08T04:52:59.642297Z
 
[reduce] -Del: rcs $Id$ left over from a previous VCS [reduce] -Fix: regroup copyright messages, should be on top of the file
r2125 file changeset diff or repo changeset diff igor22016-07-02T04:06:06.338143Z
 
[conf] -Fix: move const.h settings to conf
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
r1816 file changeset diff or repo changeset diff igor22016-06-04T07:39:55.612235Z
 
[conf] -Change: make conf_core.editor read-only
r1808 file changeset diff or repo changeset diff igor22016-06-03T06:18:28.698401Z
 
[conf] -Del: remove pcb flag references in favor of conf's design tree
r1252 file changeset diff or repo changeset diff igor22016-03-13T17:03:27.604763Z
 
[leak] -Fix: free global Library; sometimes some fileds are just not dynamic allocated
r1029 file changeset diff or repo changeset diff igor22016-02-16T05:45:50.176310Z
 
-Cleanup: move dmalloc include to central config.h
r1022 file changeset diff or repo changeset diff igor22016-02-14T08:22:57.084131Z
 
-Cleanup: indentaton in the original code
r965 file changeset diff or repo changeset diff igor22015-10-26T19:04:50.340484Z
 
[pinnum] -Add: action and key binding for changing pin numbers in a footprint
r488 file changeset diff or repo changeset diff igor22015-07-28T07:23:19.739501Z
 
[scconfig] -Fix: always have config.h, don't ifdef it
r282 file changeset diff or repo changeset diff igor22015-07-18T10:02:41.074011Z
 
[pcb-fp] -Del: footprint's Template field: there's no more hardwired m4
r4 file changeset diff or repo changeset diff igor22013-08-30T15:43:54.689550Z
 
-Import: trunk from vendor, debian patched
r2 file changeset diff or repo changeset diff igor22013-08-30T15:40:02.300006Z
 
[vendor] -Add: original version from 20110918, debian patched

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