summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Collapse)Author
2018-02-02merge with libmdbxGeorge Hazan
2018-02-02fixes #1132 (KeepStatus doesn't work)George Hazan
2018-02-02StatusManager:George Hazan
- fixes #1129 (Status Manager broked. When I change profile - not happend) - all standard memory allocation routines replaced with mir_* (more effective) - classes used to allocate memory instead of manual code
2018-01-31fix for the broken message reading in NewsAggregatorGeorge Hazan
2018-01-31CMake: fixes for FreeImage.protomors
2018-01-31useless wrappers removed & replaced with PROTO_INTERFACE method callsGeorge Hazan
2018-01-29StatusManager:George Hazan
- all protocol data really merged together; - duplicated settings arrays removed; - stupid protoList removed; - fixed #1119; - version bump
2018-01-29unused code cleanedGeorge Hazan
2018-01-26fixes #1120 (missing popup skin)George Hazan
2018-01-26code optimizationGeorge Hazan
2018-01-26MS_IMG_LOAD replaced with Bitmap_Load where possibleGeorge Hazan
2018-01-26code cleaningGeorge Hazan
2018-01-26AdvaImg:George Hazan
- freeimage extracted to the separate library; - FI_INTERFACE removed, all references to it are replaced with direct calls of FreeImage_* functions; - unified project for AdvaImg
2018-01-24we need more readers, cause libmdbx returns MDBX_READERS_FULL on large profilesGeorge Hazan
2018-01-24merge with libmdbxGeorge Hazan
2018-01-24if we don't use MDBX_DUPSORT, there's no need to pass the data parameterGeorge Hazan
2018-01-24missing default comparatorGeorge Hazan
2018-01-23even more strict scopeGeorge Hazan
2018-01-23dbx_mdbx:George Hazan
- fix for a name conflict; - stricter transaction scope; - version bump
2018-01-23merge with libmdbxGeorge Hazan
2018-01-23StartPosition: 'virtual' is redundant when 'override' specified (C++11)Goraf
2018-01-22tabSRMM: empty highlight list isn't stored in profileGeorge Hazan
2018-01-22code cleaningGeorge Hazan
2018-01-22fix for broken contacts in mdbxGeorge Hazan
2018-01-19CloudFile: fixed #1113aunsane
2018-01-19related to #1102 - fixes lost Clist Modern skinGeorge Hazan
2018-01-19duplicate check removedGeorge Hazan
2018-01-19tabSRMM: it should be possible to set default style for the message input ↵George Hazan
area's font
2018-01-18SpellChecker:George Hazan
- fix for a memory allocation zoo; - code cleaning; - version bump
2018-01-18NewsAggregator: added symbol to replace tableKirill Volinsky
2018-01-17TabSRMM:George Hazan
- fixed: status icons in group chats aren't changed when needed - the status bar redraw procedure seriously optimized
2018-01-17neglection of const might easily cause problemsGeorge Hazan
2018-01-16fixes crash in mdbx under XPGeorge Hazan
2018-01-15more XP compatibilityGeorge Hazan
2018-01-15quick replacement for Windows Vista SRW locksGeorge Hazan
2018-01-15fix for various memory problems in SpellCheckerGeorge Hazan
2018-01-15NewsAggregator: removed useless AI inside SetContactStatusGeorge Hazan
2018-01-14adaptation of GetFileInformationByHandleEx for Windows XPGeorge Hazan
2018-01-14libmdbx added as set of filesGeorge Hazan
2018-01-14minus submoduleGeorge Hazan
2018-01-14NewsAggregator: added replace symbolKirill Volinsky
2018-01-12dbx_mdbx: info moved to wiki; capitalization like dbx_mmapdartraiden
2018-01-12this solution is too smart, smth goes wrong with it => KISS principle rulezGeorge Hazan
2018-01-11dbx_mdbx:George Hazan
- Remap() / MDBX_CHECK perversion removed; - mdbx_env_set_geometry() is used to grow file automatically
2018-01-11mdbx-plugin: fix names for clarity (minor, but renaming).George Hazan
# Conflicts: # plugins/Dbx_mdbx/src/libmdbx
2018-01-11fix for importing unknown / broken subsGeorge Hazan
2018-01-10merge from #1093: we don't check null pointers and missing subsGeorge Hazan
2018-01-10double handle closing removedGeorge Hazan
2018-01-10fix for an exception in 32-bit modeGeorge Hazan
2018-01-08SeenPlugin: add missing LPGENW, proper capitalizationdartraiden