rbc-tk9

Timeline
Login

Timeline

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

50 most recent check-ins

2025-03-28
18:07
Merge mark Leaf check-in: 4a699501b3 user: emiliano tags: use-tcl-parsing
18:04
Fix segfault when supplying zero vector names to [$vector split]. Manually ported from use-tcl-parsing branch Leaf check-in: d9de8be1ce user: emiliano tags: trunk
16:46
Remove unused funtion Rbc_GetPosition check-in: 31dcb3b718 user: emiliano tags: trunk
15:54
Fix segfault when supplying zero vector names to [$vector split] check-in: a471a64135 user: emiliano tags: use-tcl-parsing
14:33
Fix error message check-in: a0462de30e user: emiliano tags: use-tcl-parsing
14:23
Correctly handle parsing of [$vector binread] options. Errors are now raised as expected check-in: 897e440dee user: emiliano tags: use-tcl-parsing
13:06
Fix int->Tcl_Size size mismatch. Fix test results for [$vector binread]. The values now match the ones obtained with [binary scan] check-in: 3444db8ea6 user: emiliano tags: use-tcl-parsing
01:05
Refactor [$vector binread] option parsing. Added new format types (FMT_LONGLONG and FMT_ULONGLONG) that may differ in size from the LONG counterparts check-in: f5ced19510 user: emiliano tags: use-tcl-parsing
2025-03-26
16:00
Small code refactor check-in: 381d41c997 user: emiliano tags: use-tcl-parsing
01:34
Add "-length" option to [vector create] to set default length check-in: 164b133f95 user: emiliano tags: use-tcl-parsing
2025-03-25
23:45
Code format. Fix comment check-in: 2e597493a0 user: emiliano tags: use-tcl-parsing
22:25
Refactor VectorCreateObjCmd. No longer allocate an auxiliary char* array. check-in: 49360e3c9f user: emiliano tags: use-tcl-parsing
16:05
Use Tcl_ParseArgsObjv in [vector create] to parse options. check-in: aa9c794b40 user: emiliano tags: use-tcl-parsing
2025-03-24
23:02
Forbid the empty string as a valid index explicitly. After special index and numeric index handling failed, Tcl_ExprLong is attempted and it returns 0 for an empty expression, for legacy reasons. check-in: 66ad42f3b2 user: emiliano tags: trunk
22:54
Fix "search" vector instance command check-in: c83b38040d user: emiliano tags: trunk
2025-03-23
18:12
Use Tcl_Obj based function check-in: 86d106cc58 user: emiliano tags: trunk
2025-03-22
18:53
Allow write traces to extend the vector when setting a range check-in: c5d217b46a user: emiliano tags: trunk
17:51
Don't allow to read the index ++end; its a write only index check-in: 3f1ce54d13 user: emiliano tags: trunk
2025-03-21
14:03
Implement end relative index for vector operations check-in: 80aea3f781 user: emiliano tags: trunk
2025-03-20
22:50
Don't create an associated array if the option "-variable {}" is provided to [rbc::vector create] check-in: db6dbe6ffa user: emiliano tags: trunk
2025-02-17
22:01
Silence compiler warnings check-in: 5a785f9130 user: emiliano tags: trunk
13:19
Silence compiler warning check-in: ccfc590048 user: emiliano tags: trunk
2025-02-12
01:07
Replace direct calls to xlib functions with Tk counterparts. Fixed crash in [rbc::winop warpto] check-in: e140ccf075 user: emiliano tags: trunk
2025-02-11
19:08
Definitely remove copies of internal Tk structs. check-in: e559465647 user: emiliano tags: trunk
13:56
Merge branch check-in: 118b1c912b user: emiliano tags: trunk
13:53
Enable rbc::spline. It was there from the beggining but unused. Added demo file Leaf check-in: 53fca923fb user: emiliano tags: no-tkborder
2025-02-10
16:24
Unbreak demo. check-in: e8bb82da1f user: emiliano tags: no-tkborder
14:07
Remove warning on windows check-in: e4777f9d5c user: emiliano tags: no-tkborder
2025-02-07
15:48
Changes to remove access to Tk internal TkBorder structure. But see Tk bug [517165eacf9f] check-in: 0d5bad2d2b user: emiliano tags: no-tkborder
12:27
Streamline FindChild function in rbcConfig.c check-in: 34ad9ba8d4 user: emiliano tags: trunk
01:22
Remove copy of Tk internal font structures just to get the font family. Use the public Tk_FontGetDescription function instead. Remove executable bit from files in blt-demos directory. check-in: 865e908d8b user: emiliano tags: trunk
01:20
leftPtr -> rightPtr check-in: 8ff260640c user: emiliano tags: trunk
2025-02-06
01:56
Cleanup of unused functions and prototypes. Remove copies of Tk private structures in generic/rbcWindow.c check-in: 4744df3c5c user: emiliano tags: trunk
2025-02-05
18:32
Remove unused functions that require Tk internals check-in: 61cb027e75 user: emiliano tags: trunk
2025-02-04
01:08
First try at removing some Tk internals check-in: 3e109c5ea6 user: emiliano tags: trunk
2025-02-03
21:00
Remove code #ifdef'd out. It already moved to rbcVector.c check-in: d55c326fca user: emiliano tags: trunk
15:04
Keep in sync internal Tk structures copied from Tk's generic/tkInt.h to Rbc's generic/rbcWindow.c check-in: b9975b574a user: emiliano tags: trunk
2025-01-14
16:12
Remove dead code check-in: cc8db25f67 user: emiliano tags: trunk
02:34
Change NameToElement function signature to take a Tcl_Obj *, not a *char check-in: 3ce7718d02 user: emiliano tags: trunk
02:31
Put TextLayoutToPostScript more in line with Tk_TextLayoutToPostscript. Remove superfluous #ifdef's check-in: 70e80ff998 user: emiliano tags: trunk
2025-01-10
01:03
Small improvement in postscript generation; now it works correctly for latin1 chars (at least). check-in: ac4d0afa9a user: emiliano tags: trunk
2025-01-09
19:16
Merge bugfix branch. Tested win32, win64 (using mingw32-w64) and linux32 archs. Thanks apn !! check-in: 3b0ae1da16 user: emiliano tags: trunk
18:25
Merge trunk Leaf check-in: f04482dbad user: emiliano tags: postscript-fix
18:20
Keep in sync with internal Tk structures check-in: 330d8bafb0 user: emiliano tags: postscript-fix
17:00
Sync up TkBorder with Tcl 9 to fix crash in RBC.barchart.postscript.output.A.test check-in: 7ce1a82d44 user: ashok tags: postscript-fix
2025-01-08
13:07
Convert Rbc_GetResampleFilter to Rbc_GetResampleFilterFromObj. Use Tcl_GetIndexFromObjStruct instead of custom parsing. check-in: d785f1501f user: emiliano tags: trunk
03:43
Nail down a problem with element bindings that selects the wrong "current" item when dragging a marker. check-in: 4891096fee user: emiliano tags: trunk
2025-01-06
22:09
Remove unused Text functions. They were previously disabled. check-in: b99a56d254 user: emiliano tags: trunk
16:46
Cleanup of graph helper functions. Don't use global variables; move them to the ::rbc namespace. check-in: bc86e9d6bc user: emiliano tags: trunk
02:52
Some improvements with demos check-in: 2a0748b402 user: emiliano tags: trunk