summaryrefslogtreecommitdiff
path: root/src/modules/options/options.cpp
AgeCommit message (Collapse)Author
2014-03-26- fix for applying options;George Hazan
- fix for reloading language git-svn-id: http://svn.miranda-ng.org/main/trunk@8758 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-03-26end of the plugins list in a langpack descriptionGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@8754 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-03-25- added Reload button in languages optionsAlexander Lantsev
- option will be reopened after langpack change git-svn-id: http://svn.miranda-ng.org/main/trunk@8747 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-03-23fix for the langpack module load orderGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@8714 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-01-01copyright update for year 2014George Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@7438 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-12-30fix for options dialog: current options tree item might not be visible after ↵George Hazan
opening git-svn-id: http://svn.miranda-ng.org/main/trunk@7433 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-12-03another portion of decapitalization in the core (5/5)Dart Raiden
langpacks/russian: update git-svn-id: http://svn.miranda-ng.org/main/trunk@7045 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-09-25unneeded check removedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@6222 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-09-21small cleanupKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@6167 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-09-21using Uxtheme in coreKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@6158 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-05-16words of wisdom were well receivedGeorge Hazan
now the shortened types are called ptrA, ptrT & ptrW respectively git-svn-id: http://svn.miranda-ng.org/main/trunk@4682 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-05-16shortened typedefs for string buffers:George Hazan
MCBuf -> mir_ptr<char> MTBuf -> mir_ptr<TCHAR> MWBuf -> mir_ptr<WCHAR> git-svn-id: http://svn.miranda-ng.org/main/trunk@4680 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-04-06menu item flag CMIF_ICONFROMICOLIB is ignored by the core from now onGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@4354 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-04-05- rest of menus cleared;George Hazan
- old database macroses wiped out from all plugins (left in m_database.h for compatibility) git-svn-id: http://svn.miranda-ng.org/main/trunk@4324 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-03-06fix for Options/OldPluginSettings: old mode never worked, even being set in ↵George Hazan
a database git-svn-id: http://svn.miranda-ng.org/main/trunk@3906 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-03-04new subclassing functions applied to all pluginsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@3880 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-02-25translation fixGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@3767 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-02-21small cleanupKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@3655 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-02-11core: copyright update to year 2013George Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@3549 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-01-24another attempt to fix garbage in options George Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@3269 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-01-21fix for umlauts in plugin's infoGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@3217 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-01-06oops... misplaced figure bracketsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@2998 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-01-06current tabset wasn't closed upon triggering search filter in OptionsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@2997 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-01-04options dialog:George Hazan
- fixes bug in Windows XP with garbage in the link; - flicker removed; - code cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@2969 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-12-02unused code cleanedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@2616 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-12-02useless options dialog removedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@2614 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-11-28various menu initialization quirksGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@2552 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-11-19- added another helper, ExtraIcon_Clear, to remove an icon from slot;George Hazan
- added ability to pass IcoLib handles instead of icons' names git-svn-id: http://svn.miranda-ng.org/main/trunk@2371 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-11-17fix for core visibility iconsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@2341 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-11-15- fix for the Online/Offline button in clist_mwGeorge Hazan
- code cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@2320 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-11-15core: tabs over spacesGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@2316 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-11-04kernel extraicons, part IIGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@2188 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-11-02final switch to the typed icolib apiGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@2152 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-11-01- core icons' indexes correctionGeorge Hazan
- warning fix git-svn-id: http://svn.miranda-ng.org/main/trunk@2139 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-10-22if there's no modernopt plugin, link to them should be disabledGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@2046 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-10-21patch for eliminating expert mode in options (to replace the simple mode ↵George Hazan
with ModernOpts) git-svn-id: http://svn.miranda-ng.org/main/trunk@2025 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-10-20more correct variant of the fix for ODPF_DONTTRANSLATEGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@2006 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-10-20fix for ODPF_DONTTRANSLATE flag in optionsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@2005 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-10-13code cleaningGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@1915 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-10-07old database macros removed from m_database.hGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@1796 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-09-21- fix for the Netlib_Logf eventGeorge Hazan
- code cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@1623 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-09-21fix for the dynamic option pages' unloadingGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@1620 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-08-06- added "Update Icons" option;George Hazan
- removed some garbage from options dialog; - modeless Apply Updates dialog git-svn-id: http://svn.miranda-ng.org/main/trunk@1377 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-08-04links to options don't work with langpacksGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@1355 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-07-23Miranda IM renamed to Miranda NG part 2 and contributors.txt editedVadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@1138 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-07-14fix for options jumpingGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@969 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-07-14more stable version of the options dialogGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@968 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-07-06- mir_core.dll moved to the core :)George Hazan
- plugins now obtain the fake langpack id if langpack is absent git-svn-id: http://svn.miranda-ng.org/main/trunk@787 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-07-05- first of the /Core standard plugins;George Hazan
- code cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@778 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-07-04- internal langpack preparation for hLangpack-dependent resource cleaningGeorge Hazan
- langpack functions' names normalization (2Awk: safe for plugins written in Delphi) git-svn-id: http://svn.miranda-ng.org/main/trunk@758 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c