1
I Use This!
Inactive

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 4 hours ago.
Dec 06, 2024 — Dec 06, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Appending two separate strings causes a ; - fix More... over 12 years ago
Changed compiler checks to be more clearly clang / gcc related More... almost 13 years ago
Don't set the GCC flag under clang More... almost 13 years ago
Build system fix Added in a section in the build system to attempt to make clang compile with C++11 support More... almost 13 years ago
Missed off a backslash. \. => \\. More... over 13 years ago
Better handling of character classes within the PCRE parser More... over 13 years ago
Moved some includes from the headers into the source files, this should speed up incremental builds a bit More... over 13 years ago
4.6 not 4.3, whoops More... over 13 years ago
Added in a check for GCC version to stop GCC 4.5 and below trying to build the C++11 section More... over 13 years ago
Fix mouse cursor not reverting after clicking on a regular expression item and added a low-opacity red background to highlighted errors More... almost 14 years ago
Restored "Export to Image" More... almost 14 years ago
Added a simple placeholder for when there is no expression More... almost 14 years ago
Handle T_ERROR properly in highlighter More... almost 14 years ago
Reworked ExpressionHighlighter to use the token sequence for highlighting More... almost 14 years ago
Made a change of regular expression format immediately update visualisation More... almost 14 years ago
Align items to the center by adding in stretch factors at loose ends More... almost 14 years ago
Finished making all graphics items use drawText and respect font settings More... almost 14 years ago
Switch to using painter->drawText() in some more graphics items, define drop zones in all directions of each element More... almost 14 years ago
Settings dialog now includes a font setting, still need to make the graphics items respect it though LiteralGraphicsItem does already More... almost 14 years ago
Started modifications to facilitate drag/drop behaviour More... almost 14 years ago
RegexGraphicsItem for re-introducing drag and drop capabilities, custom graphics scene created for handling drop zones More... almost 14 years ago
Parsers are not actually dependent on the module being found, we can include them by default More... almost 14 years ago
Remember to bring in CMake's config file More... almost 14 years ago
Added SpecialCharGraphicsItem and a definition for the ICU parser More... almost 14 years ago
Added the necessary classes and alterations to handle all of the syntax options available, next PosixParser and then CppEcmaScriptParser definitions More... almost 14 years ago
I /think/ this is correct, however my version of g++ seems to be giving incorrect results from std::regex_search More... almost 14 years ago
Finally got gcc up-to-date so I could actually compile with C++11 - initial compile fixes More... almost 14 years ago
Some code restructuring, and enabling of C++11, will work on getting this functional over the next few commits. More... almost 14 years ago
Enable anti-aliasing and align to pixel grid - hopefully More... almost 14 years ago
Lost the signal/slot to update expression, fixed. More... almost 14 years ago