summaryrefslogtreecommitdiff
path: root/plugins/TopToolBar
AgeCommit message (Expand)Author
2015-06-28code cleaningGeorge Hazan
2015-06-27- clist menus went to functionsGeorge Hazan
2015-06-26next slice of cutting out unused menu features - popupPositionGeorge Hazan
2015-06-25MS_CLUI_GETHWND & MS_CLUI_GETHWNDTREE replaced with pcli->hwndContactList & p...George Hazan
2015-06-19SIZEOF replaced with more secure analog - _countofGeorge Hazan
2015-06-18langpack services module destroyed from mir_appGeorge Hazan
2015-06-15MS_SKIN_LOADICON & MS_SKIN_LOADPROTOICON replaced with direct function callsGeorge Hazan
2015-06-14- all icolib services removed;George Hazan
2015-06-13- miranda32.exe now does nothing bug extends PATH to %miranda_root%\libs and ...George Hazan
2015-06-07SKINICONDESC -> MAllStringsGeorge Hazan
2015-06-04new mir_snprintf templates without SIZEOFGeorge Hazan
2015-06-01- atavism named MS_UTILS_LOADBITMAP removed;George Hazan
2015-05-23replace strcat to mir_strcatKirill Volinsky
2015-05-22replace strcpy to mir_strcpyKirill Volinsky
2015-05-22replace strcmp to mir_strcmpKirill Volinsky
2015-05-05Unicode windows procedure, suddenly...George Hazan
2015-04-30cleanupKirill Volinsky
2015-04-15after commit #12797 field OPTIONSDIALOGPAGE::cbSize became an atavism, and th...George Hazan
2015-03-24* multiple WINE bug fixes over DeferWindowPos(), bug rep: https://bugs.winehq...Rozhuk Ivan
2015-03-01Toptoolbar:Tobias Weimer
2015-01-14TopToolBar:Tobias Weimer
2014-12-31Year 2015 version updateGeorge Hazan
2014-12-14SendDlgItemMessage(...BM_SETCHECK ...) -> CheckDlgButton(...)Rozhuk Ivan
2014-11-30new sorting functions appliedGeorge Hazan
2014-11-30Fix buf size for Get/Set text, open/save file nameRozhuk Ivan
2014-11-29attempt to fix the endless recursion rebuilding the toolbar when AutoSize=1 George Hazan
2014-11-28crazy flag TTBST_RELEASED removedGeorge Hazan
2014-07-26Toptoolbar messagebox message changedVadim Dashevskiy
2014-07-02TopToolBar: fix 'Show/hide offline contacts' button (call service function wi...slotwin
2014-06-25MetaContact -> metacontact; decapitalizationDart Raiden
2014-06-17TopToolBar: remove unused resourcesslotwin
2014-06-17TopToolBar: expand list of internal buttonsslotwin
2014-06-13Few translation fixesRobert Pösel
2014-05-23TopToolBar: proper capitalization in options and tooltipsslotwin
2014-03-26De-capitalization Vadim Dashevskiy
2014-03-22WIN32 macro isn't needed in projectsGeorge Hazan
2014-03-12Some fixes for x64: SetWindowLong -> SetWindowLongPtr, GetWindowLong -> GetWi...Rozhuk Ivan
2014-03-12SetWindowLongPtr() and GetWindowLongPtr() multiple fixes for x64Rozhuk Ivan
2014-02-28farewell MSVS 2012Vadim Dashevskiy
2014-02-24valid first parameter's name of ME_DB_CONTACT_SETTINGCHANGED handlersGeorge Hazan
2014-01-25end of version zooGeorge Hazan
2014-01-02added destructor LIST::~LIST, that calls destroy() automatically.George Hazan
2014-01-02- Clist_mw & TopToolBar: LPGEN macro added to some old code;Vadim Dashevskiy
2014-01-02clist_mw: developer name addedDart Raiden
2014-01-01copyright update for year 2014George Hazan
2013-11-09added projects and solutions for vc2013Kirill Volinsky
2013-10-20one more accessibility fixTobias Weimer
2013-09-25valid options initializationGeorge Hazan
2013-08-14removed trailing spaces from ressourcesTobias Weimer
2013-07-22replace sprintf to mir_snprintf (part 1)Kirill Volinsky