summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Collapse)Author
2013-11-09added projects and solutions for vc2013Kirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@6831 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-11-09fix for a rare crash in YAPP on very fast machinesGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@6830 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-11-08minor cosmeticsTobias Weimer
git-svn-id: http://svn.miranda-ng.org/main/trunk@6827 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-11-08Proper version of [6729]Robert Pösel
git-svn-id: http://svn.miranda-ng.org/main/trunk@6824 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-11-08Proper version of [6822]Robert Pösel
git-svn-id: http://svn.miranda-ng.org/main/trunk@6823 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-11-08Fingerprint: correct client namesDart Raiden
git-svn-id: http://svn.miranda-ng.org/main/trunk@6822 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-11-07fix for invisible (but still readable out loud) strings in Scriver resourcesGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@6821 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-11-07various code cleaningGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@6820 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-11-07oopsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@6819 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-11-07compilation fix for PU for Miranda IMGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@6818 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-11-07replaced weird character with human-readable textTobias Weimer
git-svn-id: http://svn.miranda-ng.org/main/trunk@6817 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-11-07shameful death of Miranda NG related masks in FingerprintNGGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@6816 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-11-06compilation fixGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@6807 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-11-06Actman 30 merged with Awk'sVadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@6806 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-11-05* small code cleanup (and kind of x86_64 compatibility) THANKS @Wishmaster ↵René Schümann
(and @person as well for his improvement) ! fixed compatibility with UInfoEx (not smart to unload it's class when we didn't register it.. and later relying on it's existence) git-svn-id: http://svn.miranda-ng.org/main/trunk@6800 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-11-05- GetAverageMode moved to CLIST_INTERFACE;George Hazan
- copy of it removed from clist_modern git-svn-id: http://svn.miranda-ng.org/main/trunk@6793 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-11-05ooops...René Schümann
- removed slipped through todo's / comments ! fixed bug I introduced (file numbering...) also fixed a case were file-number exceeds "maximum" of 99999 (5 chars) * changed default output format to "png" instead of "tif" (why tif? it can't even be used by everyone...) ! fixed "maybe" uninitialized variable ! fixed memory leak ! fixed freeing a pointer thats still used (man this code's ugly..) git-svn-id: http://svn.miranda-ng.org/main/trunk@6791 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-11-05// final commit (5 out of 5)René Schümann
+ added new window selection highlighting (removed old one and functions related to it) + fully added functionality to capture child windows (this also enables to capture singe controls such as buttons or entire groups) hold SHIFT or ALT while selecting a window to capture child windows *+ new target icon (made by me :P better visibility on black and white surfaces) git-svn-id: http://svn.miranda-ng.org/main/trunk@6790 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-11-05// 4 out of 5René Schümann
! fixed transparency issues when capturing windows + added support to capture child windows (next commit) * changed order of "set foreground" and "make top window" to hopefully fix usability problems related to it, also "restore" top window after capture git-svn-id: http://svn.miranda-ng.org/main/trunk@6789 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-11-05// 3 out of 5René Schümann
! fixed allocation of new char[] and freeing as Gdiplus::ImageCodecInfo struct ! fixed missing initialization (also reordered to comply declaration) * allowed target window to be reused if "Open Again" is set. git-svn-id: http://svn.miranda-ng.org/main/trunk@6788 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-11-05// 2 out of XRené Schümann
* cleanup (nothing functional) commented out unused functions, simplified some code, removed "unused" returns git-svn-id: http://svn.miranda-ng.org/main/trunk@6787 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-11-05// BEGIN OF UPDATES (1 out of X)René Schümann
! fixed dynamic loading / unloading (basic support, but should work so far) ! fixed possible x86_64 problem/crash ! fixed file version string in about dialog * removed double "&" in "Drag&Drop target" text * changed resources from "German" to "English" and made them WinSDK compatible * bumped version * improved about dialog (mainly readiness of credits) git-svn-id: http://svn.miranda-ng.org/main/trunk@6786 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-11-04TooltipNotify: resource cosmeticsDart Raiden
git-svn-id: http://svn.miranda-ng.org/main/trunk@6778 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-11-04unneeded capitalizationDart Raiden
git-svn-id: http://svn.miranda-ng.org/main/trunk@6777 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-11-04StatusPlugins: resource cosmeticsDart Raiden
git-svn-id: http://svn.miranda-ng.org/main/trunk@6775 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-11-04half-dead clist modern toolbar became 3/4 deadGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@6772 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-11-04git-svn-id: http://svn.miranda-ng.org/main/trunk@6768 ↵Vadim Dashevskiy
1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-11-04LCDFramework project removed, integrated to MirandaG15 projectVadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@6767 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-11-04StartupSilence: small spelling fixesDart Raiden
git-svn-id: http://svn.miranda-ng.org/main/trunk@6766 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-11-03spelling correctionsDart Raiden
git-svn-id: http://svn.miranda-ng.org/main/trunk@6764 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-11-03forgotten optimizationVadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@6763 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-11-03MirandaG15: proper version info, russian MirandaG15.txt is moved back grom ↵Vadim Dashevskiy
Deprecated git-svn-id: http://svn.miranda-ng.org/main/trunk@6762 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-11-03MirandaG15: spelling correctionsDart Raiden
git-svn-id: http://svn.miranda-ng.org/main/trunk@6761 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-11-03small project cleanupVadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@6760 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-11-03brought to common structureVadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@6759 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-11-03compilation fixGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@6758 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-11-03MirandaG15 added to solutions (x64 doesn't compile)Vadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@6756 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-11-03MirandaG15: useless ifdef removedRobert Pösel
git-svn-id: http://svn.miranda-ng.org/main/trunk@6755 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-11-03MirandaG15: warning fixesRobert Pösel
git-svn-id: http://svn.miranda-ng.org/main/trunk@6754 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-11-03MirandaG15 now works correctly (thanks to Intri for patch) and cleanupRobert Pösel
git-svn-id: http://svn.miranda-ng.org/main/trunk@6753 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-11-03label size fixedKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@6752 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-11-02Tipper: missing spaceDart Raiden
git-svn-id: http://svn.miranda-ng.org/main/trunk@6748 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-11-02langpacks update (by RMN)Vadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@6747 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-11-02StartupSilence: one more fix (by person)Vadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@6746 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-11-02StartupSilence: filtered mode popup notificationVadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@6745 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-11-02- add external serviceVadim Dashevskiy
- add ability to display service popups on startup and filtered mode, such as keepstatus notification git-svn-id: http://svn.miranda-ng.org/main/trunk@6743 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-11-02NewXstatusNotify: restored last seen implementation, now it's hidden option, ↵Sergey Tatarinov
disabled by default, no one hurt, not slow down the work. git-svn-id: http://svn.miranda-ng.org/main/trunk@6739 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-11-02CmdLine: cosmetics (by RMN)Vadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@6738 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-10-31FavContacts: small correctionDart Raiden
git-svn-id: http://svn.miranda-ng.org/main/trunk@6732 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-10-31FavContacts: en-us spellingDart Raiden
git-svn-id: http://svn.miranda-ng.org/main/trunk@6731 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c