6
I Use This!
Inactive

Commits : Listings

Analyzed about 10 hours ago. based on code collected about 14 hours ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
extras:Stacker:SelectorBar:ide: fixed scrolling controls are too small. improved fix for drawing issues with scrolling controls. More... almost 13 years ago
extras:Stacker:SelectorBar:ide: fixed drawing issues with scrolling controls for SelectorBar. removed initial gap as it's the most frequent use case. the gap is for between controls in the stacker. More... almost 13 years ago
ide: fixed debug menu being disabled while building added project. More... almost 13 years ago
ide: fixed debug menu items all disabled on build while debugging. followed rule of using a single line of code to en/dis-able any one menu item except in rare exceptions. More... almost 13 years ago
ide: fixed menu enabling/disabling on debugger state change and different build scenarios. fixed stopping build by using ctrl-s (stop) instead of ctrl-c. fixed debug restart. More... almost 13 years ago
ide:NodeProperties: fixed changing path didn't update the node. More... almost 13 years ago
ide:ProjectView:ProjectNode:NodeProperties: fixed superfluous folder changes causing re-build or re-link. More... almost 13 years ago
ide:NodeProperties: fixed folder icon changing to generic file icon on name change for a folder node. More... almost 13 years ago
Fixed Button leak in GlobalSettingsDialog More... almost 13 years ago
ide: Fixed leaking of DirectoriesBox in GlobalSettingsDialog More... almost 13 years ago
ecere/EditBox: Fixed uninitialized read of oldCounts in DelCh; Fixed undo bug #597 More... almost 13 years ago
ide: Patched regeneration of makefile on deleting folder More... almost 13 years ago
ide: Fixed makefile regeneration in added project when adding files More... almost 13 years ago
ide: Fixed SelectorBar/Stacker scroller placement bugs in Compiler Settings dialog More... almost 13 years ago
ide: Fixed Workspace issues (PathBox, was not saving arguments) More... almost 13 years ago
ide: Fixed target directory in Makefile generation More... almost 13 years ago
ide: Fixed PathBox browse through dialog (Global Settings will work now!!) More... almost 13 years ago
epj2make: Fixed JSON IDE's global settings loading (was crashing) More... almost 13 years ago
EDA:SQLite:SQLiteCipher: merged offline branch where SQLiteCipherDataSource inherits from SQLiteDataSource. removed EDASQLiteCommon.ec. More... almost 13 years ago
extras/regex: Fixed memory leak of matches More... almost 13 years ago
ide/debugger: fixed problem where debugging a different config would still run the first config debugged, fixed Debug menus not taking into account the debugging state More... almost 13 years ago
eda/sqlite: Fixed a crash on SetData to null; Fixed handling of signed 16bit values More... almost 13 years ago
extras/csv: Set sensible defaults options for CSVParser More... almost 13 years ago
ide: Added a missing null pointer crash in config-platform-specific options More... almost 13 years ago
Moved the initialization of 'processAll' so that it can be overriden in GuiApplication derivatives More... almost 13 years ago
ide:ProjectView:ProjectNode:NodeProperties: added 'new file' feature. made that and 'new folder' temporary and cancelable by pressing escape as to not modify the project before the changes are accepted. More... almost 13 years ago
ide:ProjectNode: fixed crash on null string More... almost 13 years ago
ide:ProjectView: fixed hotkey f used for both 'add files to...' and 'import folder'. now using i for 'import folder'. More... almost 13 years ago
extras:SSLSocket: additional #define uint _uint / #undef uint stuff for latest (1.0.0d) version of OpenSSL. More... almost 13 years ago
EDASQLiteCipher: fixed bad linux/osx library name (libssl -> crypto) in epj and makefile. More... almost 13 years ago