Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-03-16 | entities' names to be started with capital letters | George Hazan | |
2018-03-16 | always hated these long expressions: contact_iter makes them much shorter | George Hazan | |
2018-03-16 | LIST<>::indexOf(T**) - fast index calculation for direct iterators | George Hazan | |
2018-03-15 | LIST<> iterators: | George Hazan | |
- new method LIST::removeItem added to save a pointer to removed record; - code cleaning related to the fact that LIST::remove() shall be the last operation inside an iterator, because otherwise the reference to it will point to a record next to deleted one; - a few remaining cycles converted to iterators | |||
2018-03-14 | reverse iterators for LIST<> | George Hazan | |
2018-03-09 | more loop-related code cleaning | George Hazan | |
2018-02-27 | SmileyAdd: attempt to fix code insertion | George Hazan | |
2018-02-24 | more nullptr | Goraf | |
2018-02-24 | guard headers | Goraf | |
2018-02-23 | SmileyAdd: fix for broken UTF16 constants | George Hazan | |
2018-02-21 | SmileyAdd: C++'11 iterators | George Hazan | |
2018-01-26 | AdvaImg: | George Hazan | |
- freeimage extracted to the separate library; - FI_INTERFACE removed, all references to it are replaced with direct calls of FreeImage_* functions; - unified project for AdvaImg | |||
2018-01-01 | massive copyright update | dartraiden | |
2017-12-22 | remove AIM support completely | dartraiden | |
2017-12-11 | mir_base64_* => parameters type fix | George Hazan | |
2017-12-10 | - remove emails (if author retired - it's useless to write to him; if author ↵ | dartraiden | |
is active - users should use GitHub for ticket creation); - also remove AUTHOREMAIL field from structure | |||
2017-12-06 | SmileyAdd: remove reference to deleted icons | dartraiden | |
2017-12-06 | fixes #1047 (obsolete items in nova smiley pack) | George Hazan | |
2017-12-06 | convert all files exept curl and new_gpg to utf-8 BOM (reverted from commit ↵ | Kirill Volinsky | |
62202ed10617927d5429bc59898e12a366abe744) | |||
2017-12-06 | all rc files reverted to utf-8 | Kirill Volinsky | |
2017-12-06 | convert all files exept curl and new_gpg to utf-8 BOM | Kirill Volinsky | |
2017-12-06 | convert txt files to utf-8 | Kirill Volinsky | |
2017-12-06 | fix after files conversation | Kirill Volinsky | |
2017-11-29 | fixes #1044 | George Hazan | |
2017-11-29 | SmaileyAdd to use pcre16 instead of the obsoleted regexp parser | George Hazan | |
2017-11-28 | Source files converted to utf-8 | Kirill Volinsky | |
2017-11-27 | slightly optimized way of getting menu item's module name | George Hazan | |
2017-11-27 | add module name (part 1) | Kirill Volinsky | |
2017-11-13 | Code modernize ... | Goraf | |
* replace 0/NULL with nullptr [using clang-tidy] | |||
2017-10-31 | fix for drawing half-visible smileys | George Hazan | |
2017-10-24 | unified version resource with explicitly stated language & code page | George Hazan | |
2017-10-23 | Renamed readme.txt | Tobias Weimer | |
2017-09-30 | fixes #951 | George Hazan | |
2017-09-27 | fix for issues described in #922 (Move development to VS2017) | George Hazan | |
2017-09-13 | SmileyAdd: Mouse hovering selection removed | alitor | |
Smileys can still be selected by left-clicking and highlighted by right-clicking. Keyboard selection works as expected. Some minor code cleaning. | |||
2017-09-12 | Issue with the smileys with 0 delay not animated (#925) | alitor | |
2017-08-18 | minor code cleaning | George Hazan | |
2017-08-16 | Problem with mouse-wheel scrolling solved (#887) | alitor | |
* SmileyAdd scrolling issue (#872) * SmileyAdd scrolling issue (#872) * Add files via upload | |||
2017-08-12 | SmileyAdd scrolling issue (#872) | alitor | |
2017-08-08 | ME_MSG_TOOLBARLOADED is hooked everywhere as a temporary event | George Hazan | |
2017-08-06 | Update all other files in repository to use https links for Miranda NG website | Robert Pösel | |
2017-08-05 | Change rest of Miranda NG links to https:// | Robert Pösel | |
2017-08-05 | Change plugin links from http:// to https:// | Robert Pösel | |
2017-07-30 | SmileyAdd toolbar icon now has wrongly removed hotkey | George Hazan | |
2017-07-30 | minor code cleaning | George Hazan | |
2017-07-30 | Hotkeys: code cleaning | George Hazan | |
2017-07-30 | hotkey for SmileyAdd that was removed from tabSRMM | George Hazan | |
2017-04-30 | fix for unset structure field | George Hazan | |
2017-03-28 | massive cleanup of useless cbSize fields | George Hazan | |
2017-03-21 | some common code moved into mir_app | George Hazan | |