aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update CHANGELOG.md3.0.17Itay Grudev2019-10-111-0/+11
* Add CMake support (#66)Hennadii Chernyshchyk2019-10-117-35/+145
* Fix compilation warning/error (#74)iakov2019-10-101-5/+3
* Update CHANGELOG.md3.0.16Itay Grudev2019-09-221-0/+8
* Use geteuid and getpwuid to get username on Unix, fallback to environment var...Jonas Kvinge2019-09-221-15/+18
* v3.0.153.0.15Itay Grudev2019-08-231-0/+1
* v3.0.15Itay Grudev2019-08-231-0/+2
* Update CHANGELOG.mdItay Grudev2019-08-231-0/+3
* Fix return value of sendMessage() (#68)Jonas Kvinge2019-08-231-2/+2
* Fix spelling and typos (#70)Jonas Kvinge2019-08-232-3/+3
* Update FUNDING.ymlItay Grudev2019-05-301-7/+0
* Create FUNDING.ymlItay Grudev2019-05-301-0/+8
* Fixed typo in Windows.mdItay Grudev2019-02-251-1/+1
* v3.0.143.0.14Itay Grudev2019-01-223-0/+15
* fixed build process below Qt 5.6 (#57)Patrizio Bekerle2018-12-141-0/+13
* 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