summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Collapse)Author
2017-03-06Dropbox: fix file uploadaunsane
2017-03-06Scriver:George Hazan
- no more WM_COMMAND handlers in windows procedures; - full complect of UI buttons; - merged header files
2017-03-06tabSRMM: header files partially mergedGeorge Hazan
2017-03-06fix for the empty chat titlesGeorge Hazan
2017-03-06crash fixGeorge Hazan
2017-03-06method CSrmmWindow::GetIEViewSelection is used once, therefore inlinedGeorge Hazan
2017-03-06TNewWindowData - unneeded structure removedGeorge Hazan
2017-03-05code cleaningGeorge Hazan
2017-03-05unused type declaration removedGeorge Hazan
2017-03-05moving data from SESSION_INFO to CChatRoomDlgGeorge Hazan
2017-03-05fix for two more misprintsGeorge Hazan
2017-03-05Scriver: "entry area min size in lines" setting doesn't workGeorge Hazan
2017-03-05langpack fixGeorge Hazan
2017-03-05Scriver -> core splittersGeorge Hazan
also: - structure of Scriver SRMM classes redesigned to avoid problems with MS compilers; - unused cursors removed; - now splitter position is being saved & restored;
2017-03-05minor code cleaningGeorge Hazan
2017-03-03Microsoft, you stupid bastardsGeorge Hazan
2017-03-03tabSRMM:George Hazan
- fixes #728; - panel object aggregated instead of embedding; - more UI buttons for the groupchat window; - crazy translation optimization removed
2017-03-03fix for the shitty idea of all pre-created button objects' manual initializationGeorge Hazan
2017-03-03GCSessionInfoBase::hwndStatus considered uselessGeorge Hazan
2017-03-03.George Hazan
2017-03-02further tabSRMM cleanupGeorge Hazan
- duplicated functionality moved to CTabBaseDlg::DlgProc; - groupchat specific divider options removed, global ones are used instead; - more UI classes for CChatRoomDlg; - code cleaning
2017-03-02further SRMM window unificationGeorge Hazan
- CSrmmBaseDialog received m_hContact as its common member; - less usage of CTabBaseDlg::m_bType in tabSRMM
2017-03-02code cleanup in tabSRMMGeorge Hazan
- unused cursor removed (IDC_HYPERLINKHAND); - unused header file removed (all functions from generic_msghandlers.h are now declared inside a class) - code reorder;
2017-03-02tabSRMM: About dialog ported to UI classesGeorge Hazan
2017-03-01fix for a problem with activating new tabs in tabSRMMGeorge Hazan
2017-03-01attempt to fix a problem with closing chatsGeorge Hazan
2017-03-01further code cleaningGeorge Hazan
2017-03-01name conflict resolutionGeorge Hazan
2017-02-28TabSrmm -> UI classesGeorge Hazan
2017-02-27fix for IDC_ADD buttonGeorge Hazan
2017-02-27- name conflict resolution;George Hazan
- code cleaning
2017-02-26Scriver moved to UI classesGeorge Hazan
2017-02-20TabSRMM: default mask values must match optionsGeorge Hazan
2017-02-16OpenSSL: dynamic dll loading removedGeorge Hazan
2017-02-16duplicated lib folders no needed anymoreGeorge Hazan
2017-02-16miranda got her own OpenSSL binariesGeorge Hazan
for those who compile Miranda himself, these binaries can be downloaded from http://www.miranda-ng.org/distr/build/
2017-02-15SendScreenshot: Restore some potentially useful commentsRobert Pösel
2017-02-14fix for include duplicates & recursionsGeorge Hazan
2017-02-14- fixes #712 (chaos in file name processing)George Hazan
- massive code cleaning
2017-02-14Console: Fix size of copy/save text buffer (fixes #713)Robert Pösel
2017-02-12Msg_Export:Tobias Weimer
- Fixed Copy action - Added Notepad++ to options dialog predefined editors - warning fix
2017-02-10StatusManager: text tuningdartraiden
2017-02-09fix for the history export in h++George Hazan
2017-02-08ScriverTobias Weimer
- Double declaration removed
2017-02-07crash fixGeorge Hazan
2017-02-07warning fixesGeorge Hazan
2017-02-06Msg_Export: Fix opening/closing progress dialogRobert Pösel
2017-02-06Msg_Export: Fix progress dialog processingRobert Pösel
2017-02-06Msg_Export: Don't block whole Miranda during exportRobert Pösel
2017-02-06Msg_Export: Fix exporting unicode messages, make it even faster (addresses #609)Robert Pösel
Previously code worked with opening file and loading BOM at writing each event. When we stopped closing/opening file at each event it couldn't read BOM anymore, so it wrote messages in wrong codepage. This is not fixed by parameter defining we are just appending the file, so it doesn't need to determing BOM or even check file size. Thanks to this exporting is now about 70% faster than the initial optimization commit (in sum 13.5x faster than before).