0
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Tasks can now be grouped under a parent. Parent Tasks are complete when all of their children are complete. Progression and Parent Tasks now display completed Tasks out of a maximum number of Tasks. Adding icons for Parent Tasks. Task completion is now set, not toggled. Juice: Percentage bars now gradually rise and fall, to make it more appealing to look at. Juice: Camera movement is now softer (0.2 > 0.1). Fix: Camera could be a percentages, creating artifacting. Adding intermediary camera offset variable to help prevent this. Adding to To-do List. More... over 5 years ago
Searchbar now holds results. It is now possible to step through search results using buttons in GUI or shortcuts (Ctrl+F or Ctrl+Shift+F). Searchbar now searches Tasks' filepaths. Adding to To-do List. More... over 5 years ago
To-do list stuff. More... over 5 years ago
Deadlines! Tasks now can have deadlines. NumberSpinners now have minimum and maximum values. NumberSpinners can loop values. Tasks don't glow as brightly. The date is displayed at the bottom. Timeline at top is removed. More... over 5 years ago
To-do list. More... over 5 years ago
Icons are now drawn for each kind of Task. Drawing icons can be turned off by the project settings. Broken image icon appears if an image doesn't have a valid path. Moving Blueprint up next to Sunlight, as it's a light theme. Fix: Loading Project Settings' GridVisible var was assuming it'd exist. Moving variables around Project struct to group them better. Adding icon sprites. Todo list updates. More... over 5 years ago
Changing color themes around a bit. More... over 5 years ago
Adding Piano theme. Changing colors for themes. Grid now draws crosshair using GUI_INSIDE_DISABLED rather than GUI_FONT_COLOR for some extra color-pop. Notes now flash when selected, for increased visibility. To-do list. More... over 5 years ago
To-do list. More... over 5 years ago
Fix: Selecting null Task below deleted ones. Whoops. More... over 5 years ago
Quality of life control improvements. You can hold Control and press the left or right keys in Textboxes to move by word. You can now hold keys to select Tasks or reorder them quickly. Deleting Tasks selects the next-lowest Task in the stack automatically. You can now press return to enter newlines in textboxes. You can press Home or End to skip to the beginning or end of textboxes. Loading is now backwards-compatible; functions to retrieve data from save files take a default value if the save file didn't contain any information. Todo list. More... over 5 years ago
Todo list. More... over 5 years ago
Tasks can now download resources from URLs. Resources are downloaded to the temporary directory, and should be automatically deleted when replacing the Task's resource or exiting the program. Adding to Todo list. More... over 5 years ago
Textbox improvements. You can click in a Textbox to position the caret. You can use the arrow keys to move the caret around a Textbox. You can paste text into a Textbox with Ctrl+V. You can delete text with the delete key now. Image and Sound Tasks now use Textboxes for the path, allowing you to more easily type them in if you know the path, or paste in the paths if you copied them from elsewhere. Fix: Images now properly reset the size if a new image is loaded in. Fix: Images now only load when closing a task if the image wasn't previously successfully loaded. Fix: Copying and Pasting GIFs works now (they used to share references to GIF animation struct pointers). More... over 5 years ago
Animated GIF support! Currently this is pretty heavy; assets should be shared amongst GIFs with the same path to simplify things. Grid colors reversed. Bright shadows are additive blended, as they're essentially neon. More... over 5 years ago
Many changes. Checkbox now has a Changed boolean to see when the value has been just changed. Adding allowance for newlines, alpha characters, maximum characters, and alignment to Textbox. Adding icons for truncated Tasks and Sound Tasks. Sound icon draws to the left of the Task, truncated text Task icon draws to the right. Font is now a custom font (Monaco, specifically). Spacing adjusted for font. Adding soft shadows. Shadow color is part of themes. Dark themes have neon shadows. Adding shadow quality spinner to project settings. Adding grid visibility checkbox to project settings. Double-click is more lenient now. Removing the remaining raygui usage. Tasks now record time of creation and completion. That information is saved and displayed within the Task when editing it. Progress bar changed to Progression. A progression Task is a Task that takes place over discretely trackable steps (i.e. complete 40 levels). This is generally more usable than an arbitrary progress bar. Creating NumberSpinner for this. NumberSpinner is a GUI element, a Spinner that you can click in to edit, and has buttons to increment the value within by one. Changing plan TODO list. More... over 5 years ago
Adding to TODO list. More... over 5 years ago
Adding to TODO list. More... over 5 years ago
Fix: Pan for new project defaults to showing 0,0. Fix: Image stretch squares are colored better now. Adding to TODO list. More... over 5 years ago
Adding /bin/ folder to gitignore. Adding build.sh script. More Tasks to complete. FIX: Window moves over to 1920, 0. More... over 5 years ago
Changes to plan. Also changing theme colors. More... over 5 years ago
Adding blueprint theme. Making buttons change color on press. Adding ideas to plan. More... over 5 years ago
File menu added to context menu. Program attempts to reload last opened plan by default. You can now change color theme from within the program. Project.Save() and Project.Load() now return booleans if they were successful or not. Minor changes to actual project plan. Project plan is by default now called "master.plan", though I'm not sure if the program name will be that. Adding .gitignore to ignore lastopenedplan file (which is created by the program now to see what the last opened plan was). More... over 5 years ago
Fix: Properly naming light theme (it's "Sunlight"). Fix: Properly storing theme in brand new project so it properly saves. Repositioning context menu. Working more on context menu's file section. Fix: GetFirstFreeID() wasn't working correctly. Now it does, and diffs should be more logical... Hopefully. Task glow is brighter. Task shadow is not as dark. More... over 5 years ago
Improvements to project file saving. Diffs should be more legible now. More... over 5 years ago
Clicking on searchbar refocuses on searched tasks. More... over 5 years ago
Ideas for undo+redo. More... over 5 years ago
Fix: Tasks were saving in top-down order. This was making diffs nonsensical, as putting another task above the top-most one in the project would then populate the save with a mixture of fields from the last task and some from the latter, not keeping them separate. More... over 5 years ago
Sound Task support. Sound system uses faiface/beep, as Raylib's current version cuts sound off half-way and only supports streaming on OGG files. Sounds trigger when pressing C or clicking on them. Progress bar fills as sound plays. Sounds arranged vertically autoplay, forming a "playlist". Getting rid of memory leaks when replacing an Image in a Task; same with Sounds. Also doing the same thing when deleting a Task. Clearing Task neighbors moved out of "dragging" message receiver in Task to Project when dropping a Task, as this allows the neighbor relations to stick around until the Task is actually moved, not just when clicked and moving it around. SampleRate and SampleBuffer are stored in the project file. Sound files can properly be dragged onto the program window and instantiated. Shift + C is used to stop all playing sounds. Fix: Labels created with raygui had wrong color. Fix: taskRec.Y offset +1 > +8 to keep from dragging a Task a bit down, letting go, and losing the neighbors. More... over 5 years ago
Progress bar no longer is green at 100%. Stays Outline color instead of Outline Highlighted. More... over 5 years ago