summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Collapse)Author
2019-03-20more corrections for #1660George Hazan
2019-03-20Notes & reminders:George Hazan
- manual delphi resources replaced with VS-style control ids; - reminder notification dialog moved to UI classes; - fixes #1746 (Notes and Reminders: add repeat reminders support)
2019-03-18Notes and Reminders: resource cosmeticdartraiden
2019-03-18Notes & Reminders:George Hazan
- options dialog rewritten using UI classes; - GUI logic changed, now all Reminders dialogs carry have attached structures; - fixes #1660 ([Sticky Notes and Reminders] Slight change in behaviour of plugin settings)
2019-03-18Notes & reminders:George Hazan
- Unicode fonts; - minor gui fixes; - custom Trim implementation removed;
2019-03-18Notes & Reminders:George Hazan
- ANSI plugin became Unicode and therefore went under standard project templates; - globals.h renamed to stdafx.h, stdafx.cxx added to a project; - old pascal-style lists replaced with LIST<> templates; - massive code cleaning; - version bump
2019-03-13fix for tabSRMM alt+tab iconGeorge Hazan
2019-03-13another fix for OTR Verify iconGeorge Hazan
2019-03-13MirOTR: fix for swapped iconsGeorge Hazan
2019-03-12attempt to create a suitable Miranda versionGeorge Hazan
2019-03-12Exchange: warning fixes + code cleaningGeorge Hazan
2019-03-12fixes for format specifiersGeorge Hazan
2019-03-12warning fixesGeorge Hazan
2019-03-12YAMN: warning fixesGeorge Hazan
2019-03-12more code cleaningGeorge Hazan
2019-03-12MirandaG15: warning fixes + massive code cleaningGeorge Hazan
2019-03-12code cleaningGeorge Hazan
2019-03-12code cleaningGeorge Hazan
2019-03-11fix for dll nameGeorge Hazan
2019-03-11too many +dartraiden
2019-03-11forgotten fixes to Actmandartraiden
2019-03-11Rename Popup.dll to avoid confusion with StdPopup (thx Wishmaster)dartraiden
2019-03-11code cleaningGeorge Hazan
2019-03-11warning fixGeorge Hazan
2019-03-11code cleaning for old shitty helperGeorge Hazan
2019-03-11warning fix for non-standard projectsGeorge Hazan
2019-03-11obsolete option removed from project filesGeorge Hazan
2019-03-08fixes #1890 (Send Screenshot plugin no longer functional after most recent ↵George Hazan
update)
2019-03-08life is too short to remember whether this structure is zeroed or notGeorge Hazan
2019-03-08old unused shit removedGeorge Hazan
2019-03-07Srmm_ModifyIcon now changes only tooltip and/or icon, Srmm_SetIconFlags ↵George Hazan
controls flags
2019-03-07Skin_GetProtoIcon - new function to retrieve status icon's handleGeorge Hazan
2019-03-07OTR:George Hazan
- icolib icons support rewritten more transparently; - fix for the wrong icon in menu
2019-03-07tabSRMM:George Hazan
- useless message DM_SETICON replaced with a call of SetIcon; - fixes #1866 (when sub is changed, tabSRMM doesn't update an avatar in taskbar) - code cleaning & names conflict resolution
2019-03-07duplicate code cleaningGeorge Hazan
2019-03-07fixes #1888 (DbAutobackuper: move "Disable popups" option to Popus section)George Hazan
2019-03-07duplicate popup icons moved into global skinGeorge Hazan
2019-03-06fix for the popup window class nameGeorge Hazan
2019-03-06popups: pascal code cleaningGeorge Hazan
2019-03-06popups:George Hazan
- internal implementation details & all service declarations moved to m_popup_int.h; - all service calls removed and replaced with function calls; - direct access to popup serttings replaced with Popup_Enable / Popup_Enabled;
2019-03-06oopsdartraiden
2019-03-06Actman: no more YAPPdartraiden
2019-03-06fix for OS version passingGeorge Hazan
2019-03-05Popup:George Hazan
- wiping out checks for service presence; - code cleaning
2019-03-05fixes #1876 (YAPP renamed to StdPopup, to popup service be always present)George Hazan
2019-03-04MenuItemEx: Request Auth menu item removedGeorge Hazan
2019-03-04code cleaningGeorge Hazan
2019-03-04compilation fixGeorge Hazan
2019-03-04PluginUpdater: unused thread removedGeorge Hazan
2019-03-02all protocols (even virtual ones) moved to the Protocols folderGeorge Hazan