Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-03-06 | Dropbox: fix file upload | aunsane | |
2017-03-06 | Scriver: | George Hazan | |
- no more WM_COMMAND handlers in windows procedures; - full complect of UI buttons; - merged header files | |||
2017-03-06 | tabSRMM: header files partially merged | George Hazan | |
2017-03-06 | fix for the empty chat titles | George Hazan | |
2017-03-06 | crash fix | George Hazan | |
2017-03-06 | method CSrmmWindow::GetIEViewSelection is used once, therefore inlined | George Hazan | |
2017-03-06 | TNewWindowData - unneeded structure removed | George Hazan | |
2017-03-05 | code cleaning | George Hazan | |
2017-03-05 | unused type declaration removed | George Hazan | |
2017-03-05 | moving data from SESSION_INFO to CChatRoomDlg | George Hazan | |
2017-03-05 | fix for two more misprints | George Hazan | |
2017-03-05 | Scriver: "entry area min size in lines" setting doesn't work | George Hazan | |
2017-03-05 | langpack fix | George Hazan | |
2017-03-05 | Scriver -> core splitters | George 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-05 | minor code cleaning | George Hazan | |
2017-03-03 | Microsoft, you stupid bastards | George Hazan | |
2017-03-03 | tabSRMM: | George Hazan | |
- fixes #728; - panel object aggregated instead of embedding; - more UI buttons for the groupchat window; - crazy translation optimization removed | |||
2017-03-03 | fix for the shitty idea of all pre-created button objects' manual initialization | George Hazan | |
2017-03-03 | GCSessionInfoBase::hwndStatus considered useless | George Hazan | |
2017-03-03 | . | George Hazan | |
2017-03-02 | further tabSRMM cleanup | George 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-02 | further SRMM window unification | George Hazan | |
- CSrmmBaseDialog received m_hContact as its common member; - less usage of CTabBaseDlg::m_bType in tabSRMM | |||
2017-03-02 | code cleanup in tabSRMM | George 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-02 | tabSRMM: About dialog ported to UI classes | George Hazan | |
2017-03-01 | fix for a problem with activating new tabs in tabSRMM | George Hazan | |
2017-03-01 | attempt to fix a problem with closing chats | George Hazan | |
2017-03-01 | further code cleaning | George Hazan | |
2017-03-01 | name conflict resolution | George Hazan | |
2017-02-28 | TabSrmm -> UI classes | George Hazan | |
2017-02-27 | fix for IDC_ADD button | George Hazan | |
2017-02-27 | - name conflict resolution; | George Hazan | |
- code cleaning | |||
2017-02-26 | Scriver moved to UI classes | George Hazan | |
2017-02-20 | TabSRMM: default mask values must match options | George Hazan | |
2017-02-16 | OpenSSL: dynamic dll loading removed | George Hazan | |
2017-02-16 | duplicated lib folders no needed anymore | George Hazan | |
2017-02-16 | miranda got her own OpenSSL binaries | George Hazan | |
for those who compile Miranda himself, these binaries can be downloaded from http://www.miranda-ng.org/distr/build/ | |||
2017-02-15 | SendScreenshot: Restore some potentially useful comments | Robert Pösel | |
2017-02-14 | fix for include duplicates & recursions | George Hazan | |
2017-02-14 | - fixes #712 (chaos in file name processing) | George Hazan | |
- massive code cleaning | |||
2017-02-14 | Console: Fix size of copy/save text buffer (fixes #713) | Robert Pösel | |
2017-02-12 | Msg_Export: | Tobias Weimer | |
- Fixed Copy action - Added Notepad++ to options dialog predefined editors - warning fix | |||
2017-02-10 | StatusManager: text tuning | dartraiden | |
2017-02-09 | fix for the history export in h++ | George Hazan | |
2017-02-08 | Scriver | Tobias Weimer | |
- Double declaration removed | |||
2017-02-07 | crash fix | George Hazan | |
2017-02-07 | warning fixes | George Hazan | |
2017-02-06 | Msg_Export: Fix opening/closing progress dialog | Robert Pösel | |
2017-02-06 | Msg_Export: Fix progress dialog processing | Robert Pösel | |
2017-02-06 | Msg_Export: Don't block whole Miranda during export | Robert Pösel | |
2017-02-06 | Msg_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). |