r38614 file changeset diff or repo changeset diff igor22024-01-26T09:56:38.912426Z
 
[core] -Fix: PadstackMoveOrigin() should reverse-transform padstack move
r38613 file changeset diff or repo changeset diff igor22024-01-26T09:41:45.054728Z
 
[core] -Fix: PadstackMoveOrigin: allow search within subcircuits
r38610 file changeset diff or repo changeset diff igor22024-01-26T08:53:48.068919Z
 
[core] -Add: PadstackMoveOrigin() performs the actual prototype transformation and moves all users of the padstack back to its original position
r38608 file changeset diff or repo changeset diff igor22024-01-26T08:19:06.976061Z
 
[core] -Add: PadstackMoveOrigin() action frame, resolve arguments
r36844 file changeset diff or repo changeset diff igor22022-09-29T11:10:28.107650Z
 
[core] -Fix: PadstackReplace(): second argument is not style but tool because it really uses the tool's pstk proto which only happens to come from style most of the time
r36843 file changeset diff or repo changeset diff igor22022-09-29T09:58:54.563770Z
 
[core] -Fix: PadstackReplace(): allow object target to replace in subc
r36841 file changeset diff or repo changeset diff igor22022-09-29T09:52:58.537408Z
 
-Fix: missing #include
r36840 file changeset diff or repo changeset diff igor22022-09-29T09:52:30.502323Z
 
[core] -Add: PadstackReplace(): implement buffer source
r36839 file changeset diff or repo changeset diff igor22022-09-29T09:39:23.675749Z
 
[core] -Fix: PadstackReplace: batch undo
r36838 file changeset diff or repo changeset diff igor22022-09-29T09:17:36.889446Z
 
[core] -Add: PadstackReplace() action and implementation for replacing from current style
r32729 file changeset diff or repo changeset diff igor22020-09-15T08:32:31.390218Z
 
[core] -Cleanup: remove global PCB dependency from padstack actions
r31032 file changeset diff or repo changeset diff igor22020-04-30T17:29:21.280076Z
 
[librnd] -Cleanup: rename pcb_ prefix to rnd_ prefix (typo in action rename)
r30955 file changeset diff or repo changeset diff igor22020-04-29T05:04:30.912034Z
 
[librnd] -Cleanup: rename pcb_ prefix to rnd_ prefix (error.h)
r30913 file changeset diff or repo changeset diff igor22020-04-27T15:48:19.827571Z
 
[librnd] -Cleanup: rename pcb_ prefix to rnd_ prefix (box)
r30903 file changeset diff or repo changeset diff igor22020-04-27T14:48:42.007588Z
 
[librnd] -Cleanup: rename pcb_ prefix to rnd_ prefix
r30900 file changeset diff or repo changeset diff igor22020-04-27T14:05:34.901754Z
 
[librnd] -Cleanup: rename pcb_ prefix to rnd_ prefix (in actions)
r30898 file changeset diff or repo changeset diff igor22020-04-27T13:51:38.038560Z
 
[librnd] -Cleanup: rename pcb_ prefix to rnd_ prefix (actions)
r30897 file changeset diff or repo changeset diff igor22020-04-27T13:18:50.933119Z
 
[librnd] -Rename: pcb_ -> rnd_ prefixes
r29385 file changeset diff or repo changeset diff igor22020-01-26T10:05:50.538533Z
 
[scconfig] -Del: build system special casing for core action registration with auto-generated lists - since core actions are only a small part of all actions by now, there is no point in special casing
r29257 file changeset diff or repo changeset diff igor22020-01-24T06:38:40.856474Z
 
[librnd] -Cleanup: librnd separation: #includes should use <librnd/>
r27953 file changeset diff or repo changeset diff igor22019-10-31T06:48:34.890624Z
 
-Cleanup: remove dolists.h and make action table registration macros more explicit to simplify the API
r25928 file changeset diff or repo changeset diff igor22019-06-04T07:06:00.588552Z
 
[pstk] -Fix: padstack conversion action should return error when the conversion failed
r21407 file changeset diff or repo changeset diff igor22018-12-02T10:07:16.017296Z
 
[#warning] -Change: a bunch of #warnings translated to TODO() for portability
r20904 file changeset diff or repo changeset diff igor22018-11-12T08:06:35.607207Z
 
[core] -Add: pstk creation gets an optional id (that will let io_lihata enforce id on pads later)
r20470 file changeset diff or repo changeset diff igor22018-10-30T03:42:16.780615Z
 
-Change: do not use an email address but an URL to the live version of contact.html - due to spammers
r18559 file changeset diff or repo changeset diff igor22018-07-20T13:43:06.390714Z
 
[hid] -Change: API CHANGE: get coords can be forced to query the user for a new set of coords - some actions may need two, distinct set of coordinates
r18045 file changeset diff or repo changeset diff igor22018-07-04T06:48:49.598678Z
 
[pstk] -Add: action for breaking up a padstack
r17698 file changeset diff or repo changeset diff igor22018-06-25T18:34:18.374962Z
 
-Del: do not include action_helper.h - it's dummy by now
r17682 file changeset diff or repo changeset diff igor22018-06-25T06:48:50.092309Z
 
[fungw] -Update: convert padtsack actions
r17465 file changeset diff or repo changeset diff igor22018-06-22T08:55:14.400948Z
 
[fungw] -Change: switch over to fungw based action API argc/argv wise
r17461 file changeset diff or repo changeset diff igor22018-06-22T05:30:35.282827Z
 
[fungw] -Change: fungw API transition: action return value is fgw_error_t, not int
r17443 file changeset diff or repo changeset diff igor22018-06-21T05:07:25.833686Z
 
[fungw] -Cleanup: rename pcb_hid_action_t to pcb_action_t as it has nothing to do with the HID sytstem
r17436 file changeset diff or repo changeset diff igor22018-06-21T02:55:35.122632Z
 
-Rename: hid_actions.[ch] to actions.[ch] - it is not hid-related, actions are going to be more fundamental after the fungw transition
r17406 file changeset diff or repo changeset diff igor22018-06-19T05:47:10.836580Z
 
[fungw] -Add: old action API transition
r17332 file changeset diff or repo changeset diff igor22018-06-15T11:13:23.245898Z
 
-Cleanup: unify action registration table indentation/format
r17330 file changeset diff or repo changeset diff igor22018-06-15T10:09:58.446751Z
 
[hid] -Del: API CHANGE: needs-coord from action registration: semi-automatic, central coord query for actions got removed already
r17329 file changeset diff or repo changeset diff igor22018-06-15T09:36:48.748401Z
 
[hid] -Del: API CHANGE: x and y coords are no longer passed as action arguments - only a few actions need coords and there are two different kind of coords (crosshair and pointer) so actions shall query for coords when they need it
r17328 file changeset diff or repo changeset diff igor22018-06-15T06:52:45.550240Z
 
[hid] -Fix: provide a safe get_coords wrapper in the hid API so actions don't need to call pcb_gui function directly
r14068 file changeset diff or repo changeset diff igor22018-01-17T03:22:11.609570Z
 
[padstack] -Fix: padstackedit() action shouldn't crash with no args
r14053 file changeset diff or repo changeset diff igor22018-01-16T07:13:58.044861Z
 
-Cleanup: add missing contact info in copyright banners of core, to unify the format
r13408 file changeset diff or repo changeset diff igor22017-12-11T07:10:03.027477Z
 
[padstack] -Fix: use snapped crosshair coords for converting selection to padstack
r13190 file changeset diff or repo changeset diff igor22017-12-03T14:18:57.822202Z
 
-Fix: old FSF address
r12805 file changeset diff or repo changeset diff igor22017-11-14T03:48:04.279194Z
 
[padstack] -Fix: action shouldn't crash or even touch the buffer if the conversion to padstack failed
r12740 file changeset diff or repo changeset diff igor22017-11-11T04:54:32.724957Z
 
[padstack] -Fix: padstack conversion action doesn't crash if the conversion fails
r12600 file changeset diff or repo changeset diff igor22017-11-04T08:00:39.879353Z
 
[padstack] -Fix: when converting objects to padstack, the new padstack should have the clearline flag by default, to match the behavior of vias
r12595 file changeset diff or repo changeset diff igor22017-11-04T06:51:55.926090Z
 
[padstack] -Cleanup: rename padstack to pstk to shorten names and stick to the max-4-char convention of object type naming
r12590 file changeset diff or repo changeset diff igor22017-11-03T16:53:40.834192Z
 
[padstack] -Add:when converting selection to padstack, clear the buffer and put the result in the buffer
r12587 file changeset diff or repo changeset diff igor22017-11-03T16:34:12.850221Z
 
[padstack] -Add: when converting buffer to padstack, replace the content of buffer with the padstack
r12583 file changeset diff or repo changeset diff igor22017-11-03T15:40:16.180175Z
 
[padstack] -Fix: typo in action help for PadstackPlace()
r12468 file changeset diff or repo changeset diff igor22017-10-30T08:15:40.605376Z
 
[padstack] -Fix: API should consider clearance when creating (or copying) padstacks
r12252 file changeset diff or repo changeset diff igor22017-10-21T09:38:05.795596Z
 
[padstack] -Add: explicit origin coords option to convert selection to padstack
r12250 file changeset diff or repo changeset diff igor22017-10-21T09:34:39.968522Z
 
[padstack] -Add: prepare for converting objects to padstack with an origin - padstack shape coords are relative to the origin
r12245 file changeset diff or repo changeset diff igor22017-10-21T07:54:33.190474Z
 
[padstack] -Add: action to place a padstack
r12205 file changeset diff or repo changeset diff igor22017-10-20T08:48:59.384815Z
 
[padstack] -Add: PadstackConvert() info printout about the ID of the padstack that got registered
r12192 file changeset diff or repo changeset diff igor22017-10-20T06:44:15.142826Z
 
[padstack] -Add: conversion action

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