summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2015-12-21code cleaningGeorge Hazan
2015-12-21- more effective binary search of MUUIDs;George Hazan
2015-12-21hex2bin / hex2bin -> fast hex decoder from char / WCHAR to binary dataGeorge Hazan
2015-12-20it's "database driver"Dart Raiden
2015-12-19fix for buggy 2010 runtimeGeorge Hazan
2015-12-17- fix for the possible endless loop scanning menus;George Hazan
2015-12-15tray menu reference to a main menu displays old itemsGeorge Hazan
2015-12-15menu id should be displayed even for submenusGeorge Hazan
2015-12-15fix for creating erroneous .dat in Profile ManagerGeorge Hazan
2015-12-14the ability to insert submenus into submenus temporarily suspendedGeorge Hazan
2015-12-14yet another way to violate menu item's flagsGeorge Hazan
2015-12-13convertor doesn't assign visibility flag correctlyGeorge Hazan
2015-12-13menu item is visible by defaultGeorge Hazan
2015-12-13- Move to group menu item doesn't popup in menu editor anymore;George Hazan
2015-12-13- custom visiblity flag not to be cleared by a pluginGeorge Hazan
2015-12-12Netlib: Allow getting longer proxy server address from Internet Explorer (fix...Robert Pösel
2015-12-10first version of menu editor with dragging between menusGeorge Hazan
2015-12-09- correct menu serialization;George Hazan
2015-12-08first version of custom submenu button that doesn't crash (doesn't work either)George Hazan
2015-12-07nasty crutch died George Hazan
2015-12-07fix to apply the unique identifiers to all menu rootsGeorge Hazan
2015-12-07menu converter now scheduled to be executed after all pluginsGeorge Hazan
2015-12-03service call inlinedGeorge Hazan
2015-12-03- some old junk removed;George Hazan
2015-12-03no need to generate useless separators in the beginning of each submenuGeorge Hazan
2015-12-03SESSION_INFO::pMe isn't nullified on user's exitGeorge Hazan
2015-12-02crutch for assigning virtual menu ids to menu roots without idsGeorge Hazan
2015-12-02forgotten assignmentGeorge Hazan
2015-12-02compilation fixGeorge Hazan
2015-12-01also fix for an editorGeorge Hazan
2015-12-01missing menu lines must be visible by defaultGeorge Hazan
2015-12-01new UUID-based menu editor & convertorGeorge Hazan
2015-11-29resource cosmeticDart Raiden
2015-11-16Partial revert of r11387: This used to be three-state-checkboxes. (fixes #1086)Tobias Weimer
2015-11-16simple thread's handle gets closed too earlyGeorge Hazan
2015-11-11fix for the broken MS_CLIST_CONTACTSCOMPAREGeorge Hazan
2015-11-11thread library:George Hazan
2015-11-06Core: Minor cleanupTobias Weimer
2015-11-03Stdmsg: Do not send tab key as input text to message window if user just want...Piotr Piastucki
2015-11-01fixes #1080 (tls11a12.patch)George Hazan
2015-10-30missing file addedGeorge Hazan
2015-10-30old unused code that belongs to StdClist moved from the core to pluginGeorge Hazan
2015-10-28fix for db_unset() calls over resident variablesGeorge Hazan
2015-10-28Optimize ME_DB_CONTACT_SETTINGCHANGED functions to not use mir_strcmp() but j...Robert Pösel
2015-10-27missing initialization code in StdChat George Hazan
2015-10-27CompareString considered slow and therefore removedGeorge Hazan
2015-10-26IsPluginLoaded - a function to detect if plugin is loadedGeorge Hazan
2015-10-22code cleaningGeorge Hazan
2015-10-15l*/L*/-* - deletes settings whose name match the preceding mask (* and ? are ...George Hazan
2015-10-10modal message boxTobias Weimer