summaryrefslogtreecommitdiff
path: root/plugins/IEHistory/src/version.h
AgeCommit message (Collapse)Author
2014-08-22IEHistory resource cosmetics: final touchRMN
git-svn-id: http://svn.miranda-ng.org/main/trunk@10298 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-08-22IEHistory: decapitalization, descriptionDart Raiden
git-svn-id: http://svn.miranda-ng.org/main/trunk@10283 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-08-21IEHistory: v0.0.1.7René Schümann
* properly destroy hOpenWindowsList (version bump was also for previous changes) git-svn-id: http://svn.miranda-ng.org/main/trunk@10273 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-08-21IEHistory: v0.0.1.6René Schümann
* improved IDC_IEVIEW_PLACEHOLDER control - removed border around IEView control to fit entire window * improved name of system history dialog (IEView still doesn't show all events.. so it's mostly useless) + added ability to focus and bring to top old history window if it were already open git-svn-id: http://svn.miranda-ng.org/main/trunk@10254 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-08-21IEHistory: Miranda NG compatibility.René Schümann
- removed mirandaMem * GetWindowLong => GetWindowLongPtr * SetWindowLong => SetWindowLongPtr * DLGPROC returning int/BOOL => INT_PTR * CallService(MS_DB_EVENT_*) => db_event_* * DBGetContactSetting* => db_get_* * DBWriteContactSetting => db_set_* * contact HANDLE => MCONTACT * CallService(MS_CLIST_ADD*MENUITEM,...) => Menu_Add*MenuItem() * improved GetContactName() - removed some #pragma warning's * version bump to 0.0.1.5 git-svn-id: http://svn.miranda-ng.org/main/trunk@10253 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-08-21IEHistory:René Schümann
prepared file structure (project file coming with NG compatibility update) git-svn-id: http://svn.miranda-ng.org/main/trunk@10252 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c