Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 most recent check-ins
|
2026-05-04
| ||
| 10:12 | Add missing type and constant. Fix wrong arguments when encode base64. Leaf check-in: 4899773670 user: half tags: trunk | |
| 10:05 | Hide auth record to implemention section. Make other function to get auth as string. check-in: a9142e3b42 user: half tags: trunk | |
| 09:52 | Fix access violation use after free. check-in: 45255b9a25 user: half tags: trunk | |
|
2026-05-03
| ||
| 15:52 | Add files for OS-level credential storage (Windows DPAPI, Linux Secret Service). check-in: 04d69fcde9 user: half tags: trunk | |
| 15:50 | Fix the title substring cuts off the last character before |. check-in: 26411599eb user: half tags: trunk | |
| 15:49 | Case inconsistency. check-in: b0123dc1c7 user: half tags: trunk | |
| 15:12 | Use Process.ExitStatus as succes indication, because fossil might writes warnings/info to stderr even on success, causing false failure reports. check-in: df52775603 user: half tags: trunk | |
| 15:07 | Fix encrypts an uninitialized variable instead of the actual password (a.res). check-in: 05fac1258a user: half tags: trunk | |
| 14:54 | Refactor GetAuth to use record as result. check-in: 5d3e25e237 user: half tags: trunk | |
| 13:57 | Fix possible crash on missing comma in GetWorkspaceRepository. check-in: 39f3441bda user: half tags: trunk | |
| 13:14 | Fix parsing port number by retrieving numbers only. check-in: a167e567ac user: half tags: trunk | |
| 12:47 | No need to change folder when writing log file as logfilename already has full path. check-in: 722a20bac4 user: half tags: trunk | |
| 09:59 | Fix parsing if port number more than 4 digits. check-in: c5a634dcde user: half tags: trunk | |
| 08:36 | Fix wrong date format string. check-in: 5758152dd5 user: half tags: trunk | |
|
2026-05-02
| ||
| 17:30 | Delete excess bracket. check-in: 91acae7ddc user: half tags: trunk | |
| 17:09 | Fix wrong file deleted in ClearCacheFolder; deletes FILE_FILES instead of FILE_SETTINGS. Fix array index out of bounds in MoveFiles check-in: 4ce6402b30 user: half tags: trunk | |
| 17:06 | The --keep flag for fossil open is completely broken. It reads/writes FEmpty instead of FKeep field. check-in: 60591481e5 user: half tags: trunk | |
|
2026-03-07
| ||
| 08:45 | Fix possibly incorrect use of workspace event base on previous commit. check-in: cc58903575 user: half tags: trunk | |
| 08:35 | Fix view does not change when using keyboard shortcut or using menu view > select next/previous tab to navigate workspace. check-in: cdfb38b47d user: half tags: trunk | |
| 05:04 | Change theme base on user choice. Save and load theme from config. check-in: 356cbe3341 user: half tags: trunk | |
| 04:06 | Small refactor about bitness. check-in: c3f4453275 user: half tags: trunk | |
|
2026-03-06
| ||
| 03:04 | Add application bitness version on about dialog. check-in: b302b1ddb0 user: half tags: trunk | |
|
2026-03-05
| ||
| 10:05 | Adjust commit panel height to accomodate commit messages when commit panel shown. check-in: eb5dc203fa user: half tags: trunk | |
| 09:06 | Fixed tab control position in commit view didn't move when window resize, make it out of position. check-in: 567e1bd586 user: half tags: trunk | |
|
2025-09-04
| ||
| 08:01 | Add icon images for dark mode. check-in: 5cfe616b6f user: half tags: trunk | |
| 05:38 | Use parent color instead of manually change memo colors. Apply dark mode to bitbutton component on main form. check-in: 9209fcf346 user: half tags: trunk | |
| 05:11 | Apply dark mode to memo component on few forms since this component doesnt automatically get color change. check-in: 60152e424f user: half tags: trunk | |
|
2025-08-24
| ||
| 15:05 | Sync updated project information file. check-in: 34ae6b3494 user: half tags: trunk | |
| 15:03 | Fix amend can't proceed because unknown argument supplied. Change amend method in workspace to accept filename instead of comments, consistent with commit method. check-in: 696f35ec76 user: half tags: trunk | |
| 14:27 | Activate dark or light mode when application start on Windows, on Linux already activated base on theme. Still some issues remains, like icon color, few buttons and memo box on certain windows. check-in: 3b30d76ec5 user: half tags: trunk | |
| 14:18 | Add ui mode to the repository. Sync updated project information file. check-in: aecf815f29 user: half tags: trunk | |
|
2025-08-10
| ||
| 16:34 | Preparation for allowing dark or light mode. check-in: e2989b272c user: half tags: trunk | |
| 16:09 | Fix only partial filename shown if filename has space and try prevent file state included in the filename. check-in: 188bc508e1 user: half tags: trunk | |
| 15:10 | Main form messed up after changing development pc with higher resolution, rebuild partial ui. check-in: 7314ad1ad6 user: half tags: trunk | |
|
2025-06-08
| ||
| 15:19 | Add missing hints. Fix tab orders. check-in: 330f2112b1 user: Hamsal tags: trunk | |
|
2025-05-17
| ||
| 17:44 | Replace bitbutton for stop action with standard button (in linux bitbutton always behind status bar as is checkin [4abcf3cbd9]). check-in: c70be2c07b user: Hamsal tags: trunk | |
| 17:21 | Use method for singleton instance. Rename singleton method for view to ui (conflicting with unit name). check-in: e834e37ce7 user: Hamsal tags: trunk | |
| 16:58 | Introduce method for singleton instance. check-in: 998b242b77 user: Hamsal tags: trunk | |
|
2025-05-13
| ||
| 14:12 | Controls positions adjusment on switch branch, manage branch and merge window. check-in: f6047623c4 user: Hamsal tags: trunk | |
|
2025-05-12
| ||
| 17:42 | Reassign forms events for branch and revert repository windows. check-in: 02b0fe37a9 user: Hamsal tags: trunk | |
| 17:33 | Just another controls positions adjusment on new repository, revert a repository, and branch windows check-in: f4c168da4b user: hydrogen tags: trunk | |
| 16:33 | Alway refresh view after update workspace. check-in: 7459aa13fb user: Hamsal tags: trunk | |
| 16:19 | Reassign download form show event. Replace bitbutton (unfortunately always covered behind panel in linux anyhow) with standard button in amend window. check-in: 4abcf3cbd9 user: Hamsal tags: trunk | |
| 10:55 | Few more controls adjustment on main, amend and archives window. check-in: b1bc39b50b user: hydrogen tags: trunk | |
| 09:45 | Reassign form show event. check-in: 6292b5015e user: Hamsal tags: trunk | |
| 08:33 | Hide remote autosync menu. check-in: 86f7ac8311 user: Hamsal tags: trunk | |
| 08:25 | Remove remote from tree view. check-in: 3cb1ddfa87 user: Hamsal tags: trunk | |
| 08:23 | Add clipboard support to copy a checkin information. A couple shortcut swaps. check-in: 5e2b02335d user: Hamsal tags: trunk | |
| 03:15 | Another control adjustment in timeline detail section for main window. check-in: 7862ae2f0a user: Hamsal tags: trunk | |
|
2025-05-11
| ||
| 18:53 | Another control adjustment for main window in linux desktop. Make font and icon color reflect desktop color mode. check-in: a884519ace user: hydrogen tags: trunk | |