Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 most recent check-ins
2022-01-19
| ||
09:44 | fix from https://github.com/apnadkarni/rbctoolkit/pull/4 Fix image unexpectedly scaled due to rounding issue. Leaf check-in: 8c8d2a80bd user: rene tags: master, trunk | |
09:42 | fix from https://github.com/apnadkarni/rbctoolkit/pull/4 Fix NiceNum returning different value for 'identical' range having different double representation (e.g. 10.0 and 10.00000001). check-in: 4d4e57259c user: rene tags: master, trunk | |
2018-05-30
| ||
12:26 | Changed old function definitions check-in: 9ccf8e5c6c user: rene tags: master, trunk | |
2018-05-17
| ||
16:05 | start markdonw documentation check-in: ea9c5a98ef user: rene tags: master, trunk | |
13:55 | Use new Tk_Photo* interfaces. Fixed more compiler warnings. check-in: 9f3b369dc2 user: rene tags: master, trunk | |
10:29 | changed CONST in const. Fixed comipler warnings check-in: 1537f6eb53 user: rene tags: master, trunk | |
2018-05-09
| ||
15:09 | last of _ANSI_ARGS_ removed check-in: b5faf74d2f user: rene tags: master, trunk | |
2018-05-03
| ||
12:58 | _ANSI_ARGS_ removed check-in: e21dc8850f user: rene tags: master, trunk | |
2018-05-02
| ||
12:03 | remove interp->result usage. Move SetRop2() to Rbc_SetROP2(). check-in: 86ce62f99e user: rene tags: master, trunk | |
09:57 | default major ticks to 10% check-in: f402609604 user: rene tags: master, trunk | |
09:12 | tree restructure to resemble normal TEA package check-in: fa6a3592af user: rene tags: master, trunk | |
2011-02-19
| ||
20:11 | Take over the man-pages from blt2.4z git-svn-id: https://svn.code.sf.net/p/rbctoolkit/code@49 3b297cb3-c71f-4973-8643-51e6ba862204 check-in: 5788940bcc user: haertel@3b297cb3-c71f-4973-8643-51e6ba862204 tags: master, trunk | |
2009-10-27
| ||
16:32 | Added missing newline at end of file git-svn-id: https://svn.code.sf.net/p/rbctoolkit/code@48 3b297cb3-c71f-4973-8643-51e6ba862204 check-in: 83e78e35b2 user: andreas_kupries@3b297cb3-c71f-4973-8643-51e6ba862204 tags: master, trunk | |
2009-10-23
| ||
04:27 | Fixed platform check. git-svn-id: https://svn.code.sf.net/p/rbctoolkit/code@47 3b297cb3-c71f-4973-8643-51e6ba862204 check-in: e94f4db99e user: techentin@3b297cb3-c71f-4973-8643-51e6ba862204 tags: master, trunk | |
03:34 | Enhanced platform identification to work with Tcl 8.4 which doesn't have the platform package. git-svn-id: https://svn.code.sf.net/p/rbctoolkit/code@46 3b297cb3-c71f-4973-8643-51e6ba862204 check-in: cde89c12d1 user: techentin@3b297cb3-c71f-4973-8643-51e6ba862204 tags: master, trunk | |
2009-10-22
| ||
05:19 | Added graph1.tcl and graph3.tcl demos. git-svn-id: https://svn.code.sf.net/p/rbctoolkit/code@45 3b297cb3-c71f-4973-8643-51e6ba862204 check-in: 2752497aee user: techentin@3b297cb3-c71f-4973-8643-51e6ba862204 tags: master, trunk | |
03:00 | Removing unsupported BLT demo scripts. git-svn-id: https://svn.code.sf.net/p/rbctoolkit/code@44 3b297cb3-c71f-4973-8643-51e6ba862204 check-in: 2e5ae53844 user: techentin@3b297cb3-c71f-4973-8643-51e6ba862204 tags: master, trunk | |
02:44 | Changed PushZoom and PopZoom final [update] to generate a synthetic configure event before [update idletasks], making ZoomStack functional. FR 2797493 git-svn-id: https://svn.code.sf.net/p/rbctoolkit/code@43 3b297cb3-c71f-4973-8643-51e6ba862204 check-in: d996ab335f user: techentin@3b297cb3-c71f-4973-8643-51e6ba862204 tags: master, trunk | |
2009-10-21
| ||
01:57 | Teapot tune up, installing teapot.txt and making a few corrections. git-svn-id: https://svn.code.sf.net/p/rbctoolkit/code@42 3b297cb3-c71f-4973-8643-51e6ba862204 check-in: e82afe6513 user: techentin@3b297cb3-c71f-4973-8643-51e6ba862204 tags: master, trunk | |
2009-10-20
| ||
03:55 | Added teapot.txt and configure support. git-svn-id: https://svn.code.sf.net/p/rbctoolkit/code@41 3b297cb3-c71f-4973-8643-51e6ba862204 check-in: ab54ec42cf user: techentin@3b297cb3-c71f-4973-8643-51e6ba862204 tags: master, trunk | |
2009-10-19
| ||
17:58 | Removed the #ifdef portability hack around __FLT_EPSILON__ definition by restoring the code to use FLT_EPSILON (as BLT does). git-svn-id: https://svn.code.sf.net/p/rbctoolkit/code@40 3b297cb3-c71f-4973-8643-51e6ba862204 check-in: 2eee141e2b user: techentin@3b297cb3-c71f-4973-8643-51e6ba862204 tags: master, trunk | |
2009-10-18
| ||
04:45 | Added bitmaps and images supporting demos/graph1.tcl git-svn-id: https://svn.code.sf.net/p/rbctoolkit/code@39 3b297cb3-c71f-4973-8643-51e6ba862204 check-in: e7dde7222f user: techentin@3b297cb3-c71f-4973-8643-51e6ba862204 tags: master, trunk | |
04:26 | Moved test suite package loading into all.tcl, making pkgIndex.tcl much cleaner. git-svn-id: https://svn.code.sf.net/p/rbctoolkit/code@38 3b297cb3-c71f-4973-8643-51e6ba862204 check-in: 8ee17d9537 user: techentin@3b297cb3-c71f-4973-8643-51e6ba862204 tags: master, trunk | |
04:06 | Adding all BLT demo files (although most are still BLT centric). git-svn-id: https://svn.code.sf.net/p/rbctoolkit/code@37 3b297cb3-c71f-4973-8643-51e6ba862204 check-in: 6f914a50e8 user: techentin@3b297cb3-c71f-4973-8643-51e6ba862204 tags: master, trunk | |
2009-10-17
| ||
05:22 | Moving demos and fixing demo install. git-svn-id: https://svn.code.sf.net/p/rbctoolkit/code@36 3b297cb3-c71f-4973-8643-51e6ba862204 check-in: 9f02fc6e8a user: techentin@3b297cb3-c71f-4973-8643-51e6ba862204 tags: master, trunk | |
05:07 | Moving demos and fixing demo install. git-svn-id: https://svn.code.sf.net/p/rbctoolkit/code@35 3b297cb3-c71f-4973-8643-51e6ba862204 check-in: 4d1225dd03 user: techentin@3b297cb3-c71f-4973-8643-51e6ba862204 tags: master, trunk | |
02:06 | Changed rbc_library to rbc::library. git-svn-id: https://svn.code.sf.net/p/rbctoolkit/code@34 3b297cb3-c71f-4973-8643-51e6ba862204 check-in: 8eb9eb97d2 user: techentin@3b297cb3-c71f-4973-8643-51e6ba862204 tags: master, trunk | |
2009-10-16
| ||
23:39 | Portability patches. git-svn-id: https://svn.code.sf.net/p/rbctoolkit/code@33 3b297cb3-c71f-4973-8643-51e6ba862204 check-in: abba81a7c8 user: techentin@3b297cb3-c71f-4973-8643-51e6ba862204 tags: master, trunk | |
23:38 | Portability patches. git-svn-id: https://svn.code.sf.net/p/rbctoolkit/code@32 3b297cb3-c71f-4973-8643-51e6ba862204 check-in: a2b408b6f1 user: techentin@3b297cb3-c71f-4973-8643-51e6ba862204 tags: master, trunk | |
19:33 | Undo line changes (oops). git-svn-id: https://svn.code.sf.net/p/rbctoolkit/code@31 3b297cb3-c71f-4973-8643-51e6ba862204 check-in: 72bf86a1b5 user: techentin@3b297cb3-c71f-4973-8643-51e6ba862204 tags: master, trunk | |
19:31 | Undo line changes (oops). git-svn-id: https://svn.code.sf.net/p/rbctoolkit/code@30 3b297cb3-c71f-4973-8643-51e6ba862204 check-in: 53da9e6650 user: techentin@3b297cb3-c71f-4973-8643-51e6ba862204 tags: master, trunk | |
18:28 | Changed to unix line endings. git-svn-id: https://svn.code.sf.net/p/rbctoolkit/code@29 3b297cb3-c71f-4973-8643-51e6ba862204 check-in: 31aa4481e5 user: techentin@3b297cb3-c71f-4973-8643-51e6ba862204 tags: master, trunk | |
17:56 | Added demo installation code, even if it isn't very elegant. git-svn-id: https://svn.code.sf.net/p/rbctoolkit/code@28 3b297cb3-c71f-4973-8643-51e6ba862204 check-in: 29869f4843 user: techentin@3b297cb3-c71f-4973-8643-51e6ba862204 tags: master, trunk | |
2009-10-15
| ||
13:22 | Initial checkin of demo scripts git-svn-id: https://svn.code.sf.net/p/rbctoolkit/code@27 3b297cb3-c71f-4973-8643-51e6ba862204 check-in: 9bb3b10fe1 user: techentin@3b297cb3-c71f-4973-8643-51e6ba862204 tags: master, trunk | |
2009-10-13
| ||
05:10 | Tagging the 0.1 release of rbc toolkit. git-svn-id: https://svn.code.sf.net/p/rbctoolkit/code@26 3b297cb3-c71f-4973-8643-51e6ba862204 check-in: defc5e6812 user: techentin@3b297cb3-c71f-4973-8643-51e6ba862204 tags: master, trunk | |
2009-10-11
| ||
04:11 | Added list protection to pkgIndex commands for directories with spaces. git-svn-id: https://svn.code.sf.net/p/rbctoolkit/code@25 3b297cb3-c71f-4973-8643-51e6ba862204 check-in: 2006c5f941 user: techentin@3b297cb3-c71f-4973-8643-51e6ba862204 tags: master, trunk | |
2009-10-09
| ||
04:01 | Messed up 0.1 release by forgetting to change version numbers in .h and .c files. git-svn-id: https://svn.code.sf.net/p/rbctoolkit/code@24 3b297cb3-c71f-4973-8643-51e6ba862204 check-in: 269336b917 user: techentin@3b297cb3-c71f-4973-8643-51e6ba862204 tags: master, trunk | |
03:51 | Changed version to 0.1 for release. git-svn-id: https://svn.code.sf.net/p/rbctoolkit/code@23 3b297cb3-c71f-4973-8643-51e6ba862204 check-in: 55299966d6 user: techentin@3b297cb3-c71f-4973-8643-51e6ba862204 tags: master, trunk | |
2009-10-07
| ||
21:28 | RBC Alpha Release 0.1 git-svn-id: https://svn.code.sf.net/p/rbctoolkit/code@22 3b297cb3-c71f-4973-8643-51e6ba862204 check-in: 7a5ecd63dc user: techentin@3b297cb3-c71f-4973-8643-51e6ba862204 tags: master, trunk | |
21:07 | Updated for version 0.1 for alpha release. git-svn-id: https://svn.code.sf.net/p/rbctoolkit/code@21 3b297cb3-c71f-4973-8643-51e6ba862204 check-in: 8b1257e083 user: techentin@3b297cb3-c71f-4973-8643-51e6ba862204 tags: master, trunk | |
18:59 | Updated to version 0.1 for alpha release. git-svn-id: https://svn.code.sf.net/p/rbctoolkit/code@20 3b297cb3-c71f-4973-8643-51e6ba862204 check-in: cc6e6ab697 user: techentin@3b297cb3-c71f-4973-8643-51e6ba862204 tags: master, trunk | |
18:58 | Updated to version 0.1 for alpha release. git-svn-id: https://svn.code.sf.net/p/rbctoolkit/code@19 3b297cb3-c71f-4973-8643-51e6ba862204 check-in: 5d4f7ea23c user: techentin@3b297cb3-c71f-4973-8643-51e6ba862204 tags: master, trunk | |
18:51 | Moved 'package require Tk' into ifneeded script, since it would force all tclsh to load Tk when reading pkgIndex files. git-svn-id: https://svn.code.sf.net/p/rbctoolkit/code@18 3b297cb3-c71f-4973-8643-51e6ba862204 check-in: 8fadadf15c user: techentin@3b297cb3-c71f-4973-8643-51e6ba862204 tags: master, trunk | |
15:18 | It turns out that rbcTkInt requires the internal header tkWinInt.h on Windows. git-svn-id: https://svn.code.sf.net/p/rbctoolkit/code@17 3b297cb3-c71f-4973-8643-51e6ba862204 check-in: d47edbb3a9 user: techentin@3b297cb3-c71f-4973-8643-51e6ba862204 tags: master, trunk | |
02:57 | It turns out that rbcTkInt requires the internal header tkWinInt.h on Windows. git-svn-id: https://svn.code.sf.net/p/rbctoolkit/code@16 3b297cb3-c71f-4973-8643-51e6ba862204 check-in: d3c1dd52b0 user: techentin@3b297cb3-c71f-4973-8643-51e6ba862204 tags: master, trunk | |
2009-10-06
| ||
15:38 | Modified to support 'make test' git-svn-id: https://svn.code.sf.net/p/rbctoolkit/code@15 3b297cb3-c71f-4973-8643-51e6ba862204 check-in: 53046cee65 user: techentin@3b297cb3-c71f-4973-8643-51e6ba862204 tags: master, trunk | |
2009-10-05
| ||
21:30 | Corrected tests that use files git-svn-id: https://svn.code.sf.net/p/rbctoolkit/code@14 3b297cb3-c71f-4973-8643-51e6ba862204 check-in: dd0ddceb30 user: techentin@3b297cb3-c71f-4973-8643-51e6ba862204 tags: master, trunk | |
20:45 | Added postscript prolog files to library and rbc_library variable so they can be found. git-svn-id: https://svn.code.sf.net/p/rbctoolkit/code@13 3b297cb3-c71f-4973-8643-51e6ba862204 check-in: 7a52cc5585 user: techentin@3b297cb3-c71f-4973-8643-51e6ba862204 tags: master, trunk | |
20:40 | Initial Checkin of graph postscript prolog git-svn-id: https://svn.code.sf.net/p/rbctoolkit/code@12 3b297cb3-c71f-4973-8643-51e6ba862204 check-in: 5345ce6e3d user: techentin@3b297cb3-c71f-4973-8643-51e6ba862204 tags: master, trunk | |
20:06 | Corrected and updated test files git-svn-id: https://svn.code.sf.net/p/rbctoolkit/code@11 3b297cb3-c71f-4973-8643-51e6ba862204 check-in: f926d161d5 user: techentin@3b297cb3-c71f-4973-8643-51e6ba862204 tags: master, trunk | |