Timeline
Not logged in

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

50 most recent check-ins

2020-02-08
23:08
Confirm deletion of missing files. Properly set the branch or revision background-colour. Leaf check-in: 1905026b8c user: tinus tags: lazarus
22:07
Added button to stash changes, which works. New branch dialog also works. check-in: 89b16f2b3c user: tinus tags: lazarus
16:35
Configure exception dialogs via ApplicationProperties component. check-in: 9a354a7d35 user: tinus tags: lazarus
15:00
Show simple message box on exception. check-in: 12808d3407 user: tinus tags: lazarus
14:54
Support passing the working directory on the command line. check-in: 6020b6ce54 user: tinus tags: lazarus
14:50
Merge lazarus/unicode into lazarus check-in: 99d6220d42 user: tinus tags: lazarus
14:46
Removed debugging and obsolete code. Leaf check-in: f1731ea196 user: tinus tags: lazarus/unicode
14:37
Wide diff seems to work properly in all situations now. check-in: c12e70a575 user: tinus tags: lazarus/unicode
2020-02-07
07:40
Correctly style a line that's been deleted entirely. Fill up the text line, which allows us to style to the end of the right hand side as well. check-in: 68b7b1b2f5 user: tinus tags: lazarus/unicode
2020-02-06
21:10
Adjusted implementation notes. check-in: 392296d34a user: tinus tags: lazarus/unicode
21:10
Implemented UTF-8 support for wide diff view. Known bugs: 1. Deletion of an entire line doesn't highlight properly. 2. Addition of a single character in a line _without_ non-ASCII characters marks the entire line as modified on both sides. check-in: c0f390140c user: tinus tags: lazarus/unicode
2020-02-04
20:37
Wrote down steps for further implementation of UTF-8 support (while keeping performance acceptable). check-in: a42d02efb4 user: tinus tags: lazarus/unicode
19:38
First attempt to support UTF-8 characters in the wide diff syntax highlighter. check-in: 71a875b0c6 user: tinus tags: lazarus/unicode
19:34
Create new branch named "lazarus/unicode" check-in: 60a12b09f4 user: tinus tags: lazarus/unicode
19:32
Updated lfms. check-in: 87afd8c32e user: tinus tags: lazarus
19:28
Updated backup paths. check-in: a5f070d6e3 user: tinus tags: lazarus
2020-02-02
18:16
Switched columns: branch is now left of checkout path. Also list all known repos without a checkout. check-in: 67a6113987 user: tinus tags: lazarus
18:13
Eliminate intermediate ‘Round-trips’ updates from summary. check-in: 1e9fdb95bd user: tinus tags: lazarus
18:10
Don't keep asking for a repository if the request was canceled. check-in: 1f04855b52 user: tinus tags: lazarus
16:41
Bugfix for exception "A referral was returned from the server". Fixed thanks to https://forum.lazarus.freepascal.org/index.php?topic=47118.0 check-in: 50da95217d user: tinus tags: lazarus
15:51
Bugfix: when Fossil warns about something, don't error out, but include it in the regular response. check-in: 2287e23150 user: tinus tags: lazarus
15:38
Updated Lazarus version. Populate the list of messages, and fill the selected one as commit message. Various bug fixes: - Access violation when there are no tickets. - PopulateList signature didn't exactly match. - Can't assign to for loop variable. - *CURRENT* marker was read as 'CURREN'. - Actually add new revisions to the list of revisions. check-in: ad8d81e3bb user: tinus tags: lazarus
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. 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-09-03
09:05
Fixed compilation error on Windows. check-in: 9812be2a1d user: MCO 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
09:06
Check the box on selection of a colour. Implemented checks on new files at commit. check-in: 8de51542a3 user: MCO tags: lazarus
08:24
Added SetBusy (manages the hourglass cursor), and call it when busy. On Windows, remove extra carriage returns from the diff command's output. check-in: 7b66514616 user: MCO 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