summaryrefslogtreecommitdiff
path: root/plugins/TopToolBar/src/toolbar.cpp
AgeCommit message (Collapse)Author
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-11'unreferenced formal parameter' warnings fixedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@14913 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-08-10TopToolBar:Tobias Weimer
- warning fixes git-svn-id: http://svn.miranda-ng.org/main/trunk@14903 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-08-01TopToolBar: common projectKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@14790 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-28code cleaningGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@14428 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-18langpack services module destroyed from mir_appGeorge Hazan
the only survived service moved to mir_core git-svn-id: http://svn.miranda-ng.org/main/trunk@14250 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-06-07SKINICONDESC -> MAllStringsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@14054 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-04new mir_snprintf templates without SIZEOFGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@14002 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-04-30cleanupKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@13269 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-01-14TopToolBar:Tobias Weimer
-Minor cleanup git-svn-id: http://svn.miranda-ng.org/main/trunk@11856 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-30new sorting functions appliedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11180 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-28crazy flag TTBST_RELEASED removedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11131 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-07-26Toptoolbar messagebox message changedVadim Dashevskiy
- langpacks/english: update; - langpacks/russian: update; git-svn-id: http://svn.miranda-ng.org/main/trunk@9940 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-06-17TopToolBar: expand list of internal buttonsslotwin
use default Miranda icons where possible fix crash on IcoLib icon change git-svn-id: http://svn.miranda-ng.org/main/trunk@9524 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-05-23TopToolBar: proper capitalization in options and tooltipsslotwin
git-svn-id: http://svn.miranda-ng.org/main/trunk@9296 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-01-02added destructor LIST::~LIST, that calls destroy() automatically.George Hazan
thus manual call of destroy() might be removed from: - class destructors; - Unload() plugin's functions (for global data); - local (auto) variables in functions finalizations git-svn-id: http://svn.miranda-ng.org/main/trunk@7467 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-01-02- Clist_mw & TopToolBar: LPGEN macro added to some old code;Vadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@7459 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-07-22replace sprintf to mir_snprintf (part 1)Kirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@5446 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-07-08Added proper link to wiki page of some plugins.Robert Pösel
git-svn-id: http://svn.miranda-ng.org/main/trunk@5275 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-07-08little easier for modern with big number of framesKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@5263 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-04-05various menu items quirks, simplifications & optimizationGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@4319 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-03-10- ME_TTB_INITBUTTONS event considered useless;George Hazan
- clist_modern & clist_nicer are trained to reload TTB buttons when TopToolBar plugin is loaded dynamically; - TTB processing code slightly reordered git-svn-id: http://svn.miranda-ng.org/main/trunk@3953 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-02-21fix for passing valid parameter into ME_SYSTEM_MODULELOAD/ME_SYSTEM_MODULEUNLOADGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@3660 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-02-04[fixes #74]George Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@3423 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-02-04fix for always visible TopToolBar frameGeorge Hazan
fixes #74 git-svn-id: http://svn.miranda-ng.org/main/trunk@3421 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-01-16 _T > TaranslateT when needed (patch from person)Vadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@3120 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-12-01icolib: icon creation quirksGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@2588 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-11-04more clear exit from TTBGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@2204 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-11-04andalso remove frame, if presentGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@2203 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-11-04TTB crashes being unloaded dynamicallyGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@2202 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-10-24fix for drawing icons in TopToolBarGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@2068 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-08-13git-svn-id: http://svn.miranda-ng.org/main/trunk@1445 ↵Vadim Dashevskiy
1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-08-13TopToolBar "frames service is missing" messagebox updatedVadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@1444 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-07-24StopSpamPlus, TipperYM, TooltipNotify, TopToolBar, TranslitSwitcher, ↵Vadim Dashevskiy
UserGuide: changed folder structure git-svn-id: http://svn.miranda-ng.org/main/trunk@1159 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c