Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 most recent check-ins by user tinus
2016-12-01
| ||
18:33 | Another attempt to use MonoDevelop. Leaf check-in: c64233aefc user: tinus tags: mono | |
2016-07-05
| ||
11:01 | Use TProcessUTF8 so it also works in paths with special characters. Leaf check-in: edab2cb4c7 user: tinus tags: lazarus | |
10:57 | Enable sorting of checkouts. check-in: cec613ab80 user: tinus tags: lazarus | |
2016-06-28
| ||
11:49 | Prevent access violations when no repo is selected. check-in: 9a435d4730 user: tinus tags: lazarus | |
11:12 | Added active branch column. Color error repos grey. check-in: f41075014a user: tinus tags: lazarus | |
10:32 | Checkout selection screen appears to work most of the time. check-in: 06d35d1db1 user: tinus tags: lazarus | |
2015-12-01
| ||
07:13 | The checkout selection form somehow causes the program to exit almost immediately. I suspect it's being treated as main form... check-in: db300c9e73 user: tinus tags: lazarus | |
07:12 | Added branch selection form. check-in: d3b2c8b63d user: tinus tags: lazarus | |
2015-11-30
| ||
21:18 | Show the selected checkout's info on select. check-in: 8180607ff9 user: tinus tags: lazarus | |
18:12 | Added repository selection form. check-in: 01b73973e0 user: tinus tags: lazarus | |
2015-11-29
| ||
22:08 | Removed some extraneous code, and added some comments. check-in: d0969d3d7b user: tinus tags: lazarus | |
2014-08-14
| ||
10:57 | Added Cmd-C, Cmd-X and Cmd-V to the commit message box. Intercept Ctrl+Enter (as well as Cmd+Enter) to perform the commit. check-in: d3e26b7b96 user: tinus tags: lazarus | |
10:25 | Display the selected commit options. check-in: cbe0bb6ec1 user: tinus tags: lazarus | |
10:12 | Separated generation of command-line options for commit, so it can be requested separately. check-in: a4b45aa724 user: tinus tags: lazarus | |
08:25 | Fixed scheme expressions for the multihighlighter's script and style detection. Removed DirWatch unit from the .lpr; we're not using it (yet). Fixed crash in the multihighlighter when subcontracted to the annotation highlighter. check-in: a3f67ee85e user: tinus tags: lazarus | |
07:50 | Forgot to add the actual DirWatch unit. :-) check-in: b43bbf2fab user: tinus tags: lazarus | |
06:44 | Added (Windows-only) DirWatch component, to monitor file changes. Need to look into an inotify interface for Linux, and something similar in OS X. check-in: d157a5e85e user: tinus tags: lazarus | |
2014-08-13
| ||
21:16 | Changed multi-highlighter settings (see if there's still an error on PHP files). check-in: a734e58aab user: tinus tags: lazarus | |
20:48 | Replaced the toolbar buttons by a TTabControl. Added a hex view mode. check-in: 42602c3269 user: tinus tags: lazarus | |
2014-08-11
| ||
19:40 | Adjusted some comments. check-in: d0c9d18859 user: tinus tags: lazarus | |
19:35 | Added some colour to the CSS highlighter. check-in: 709319fa2c user: tinus tags: lazarus | |
19:34 | Added potential for image type icon (on the file type column), to be implemented later. check-in: 1f9ee7e3b5 user: tinus tags: lazarus | |
19:33 | All platforms now show the status icon on the filename column. Removed file extension separator from file type column. Added potential for image type icon (on the file type column), to be implemented later. check-in: 0ac8744ac4 user: tinus tags: lazarus | |
19:30 | On commit, confirm addition of new files. Disabled compiler hints about unused parameters. check-in: ca68390e01 user: tinus tags: lazarus | |
2014-08-10
| ||
21:50 | Added support for display of graphic files. check-in: abe9a100ac user: tinus tags: lazarus | |
17:40 | Added automated entry of ticket-IDs in commit message using Ctrl+Space. check-in: 931322c859 user: tinus tags: lazarus | |
16:18 | Fixed exception when highlighting an annotated file with only one version. Added exception handling when a sub-highlighter errors out. check-in: fa5582be45 user: tinus tags: lazarus | |
14:56 | Prevent list index out of bound. Added filetype column contents. check-in: 6e73d56796 user: tinus tags: lazarus | |
14:43 | Changed order of columns (filename, path, status, type) check-in: 1aa1fecbe6 user: tinus tags: lazarus | |
14:25 | Annotation syntax highlighter now delegates the file's contents to the appropriate syntax highlighter. check-in: 8464715270 user: tinus tags: lazarus | |
12:05 | File list wasn't repainted after (un)checking all items. check-in: c44c3f4774 user: tinus tags: lazarus | |
11:49 | Fixed colour assignments in annotation highlighter. Also defaults to better colours. check-in: 835fc0e6d7 user: tinus tags: lazarus | |
10:48 | Use larger up and down arrows on the Mac. Show project name in the commit window's caption. check-in: f574e6f669 user: tinus tags: lazarus | |
10:42 | Removed a few unnecessary references. check-in: 276c4e9672 user: tinus tags: lazarus | |
10:21 | Added sort indicators for non-Windows platforms (using Unicode characters ▾ and ▴). Also handle Items with nil Data properties during comparison. check-in: a7ecf9d8ee user: tinus tags: lazarus | |
10:09 | Fixed SIGSEV on reuse of annotation highlighter (just recycle the object). Still assigns the wrong colour to each revision, though (somehow assigns them sorted by UUID). check-in: 610d96249a user: tinus tags: lazarus | |
2014-08-07
| ||
19:43 | Commit Message: checkbox and colorbutton instead of colorbox. Show branch on button. Added ApplicationProperties to frmCommit. check-in: d6aa31b796 user: tinus tags: lazarus | |
17:22 | Prevented 'stringlist duplicate' error, but now it sometimes crashes without warning. Added ref to sub-highlighter. check-in: 20bf20da86 user: tinus tags: lazarus | |
05:12 | Added annotation highlighter (doesn't do anything useful so far). Fixed detection of diff/history/content based on file status. Back to using 'clNone' for commit bgcolor. check-in: 470dec4f20 user: tinus tags: lazarus | |
04:22 | Renamed wide diff highlighter, and added support for writing its attributes. check-in: b42ec8b614 user: tinus tags: lazarus | |
03:50 | The Wide Diff highlighter is done (for now; inline diffs can be done later). check-in: abecf9f927 user: tinus tags: lazarus | |
2014-08-06
| ||
21:11 | Bugfix: reset the ColIndex when starting a new line. check-in: e74a31c95f user: tinus tags: lazarus | |
20:53 | First attempt at using our own wide diff highlighter (which fails with a Range Check Error). check-in: 2ccce4c882 user: tinus tags: lazarus | |
06:10 | Added new unit with start of syntax highlighter for wide diff. check-in: f26843ce0b user: tinus tags: lazarus | |
2014-08-05
| ||
20:18 | Added bgcolor drop-down for commit. Started link between commit form and commit message frame. Corrected implementation of Branch, Info and Tags properties. Corrected ColorToHex. Added comments for future implementation of Fossil output events. check-in: bf6cd97dbd user: tinus tags: lazarus | |
2014-08-04
| ||
19:27 | Fix SIGSEV when no file was selected. Adjusted options for viewer SynEdit. check-in: 8c0a0197a1 user: tinus tags: lazarus | |
19:24 | Added commit message frame to commit form. Going to need a lot of work. check-in: 7056f0479c user: tinus tags: lazarus | |
2014-08-03
| ||
18:05 | Added comment to fix bug that unselecting a file status might 'lose' files. check-in: 89500a1656 user: tinus tags: lazarus | |
07:56 | Added standard Apple menu items About and Preferences. check-in: 7147760627 user: tinus tags: lazarus | |
07:55 | TFossil now checks its version first thing (as verification that we can run it), and exposes it as a property. Added a few properties (TODO) to TFossilCheckout and TFossilRevision. check-in: 38aa5c71b8 user: tinus tags: lazarus | |