summaryrefslogtreecommitdiff
path: root/plugins/Clist_modern
AgeCommit message (Collapse)Author
2014-01-21- new typed helper, WindowList_Create, to create a window listGeorge Hazan
- new service, WindowList_Destroy, to destroy a window list - internal windowlist.cpp implementation rewritten to LIST<> git-svn-id: http://svn.miranda-ng.org/main/trunk@7823 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-01-10Clist_modernSzymon Tokarz
- Do not execute ModernSkinButtonUnloadModule function twice - Do not manually free smartpointer git-svn-id: http://svn.miranda-ng.org/main/trunk@7585 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-01-02Clist_modern: List Background -> List backgroundDart Raiden
git-svn-id: http://svn.miranda-ng.org/main/trunk@7468 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-02Separate writing of "infobar", "titlebar", "statusbar", etc.Dart Raiden
git-svn-id: http://svn.miranda-ng.org/main/trunk@7458 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-30code cleaning and reorderingGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@7432 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-12-29Clist_modern: we do not need to translate the name of the plugin (thanks to ↵Dart Raiden
ghazan) langpacks/russian: update git-svn-id: http://svn.miranda-ng.org/main/trunk@7412 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-12-28missing function invocations replacedVlad Mironov
git-svn-id: http://svn.miranda-ng.org/main/trunk@7407 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-12-27clist -> contact listDart Raiden
git-svn-id: http://svn.miranda-ng.org/main/trunk@7401 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-12-22massive garbage removal from extra icons moduleGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@7340 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-12-22unused handles removedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@7338 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-12-18more syncingGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@7274 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-12-17further frames code mergingGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@7266 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-12-17standardizing CLUIFrames file namesGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@7265 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-12-17minor code cleaningGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@7264 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-12-16- Clist_modern: LPGEN macro added to some old code;Vadim Dashevskiy
- langpacks/english: updated; - langpacks/russian: updated; git-svn-id: http://svn.miranda-ng.org/main/trunk@7254 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-12-16frames code cleaningGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@7253 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-12-16- new menu object helpers (MO_CreateMenuObject, MO_SetMenuObjectParam);George Hazan
- menu item display names are now translatable; - old nasty pieces of junk removed in CLUIFrames/cluiframes.cpp git-svn-id: http://svn.miranda-ng.org/main/trunk@7247 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-11-28[User Details] -> [User details]Dart Raiden
git-svn-id: http://svn.miranda-ng.org/main/trunk@7001 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-11-12de-capitalizationDart Raiden
git-svn-id: http://svn.miranda-ng.org/main/trunk@6878 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-11-09Minor fixes for the buttons text, minor translation issuesTobias Weimer
git-svn-id: http://svn.miranda-ng.org/main/trunk@6839 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-11-09added projects and solutions for vc2013Kirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@6831 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-11-05- GetAverageMode moved to CLIST_INTERFACE;George Hazan
- copy of it removed from clist_modern git-svn-id: http://svn.miranda-ng.org/main/trunk@6793 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-11-04half-dead clist modern toolbar became 3/4 deadGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@6772 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-11-03spelling correctionsDart Raiden
git-svn-id: http://svn.miranda-ng.org/main/trunk@6764 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-10-26removed not needed codeKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@6639 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-10-25fix for the broken Options -> Contact list -> Contact names dialogGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@6630 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-10-24more warning fixesGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@6608 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-10-20more warning fixesGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@6558 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-10-11Fixed some ancient linksRobert Pösel
git-svn-id: http://svn.miranda-ng.org/main/trunk@6448 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-10-11Use simpler link when pointing to plugin's wiki pageRobert Pösel
git-svn-id: http://svn.miranda-ng.org/main/trunk@6447 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-10-10- MS_CLIST_GETSTATUSMODEDESCRIPTION replaced with the direct clist callGeorge Hazan
- crazy & obsolete constant GSMDF_PREFIXONLINE removed git-svn-id: http://svn.miranda-ng.org/main/trunk@6428 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-10-10status bar code cleaningGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@6426 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-10-09English US correction (patch by RMN) Vadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@6413 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-10-06unnecessary spaceDart Raiden
git-svn-id: http://svn.miranda-ng.org/main/trunk@6382 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-10-06typo fixKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@6374 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-10-05spelling correction (thanks RMN)Vadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@6343 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-10-04plugins: "colour" eliminatedDart Raiden
git-svn-id: http://svn.miranda-ng.org/main/trunk@6333 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-09-25plugins cleanupKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@6233 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-09-25valid options initializationGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@6225 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-09-22- unused function removed;George Hazan
- three wrongly removed lines of code restored git-svn-id: http://svn.miranda-ng.org/main/trunk@6188 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-09-22plugins cleanupKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@6185 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-09-22pre-XP headers cleanedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@6183 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-09-21Not needed version checks removedKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@6172 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-09-20using Uxtheme in modern tooKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@6143 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-09-18double ;; removedKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@6125 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-09-16removed not needed _MSC_VER checksKirill Volinsky
removed double comstant from modern warning fix git-svn-id: http://svn.miranda-ng.org/main/trunk@6087 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-09-14fix for clist_modern "ShowHide" iconGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@6060 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-09-07direct access to CListGroups restricted George Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@6009 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c