summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-03-28langpacks: updatedartraiden
2019-03-28Menu_ModifyItem to receive icolib handle, not HICONGeorge Hazan
2019-03-27langpacks/german: updatedartraiden
2019-03-27langpacks: delete YAPP and rename Popupdartraiden
2019-03-27VKontakte:ElzorFox
fix group users in muc fix link to profile for group users in forwarded messages version bump
2019-03-27Clist events:George Hazan
- no need to save 4 bytes each time we wanna declare protocol-wide events; - all event adding code is forced to be executed in the main thread; - also fixes #1904 (ICQ: mail notification bug); - now we can use any event ids for global events.
2019-03-27pascal code cleaningGeorge Hazan
2019-03-27WinSCP 5.15dartraiden
2019-03-27libcurl: pick up Miranda-specific commitsdartraiden
2019-03-27libcurl: update to 7.64.1dartraiden
2019-03-27fixes #1903 (ICQ: auto dismiss tray notification if the mail was read in the ↵George Hazan
browser)
2019-03-27libssh2: pick up Miranda-specific commitsdartraiden
2019-03-27I hate Foldersdartraiden
2019-03-27iibssh2: update to 1.8.2dartraiden
2019-03-27не пригодилосьGeorge Hazan
2019-03-27pascal icolib code cleaningGeorge Hazan
2019-03-27UInfoEx: unused icolib code removed, the rest optimized to use Miranda's ↵George Hazan
standard structures
2019-03-26compilation fixGeorge Hazan
2019-03-26ME_SKIN2_ICONSCHANGED is totally obsoleted, thus removedGeorge Hazan
2019-03-26we shall never load two Popup.dll at a timeGeorge Hazan
2019-03-26Rename libaxolitl to libsignaldartraiden
2019-03-26langpacks/russian: updatedartraiden
2019-03-26langpacks/english: updatedartraiden
2019-03-26Discord: more descriptive namedartraiden
2019-03-26Spelling correctiondartraiden
2019-03-26StdPopup and Popup decapitalizationdartraiden
2019-03-26libaxolotl doesn't exist anymore, it's renamed to libsignalGeorge Hazan
2019-03-25major fix for the command-line parserGeorge Hazan
2019-03-25Jabber: error popup's title to carry account nameGeorge Hazan
2019-03-25ICQ-WIM: no need to wipe out Nick fieldGeorge Hazan
2019-03-25another atempt to make OS version understandableGeorge Hazan
2019-03-25ICQ-WIM: if nick is missing at the server, no need to create an empty stringGeorge Hazan
2019-03-25ICQ-WIN: if contact's nick is missing, try to copy it from IcqNick fieldGeorge Hazan
2019-03-24fixes #1897 (rare crash in IRC, when one user changes his nickname)George Hazan
2019-03-23Update issue templatesTobias Weimer
Added default labels
2019-03-22N&R: useless utility functions removedGeorge Hazan
2019-03-22fixed base addresses removedGeorge Hazan
2019-03-22Notes & reminders:George Hazan
- resource id cleaning & reordering; - one more fix related to #1660: stored reminders cannot be edited
2019-03-22fixes #1660 completelyGeorge Hazan
2019-03-21no need to set the base address these daysGeorge Hazan
2019-03-20Notes & reminders:George Hazan
- useless control id IDC_CLOSE removed & replaced with IDCANCEL; - useless functions WriteSettingIntArray / ReadSettingIntArray / UpdateGeomFromWnd removed; - arrays g_reminderListGeom & g_notesListGeom removed, these data are controlled now via standard call of Util_Save/RestoreWindowPosition; - rest of UI code rewritten using UI classes; - code cleaning
2019-03-20more corrections for #1660George Hazan
2019-03-20WinSCP 5.13.9dartraiden
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-19added CCtrlDate::SetTimeGeorge Hazan
2019-03-19missing CBN_KILLFOCUS handler in CCtrlComboGeorge Hazan
2019-03-19CCtrlDate - new UI class for date/time pickersGeorge Hazan
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;