aboutsummaryrefslogtreecommitdiff
path: root/main.gd
AgeCommit message (Expand)Author
2022-06-17First iteration over the day/night themes.dam
2022-06-16Added settings; Fixed virtual keyboard height bug with hack; Initial support ...dam
2022-04-04Implement back button logic.dam
2022-03-31Fixed signals on popup and modal_dialog to make those usable.dam
2022-03-30Fixed database fields being parsed as floats instead of integers by JSON.dam
2022-03-28Moved screen dots per inch initialization to onready var.dam
2022-03-27Restored vsync (was disabled by mistake on previous commit).dam
2022-03-27Implemented prototype of option set list component.dam
2022-03-04Improved touch scroll.dam
2022-02-13Check and request file access permissions on Android.dam
2022-02-09Add confirmation dialog to entry destructive actions.dam
2022-01-25Draft prototype of option sets structure.dam
2022-01-14Fix PointerInputSensor. Simplify TouchItemList and TouchVerticalContainer.dam
2022-01-04Implement clear and export data actions.dam
2021-12-16First prototype with working database and staging area.dam
2021-12-06Add file dialogs for import/export filters. Height adjusted to virtual keyboard.dam
2021-12-01Convert from native to godotdam