previous page
r3684 file changeset diff or repo changeset diff igor22016-10-01T05:53:32.217586Z
 
[core] -Add: inhibit draw counter: when moving an element with all rubber bands (e.g. netlists) attached, inhibit redraw them individually, redraw only once, at the end
r3498 file changeset diff or repo changeset diff igor22016-09-20T06:55:26.946397Z
 
-Cleanup: remove debug messages placed for mac control key debugging
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
r3316 file changeset diff or repo changeset diff igor22016-09-14T03:51:53.133980Z
 
[c89] -Fix: cast to void * for printf %p in core
r3143 file changeset diff or repo changeset diff hzeller2016-09-11T02:32:35.716927Z
 
o Make Actions accept const char** instead of char** arguments.
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
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())
r2509 file changeset diff or repo changeset diff igor22016-08-12T06:17:04.829262Z
 
[core] -Cleanup: prefix pcb flag names
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
r2423 file changeset diff or repo changeset diff igor22016-08-06T15:25:36.763318Z
 
[find] -API change: rtree returns success and optionally sets the number of objects found - this allows the caller to avoid long jumps to stop the search at the first hit
r2421 file changeset diff or repo changeset diff igor22016-08-06T13:31:12.336604Z
 
[find] -Change: rtree API names return values instead of using 0..1 - this makes the code more readable and makes room for removing long jumps
r2390 file changeset diff or repo changeset diff igor22016-08-03T18:24:37.677442Z
 
-Add: tracing copy_on_move bug
r2030 file changeset diff or repo changeset diff igor22016-06-21T17:58:38.779033Z
 
[core] -Cleanup: rename keepaway to clearance; terminology: clearance is copper vs. copper spacing; keepaway is any other spacing
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
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
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
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
r1178 file changeset diff or repo changeset diff igor22016-03-10T06:37:35.117477Z
 
[unglib] -Change: use polylist_t for polygon lists
r1176 file changeset diff or repo changeset diff igor22016-03-10T06:08:51.242144Z
 
[unglib] -Change: use textlist_t instead GList
r1175 file changeset diff or repo changeset diff igor22016-03-10T05:08:46.434814Z
 
[unglib] -Change: split up global.h, basic object types are in a separate header for easier inclusin for lists [unglib] -Change: arcs are on arclist
r1173 file changeset diff or repo changeset diff igor22016-03-09T07:40:32.377334Z
 
[unglib] -Change: use linelist_t instead of glib for layer and element line lists
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
r993 file changeset diff or repo changeset diff igor22016-02-13T09:39:59.696931Z
 
[c89] -Fix: // comments to /* */ comments
r488 file changeset diff or repo changeset diff igor22015-07-28T07:23:19.739501Z
 
[scconfig] -Fix: always have config.h, don't ifdef it
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/move.c