bluehazzard

Results 7 issues of bluehazzard

Uses a provided function that returns bool (or int in c) to compare provided test values This is useful if you want compare some complex values, or for example a...

Hi, on Linux if I use a locale with ',' as decimal point separator the parsing of the floating points in non string expressions is broken, because `_fvalue = (SQFloat)scstrtod(&_longstr[0],&sTemp);`...

Update the wxSmithSTC component. * Remove the stc source and use the scintilla component provided by wxWidgets * Update the code generation of the RichTextCtrl (asserts, or wrong behavior on...

Add detection and right usage of line endings and indentation to wxSmith As mentioned in chat, here is a pull request for better commenting and discussing

This pull request extends the debugger with memory range watches http://forums.codeblocks.org/index.php/topic,21457.30.html in addition it fixes a bug where debugger events are not fired cb92b4a and adds additional debugger events that...

This is the port from sqplus to sqrat The _[NOT COMPILE]_ marked commits do not compiler, because the project files are not updated until 77c1e3e52a74324117e36a52eb3bb70936133db5 . I have split up...

### Description #### Bug description: Building wxWIdgets without libnotify results in an not usable wxNotification class on linux mint: Creating a notification with the dialogs sample, creates a generic notification...