aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fixed a typo (#55)3.0.13Patrizio Bekerle2018-11-301-1/+1
* v3.0.13aItay Grudev2018-10-041-0/+8
* Async socket processing (#49)3.0.13aFrancis Giraldeau2018-09-102-68/+124
* v3.0.12a Removed custom signal handling.3.0.12aItay Grudev2018-07-274-77/+12
* Proposed SA changes still containing a race condition (#48)3.0.11aItay Grudev2018-07-276-377/+475
* Fix sendmessage (#46)Francis Giraldeau2018-07-274-28/+45
* replace -lAdvapi32 with -ladvapi32 which broke the build on mxe (#43)Karl G2018-07-271-1/+1
* v3.0.10 Code cleanupv3.0.10Itay Grudev2017-12-031-0/+12
* removed c style casts and eliminated all clang warnings, ... (#38)Jedidiah Buck McCready2017-12-032-51/+51
* Primary PID support (#36)v3.0.9Itay Grudev2017-10-027-6/+111
* Fixed typo in the CHANGELOG.mdItay Grudev2017-08-201-0/+2
* v3.0.8v3.0.8Itay Grudev2017-08-201-0/+5
* bugfix - change QApplication to macro QAPPLICATION_CLASS (#34)BG44442017-08-201-1/+1
* v3.0.7av3.0.7aItay Grudev2017-04-231-0/+10
* Removed QMutex for thread safe behaviour and support for multiple SingleAppli...Itay Grudev2017-04-232-19/+1
* Fixed compilation error: cannot convert wchar_t* to LPSTR {aka char*} (#29)Vitaly Tonkacheyev2017-02-231-1/+1
* Remove magic chars from code - use more readable code style (#28)Evgeny2017-02-221-13/+17
* Removed version number from README.mdItay Grudev2017-02-021-2/+0
* v3.0.6av3.0.6aItay Grudev2017-02-021-0/+7
* Bug Fix Calculator example not raising it's window on WindowsItay Grudev2017-02-021-6/+4
* Reverted GetUserName API usage on Windows (#25)Itay Grudev2017-02-022-1/+19
* Fixed typo in README.mdItay Grudev2017-02-011-1/+1
* v3.0.5av3.0.5aItay Grudev2017-01-311-0/+7
* Refactored SingleApplicationPrivate destructor.Itay Grudev2017-01-302-18/+13
* Fix memory leak on SingleApplicationPrivate destruction (#23)retmas2017-01-301-0/+1
* v3.0.4av3.0.4aItay Grudev2017-01-251-0/+7
* Fixed shadow variable warning (#21)pjwhams2017-01-241-23/+23
* Fixed typo in CHANGELOG.mdItay Grudev2017-01-241-1/+1
* Removed Windows specific code for getting usernamev3.0.3aItay Grudev2017-01-242-16/+18
* Refactored slotConnectionEstablished()Itay Grudev2017-01-241-16/+14
* Fixed typos in CHANGELOG.mdItay Grudev2016-12-021-4/+4
* Update CHANGELOG.mdItay Grudev2016-11-281-1/+1
* SingleApplication v3.0.2av3.0.2aItay Grudev2016-11-272-2/+10
* Fix crash when username contains Unicode characters on Windows (#17)Le Liu2016-11-271-3/+1
* Single Application v.3.0.1av3.0.1aItay Grudev2016-11-262-14/+32
* Allow data exclusion for the server name hash and Windows fixes (#16)Le Liu2016-11-262-3/+24
* Fixed typo in README.mdItay Grudev2016-11-041-4/+4
* Merge pull request #14 from uralbash/masterItay Grudev2016-08-241-0/+1
|\
| * fix Windows warning about unused parameterSvintsov Dmitry2016-08-241-0/+1
|/
* Merge pull request #13 from uralbash/masterItay Grudev2016-08-222-1/+1
|\
| * Added missing "QMutex" dependenciesSvintsov Dmitry2016-08-222-1/+1
|/
* Fix bug (and compiler error) on Windows - wchar username supportItay Grudev2016-08-181-4/+5
* Improved documentation styling. Added HRs between API members.Itay Grudev2016-08-151-0/+14
* Improved `instanceStarted()` note in `README.md`.Itay Grudev2016-08-151-2/+4
* Disambiguation in `CHANGELOG.md`Itay Grudev2016-08-151-1/+1
* Fixed typo in `CHANGELOG.md`Itay Grudev2016-08-151-1/+1
* Improved documentation for v3.0av3.0aItay Grudev2016-08-101-11/+104
* Added an example of an application raising the primary instance windowItay Grudev2016-08-108-1/+754
* Added an example of an application sending it's arguments to the primary inst...Itay Grudev2016-08-104-0/+61
* Added a basic usage exampleItay Grudev2016-08-102-0/+14