Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 most recent check-ins
|
2026-07-11
| ||
| 21:06 | Another attempt at retrieving ticket comments. Unfortunately comments from other than ticket change table will appears without line break or not properly wrap. Leaf check-in: a0bb38ad36 user: half tags: trunk | |
| 20:52 | Retrieve comments from fossil command line if not found in ticket change table. check-in: c68bdef6fa user: half tags: trunk | |
| 20:05 | Add guard to prevents the memory leak on repeated calls. check-in: 1d47a68566 user: half tags: trunk | |
| 19:35 | Use query ticket history to retrieve comments. check-in: 9bbbe9b2c2 user: half tags: trunk | |
| 19:33 | Fix ticket stamp not found because ticket modified time queried to use local time and not UTC use by fossil CLI. Return TStrings instead of string. check-in: 7c6fc936a3 user: half tags: trunk | |
| 17:57 | Introduce query method for ticket history comments. check-in: ad173ce345 user: half tags: trunk | |
| 15:34 | Move fossil ticket fields constants to command unit. check-in: f2312ad30e user: half tags: trunk | |
| 13:04 | Move FormatJulian function to common unit for view. check-in: d7d0311721 user: half tags: trunk | |
| 12:53 | Fix commit parent hash did not shown up on timeline view when switching workspace. check-in: 858a5b342e user: half tags: trunk | |
| 09:10 | Remove bevel from timelines or commit histories view, to be inline with ticket view style. check-in: e24d8ed31b user: half tags: trunk | |
| 08:53 | Show title in ticket history. check-in: 633336340e user: half tags: trunk | |
|
2026-07-08
| ||
| 17:18 | Extracted FormatJulian as standalone function (refactoring). Created RetrieveExtended method for history fetching. Add some guards to prevent bugs and RTEs, even if the fixes was already in previous commit. check-in: 625dea1a55 user: half tags: trunk | |
| 17:07 | Fix run time error because use of string.PadLeft, replace with StringOfChar instead. Fix can't retrieve ticket because wrong workspace. check-in: 77eba5793a user: half tags: trunk | |
|
2026-07-07
| ||
| 17:35 | Parse ticket history result for compact view. check-in: 142d4695fa user: half tags: trunk | |
| 14:35 | Display sleected ticket detail when in focus. check-in: 278be7eece user: half tags: trunk | |
|
2026-07-06
| ||
| 15:32 | Introduce command and test for ticket history. Use it in view controller. check-in: 169bd89381 user: half tags: trunk | |
|
2026-07-05
| ||
| 17:17 | Add control for ticket history and wire up the view. Fix date time fields display format. check-in: db4bec4a90 user: half tags: trunk | |
| 16:57 | Add views for selected ticket and bind them. check-in: b22ca0b808 user: half tags: trunk | |
| 16:51 | Refactor ticket list view by display details of focused ticket in label controls. check-in: b5b7e497d0 user: half tags: trunk | |
| 11:55 | Commit missed file to latest update. check-in: e42a93d2c5 user: half tags: trunk | |
| 11:54 | Update copyright notices to current year. check-in: 1c121e9350 user: half tags: trunk | |
| 11:50 | Use constant for column width. check-in: f87e9ea373 user: half tags: trunk | |
| 11:20 | Reconstruct ticket list view. Display created and modified field in date time format, not as number value. check-in: 3b40150c7d user: half tags: trunk | |
| 07:34 | Fix garbled tags on cancel tag window because wrong use data separator constant. Fix unfit artifacts on tag list view. Fix unfit last commit info and branch status on branch list view. check-in: 683d869295 user: half tags: trunk | |
| 06:40 | Remove non existent options on add tag process, update the test, and tweaks the view. check-in: 140099bd0d user: half tags: trunk | |
|
2026-06-27
| ||
| 19:34 | Minimum decoded length raised from 12 to 40 bytes. The earlier value (12) still allowed 30-byte garbage to reach CryptUnprotectData and corrupt the heap. check-in: 073e28ccc2 user: half tags: trunk | |
| 19:14 | Wire up the command and the view. check-in: 39a5c978be user: half tags: trunk | |
| 19:01 | Implement the options for fossil import. check-in: b27e721e9b user: half tags: trunk | |
| 18:57 | Improve import view with options. check-in: 019ecf060e user: half tags: trunk | |
| 18:48 | Fix crash in decrypt (dpapi) data passed is too-small or empty which corrupt the heap. Move messages string to resource. check-in: 7ee629bd10 user: half tags: trunk | |
|
2026-06-25
| ||
| 14:29 | Replace tabcontrol with combobox as control to determine what to show on annotate file dialog. check-in: 82081e9fff user: half tags: trunk | |
| 14:18 | Change tabcontrol to combobox as control to determine what to show on revert file dialog. Small fix on move dialog so first file on file list does not get cropped. check-in: 4cce193225 user: half tags: trunk | |
| 13:34 | Adjust controls positions for clone, open, and preferences dialog on linux environment (this time from linux). check-in: 1d3fe1d649 user: half tags: trunk | |
| 12:07 | Adjust controls positions for clone, open, and preferences dialog on linux environment. check-in: 14f332ab89 user: half tags: trunk | |
|
2026-06-24
| ||
| 16:53 | Fix user is empty if there is no password separator (:) after user name. check-in: 773356ba53 user: half tags: trunk | |
| 16:26 | Fix wrong string to extract user causing empty decryption result. check-in: e7baf098b1 user: half tags: trunk | |
| 16:03 | Fix for empty decrypted secret. Update test with actual encrypt->decrypt roundtrip tests. Update project group. check-in: 7cde13fdb0 user: half tags: trunk | |
| 14:48 | Introduce development only files for linux without user interface theme package. check-in: db015f2018 user: half tags: trunk | |
| 07:54 | Fix cropped panel on remote sync panel on linux. check-in: 9689b44ca4 user: half tags: trunk | |
| 07:51 | Add guards on encryprion/decryption and saving/loading it. check-in: df82f1ecff user: half tags: trunk | |
|
2026-06-23
| ||
| 16:49 | Fix conflicting acceleration keys and controls width on pull/push/sync dialog window. check-in: fa8b648052 user: half tags: trunk | |
| 16:15 | Fix conflicting acceleration keys and overlapping controls on clone dialog window. check-in: 8061551da7 user: half tags: trunk | |
| 15:52 | Adjust controls position on linux. Add acceleration keys. check-in: fecb4c44a1 user: half tags: trunk | |
| 08:00 | Small user interface tweak for export to git, add information for branch. check-in: f41444f756 user: half tags: trunk | |
| 07:51 | Add options to export to git feature. check-in: 18db047569 user: half tags: trunk | |
|
2026-06-21
| ||
| 17:44 | Fix icons not appear in linux (light mode). check-in: 006169f940 user: half tags: trunk | |
| 14:12 | Fix view control is set to focus when the windows is not yet shown causing run time error. check-in: cd8c0169f3 user: half tags: trunk | |
| 09:43 | Fix run time error when no credential saved in the config. check-in: b955c497cd user: half tags: trunk | |
| 09:00 | Add menu for showing ticket values in a window. check-in: e8defeb720 user: half tags: trunk | |
| 08:36 | Fix wrong property value for modal result on ticket show form. Fix no value shown on the form. check-in: 1acc0b2bed user: half tags: trunk | |