1
I Use This!
Inactive

Commits : Listings

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