Login
Timeline
Login

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

50 most recent check-ins

2024-03-18
07:30
tests: fixed typo in GitHub action Leaf check-in: 961974b260 user: thindil tags: trunk
05:39
tests: use different GitHub action for tests check-in: dcc691856f user: thindil tags: trunk
2024-03-11
05:31
tests: updated GitHub actions to the newest versions check-in: b0f8b1d151 user: thindil tags: trunk
2024-02-12
06:39
fix: compiling the program with clang 16 check-in: 5d70462fe3 user: thindil tags: trunk
2023-10-16
04:38
docs: added changelog check-in: 4e6219d37e user: thindil tags: trunk, 0.1
2023-10-13
04:50
feat: added option to set frequency of auto-updating Wine dependencies, finished work on auto-updating check-in: 3ca2adb9e0 user: thindil tags: trunk
2023-10-11
04:53
fix: showing the last value in comboboxes check-in: 2c9d151f7f user: thindil tags: trunk
2023-10-09
04:21
feat: started work on ability to autoupdate Wine dependencies check-in: ca28a9e98b user: thindil tags: trunk
2023-10-06
04:37
feat: added ability to install additional libraries during editing with winetricks, plus moved update application code to the separated procedure check-in: 0dbb895e58 user: thindil tags: trunk
2023-10-04
04:29
feat: added high level binding for Nuklear checkbox widget and ability to install additional libraries during installation with winetricks check-in: 7c73ff645f user: thindil tags: trunk
2023-10-02
05:36
docs: updated contributing guide check-in: 0f183caa78 user: thindil tags: trunk
2023-09-29
06:11
tests: updated required version of nimalyzer, dded it to GitHub workflow and moved its configuration to tools directory check-in: 504b3dff3b user: thindil tags: trunk
2023-09-27
05:59
refactor: splitted the code between modules and fixed some warnings check-in: e5b4631703 user: thindil tags: trunk
2023-09-25
04:32
refactor: splitted the code between modules and updated GitHub workflow check-in: a9ce8d6f4e user: thindil tags: trunk
2023-09-13
06:10
refactor: splitted the code between modules check-in: ca00a6b306 user: thindil tags: trunk
2023-09-11
04:43
refactor: fixed problems reported by nimalyzer check-in: 6457ee9055 user: thindil tags: trunk
2023-09-08
04:00
refactor: fixed problems reported by nimalyzer check-in: 9e756fde70 user: thindil tags: trunk
2023-09-06
04:55
refactor: fixed problems reported by nimalyzer check-in: b661f352c4 user: thindil tags: trunk
2023-09-04
04:43
refactor: fixed problems reported by nimalyzer check-in: 3a2a9402c4 user: thindil tags: trunk
2023-09-01
04:49
refactor: fixed problems reported by nimalyzer check-in: f691790f10 user: thindil tags: trunk
2023-08-30
05:55
refactor: fixed problems reported by nimalyzer check-in: b39044f6ed user: thindil tags: trunk
2023-08-28
04:22
refactor: fixed problems reported by nimalyzer check-in: c36b0a30ff user: thindil tags: trunk
2023-08-25
06:16
refactor: fixed problems reported by nimalyzer check-in: f4d4f875a4 user: thindil tags: trunk
2023-08-23
04:01
tests: added dependency on and configuration for nimalyzer check-in: 8e2c5498e4 user: thindil tags: trunk
2023-08-21
04:26
refactor: finished work on high level of Nukler binding and updated the code to the new version of it check-in: ddf7e3e6c9 user: thindil tags: trunk
2023-08-18
05:19
refactor: continue work on high level of Nukler binding and updated the code to the new version of it check-in: c3cd486a38 user: thindil tags: trunk
2023-08-16
04:27
refactor: continue work on high level of Nukler binding and updated the code to the new version of it check-in: c25549236a user: thindil tags: trunk
2023-08-14
05:19
refactor: started work on high level of Nuklear binding and updated the code to the new version of it check-in: bb333cbb54 user: thindil tags: trunk
2023-08-11
04:12
feat: added the program's configuration, moved applications configuration into section check-in: f3fa98a708 user: thindil tags: trunk
2023-08-09
07:57
feat: added ability to rermove an installed application check-in: a0ed8db07b user: thindil tags: trunk
2023-08-04
06:24
refactor: redesigned AppData into object and updated nuklear.h to the newest version check-in: 1a64407d62 user: thindil tags: trunk
2023-08-02
06:00
feat: finished work on editing an installed application check-in: 6f48cc7428 user: thindil tags: trunk
2023-07-31
05:49
feat: added option to edit an installed application check-in: 9eb7577542 user: thindil tags: trunk
2023-07-28
05:41
refactor: split the code into several modules check-in: a1e338c36d user: thindil tags: trunk
2023-07-26
04:47
feat: made pkg and tar quiet, eat output check-in: b9d45d41d6 user: thindil tags: trunk
2023-07-24
04:18
feat: moved all heavy tasks to the second thread so GUI won't be blocked check-in: 1965abc1db user: thindil tags: trunk
2023-07-21
05:44
feat: started using threads and Nim for downloading items check-in: 02856fce6d user: thindil tags: trunk
2023-07-19
04:30
feat: finished work on addin a new Windows application check-in: fda58b3f85 user: thindil tags: trunk
2023-07-17
04:41
feat: continue work on adding a new app, finished work on installing the app check-in: cc22da89de user: thindil tags: trunk
2023-07-12
06:20
feat: continue work on adding a new app, finished work on installing the selected Wine version check-in: 766bdc2fa5 user: thindil tags: trunk
2023-07-07
04:41
feat: continue work on adding a new app, almost finished installing the selected Wine version check-in: 5915ec28cc user: thindil tags: trunk
2023-07-03
04:57
feat: added checking if all fields are filled correctly in the adding a new app screen check-in: c59426ff2e user: thindil tags: trunk
2023-06-28
06:20
feat: added option to set amount of items for combo plus added using statement check-in: e0d683812b user: thindil tags: trunk
2023-06-23
08:58
feat: started work on adding a new application UI check-in: b4baaa8b82 user: thindil tags: trunk
2023-06-21
05:57
style: use object call notation check-in: 28f645dff5 user: thindil tags: trunk
2023-06-19
06:08
feat: added simple dialog about the program check-in: 4dfef40ee9 user: thindil tags: trunk
2023-06-14
04:11
tests: fixed GitHub workflow check-in: 8239fa797a user: thindil tags: trunk
2023-06-13
04:58
tests: added installing git to GitHub workflow check-in: 65d572dc42 user: thindil tags: trunk
2023-06-12
05:30
tests: try to use FreeBSD in tests, after all it is a FreeBSD application. check-in: 7ac0e7419d user: thindil tags: trunk
2023-06-07
05:41
feat: initial commit check-in: 98ec1f437c user: thindil tags: trunk