index
:
miranda-ng.git
0_95_10_2
jabber_test
master
xmpp_message_handling_refactoring
miranda-ng main repo mirror (manuall sync only)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libs
/
win32
/
mir_core.lib
Age
Commit message (
Expand
)
Author
2021-05-13
UI classes & core code cleaning:
George Hazan
2021-05-11
CCtrlCombo::GetCurData = suitable helper for combo boxes
George Hazan
2021-05-10
CCtrlListView::MoveItem, CCtrlListView::SetCurSel, CCtrlCombo::SelectData - n...
George Hazan
2021-04-29
more const qualifiers
George Hazan
2021-04-29
UI classes:
George Hazan
2021-04-23
fix for function prototypes
George Hazan
2021-03-20
code cleaning
George Hazan
2021-03-01
CCtrlSlider - new GUI component
George Hazan
2021-01-11
CTimer::Stop to return true if timer was active
George Hazan
2021-01-05
CCtrlColor class - the wrapper for Windows Color Picker
George Hazan
2020-10-24
CCtrlTreeOpts class moved to mir_core, to be reused later
George Hazan
2020-09-08
DeleteDirectoryTreeW - new function that deletes a folder with all subfolders...
George Hazan
2020-08-07
fix for rare crash on exit
George Hazan
2020-06-15
simpler way of applying server ids to messages
George Hazan
2020-05-14
simple database event cycles moved to cursors
George Hazan
2020-05-13
kinda first working version of database event cursors
George Hazan
2020-05-12
fix for import libraries
George Hazan
2020-05-12
event cursors for mdbx driver
George Hazan
2020-04-28
fixes #2365 (NewStory: date/times are displayed according to the OS locale se...
George Hazan
2020-04-28
database:
George Hazan
2020-04-25
db_event_add / db_event_edit to receive const pointer to DBEVENTINFO
George Hazan
2020-04-06
useless commands removed
George Hazan
2020-03-30
CProgress => CCtrlProgress: fix for a class name
George Hazan
2020-03-15
db_get_sm / getStringA / getWStringA / getUStringA/ getMStringA / getMStringW...
George Hazan
2020-03-08
fixes #2252 (Update tinyxml2 to 8.0.0)
George Hazan
2020-02-01
let's make a couple of things simpler
George Hazan
2020-02-01
attempt to fix #2139
George Hazan
2020-01-29
fix for a rare crash on exit
George Hazan
2020-01-20
db_event_delete: unused parameter removed
George Hazan
2020-01-03
thread-safe implementation of CTimer::Start/Stop
George Hazan
2020-01-03
CTimer::GetEventId() shall return UINT_PTR as well
George Hazan
2020-01-03
CTimer::CTimer() : parameter type is changed to UINT_PTR, as presumed
George Hazan
2019-10-15
MBinBuffer::assign = function to replace buffer contents
George Hazan
2019-10-02
merge with SrmmLogContainer
George Hazan
2019-08-28
fixes #2038 (Update tinyxml2 to 7.1.0)
George Hazan
2019-08-26
obsolete services removed from core & replaced with functions
George Hazan
2019-05-13
CDlgBase::SetMinSize - a way to get rid of WM_GETMINMAXINFO in DlgProc
George Hazan
2019-03-19
added CCtrlDate::SetTime
George Hazan
2019-03-19
CCtrlDate - new UI class for date/time pickers
George Hazan
2019-03-12
- unused member CDbLink::m_bSigned removed;
George Hazan
2019-02-26
XmlFirstChild / XmlGetAttr - safe wrappers for tinyxml2
George Hazan
2019-02-19
TranslateU - translates a string to Utf8
George Hazan
2019-02-19
BytesParsed - a function to control parsed xml length
George Hazan
2019-02-19
utf8 wrappers for CCtrlBase::GetText
George Hazan
2019-02-19
db_get_utfa -> new function to allocate utf strings dynamically
George Hazan
2019-02-14
added operator[] for XMLConstHandle & XMLHandle, making Xpath much shorter
George Hazan
2019-02-14
tinyxml2: two wchar_t wrappers added
George Hazan
2019-02-12
tinyxml2 added to mir_core to replace the old xml parser
George Hazan
2019-02-07
hopefully last custom UrlDecode implementation removed
George Hazan
2019-02-05
fixes #1825 (spin control initialization should be done in the constructor, n...
George Hazan
[next]