summaryrefslogtreecommitdiff
path: root/plugins/TabSRMM/src/buttonsbar.cpp
AgeCommit message (Collapse)Author
2017-11-13Code modernize ...Goraf
* replace 0/NULL with nullptr [using clang-tidy]
2017-08-31unused control id removedGeorge Hazan
2017-08-08ME_MSG_TOOLBARLOADED is hooked everywhere as a temporary eventGeorge Hazan
2017-05-04fix for clicking on arrow buttonsGeorge Hazan
2017-04-17more common code incapsulated into mir_app.dllGeorge Hazan
2017-03-22nick list moved to mir_appGeorge Hazan
2017-03-22- more SRMM buttons went to mir_app;George Hazan
- history button handler also moved to mir_app;
2017-03-21- fix for button codes in tabSRMM;George Hazan
- CSrmmBaseDialog::ProcessHotkeys to receives control keys statuses as well
2017-03-21some common code moved into mir_appGeorge Hazan
2017-03-09any CSrmmBaseDialog descendant can refer to SESSION_INFO, not only CChatRoomDlgGeorge Hazan
2017-03-08cosmetic code cleaningGeorge Hazan
2017-03-08code cleaningGeorge Hazan
2017-03-07tabSRMM: both window types to use the same spliiter YGeorge Hazan
2017-03-06TNewWindowData - unneeded structure removedGeorge Hazan
2017-03-01name conflict resolutionGeorge Hazan
2017-02-28TabSrmm -> UI classesGeorge Hazan
2017-01-10fixes #670 (Broken (TabSRMM) toolbar dropdowns)George Hazan
2016-12-30flag renamed to be more logically calledGeorge Hazan
2016-12-18- two unused variables removed;George Hazan
- second splitter's position altered to place a smiley button correctly
2016-12-17- tabSRMM to share the kernel window list for chats & group chats;George Hazan
- button creation nuances moved to the core
2016-12-13unused code removedGeorge Hazan
2016-12-10- ability to pass a button's text to a toolbar button;George Hazan
- common code moved into the core
2016-12-06StdMsg & Scriver:George Hazan
- switched to the toolbar buttons instead of the fixed button set; - switched to the shared windows list
2016-12-01more fixesGeorge Hazan
2016-12-01toolbar icons processing code moved to mir_appGeorge Hazan
2016-11-29very strange schema with two arrays of button replaced with the simpler one ↵George Hazan
with one array no need to double the code
2016-11-29- BBBF_ISLSIDEBUTTON flag removed (set by default);George Hazan
- m_bLSided removed, because it's mutually exclusive with m_bRSided
2016-11-29BBBF_ANSITOOLTIP - unused flag removedGeorge Hazan
2016-11-21fix for badly working font color button in tabsrmmGeorge Hazan
2016-09-14second major wipeout of database services & structures:George Hazan
- DBCONTACTENUMSETTINGS removed; - all helpers moved to mir_core.dll git-svn-id: http://svn.miranda-ng.org/main/trunk@17296 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-09-13mode old database junk to dieGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@17291 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-07-29no more TCHARsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@17143 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-07-27less TCHARsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@17138 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-07-26less TCHARs:George Hazan
- TCHAR is replaced with wchar_t everywhere; - LPGENT replaced with either LPGENW or LPGEN; - fixes for ANSI plugins that improperly used _t functions; - TCHAR *t removed from MAllStrings; - ptszGroup, ptszTitle & ptszTab in OPTIONSDIALOGPAGE replaced with pwsz* git-svn-id: http://svn.miranda-ng.org/main/trunk@17133 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-07-25hello, Unix.George Hazan
phase 1: removing _T() git-svn-id: http://svn.miranda-ng.org/main/trunk@17127 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-05-13memory leak in CB moduleGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@16827 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-03-03- unneeded variables removed;George Hazan
- code cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@16408 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-08-28TabSEMM:Tobias Weimer
- minor leak fixed - code cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@15073 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-08-28mir_sntprintf / mir_snprintf: obsoleted second parameter removed wherever ↵George Hazan
possible git-svn-id: http://svn.miranda-ng.org/main/trunk@15064 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-08-18- naming conflict;George Hazan
- warning fixes; - code cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@14988 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-08-01tabsrmm: common projectKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@14787 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-19SIZEOF replaced with more secure analog - _countofGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@14270 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-15MS_SKIN_LOADICON & MS_SKIN_LOADPROTOICON replaced with direct function callsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@14176 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-14- all icolib services removed;George Hazan
- IcoLib_* functions are bound directly to the code git-svn-id: http://svn.miranda-ng.org/main/trunk@14161 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-22replace _tcscmp to mir_tstrcmpKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@13753 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-22replace strcmp to mir_strcmpKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@13752 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-05Unicode windows procedure, suddenly...George Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@13456 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-04-12- 'Leave chat' button bar's menu item isn't shown for non-chat windows;George Hazan
- implementation of CustomButtonData became local for buttonsbar.cpp; - code cleaning; - version bump git-svn-id: http://svn.miranda-ng.org/main/trunk@12776 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-03-24* multiple WINE bug fixes over DeferWindowPos(), bug rep: ↵Rozhuk Ivan
https://bugs.winehq.org/show_bug.cgi?id=38275 git-svn-id: http://svn.miranda-ng.org/main/trunk@12488 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-03-05TabSRMM: code cleanupTobias Weimer
git-svn-id: http://svn.miranda-ng.org/main/trunk@12344 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c