summaryrefslogtreecommitdiff
path: root/libs/win32/mir_core.lib
AgeCommit message (Expand)Author
2021-05-13UI classes & core code cleaning:George Hazan
2021-05-11CCtrlCombo::GetCurData = suitable helper for combo boxesGeorge Hazan
2021-05-10CCtrlListView::MoveItem, CCtrlListView::SetCurSel, CCtrlCombo::SelectData - n...George Hazan
2021-04-29more const qualifiersGeorge Hazan
2021-04-29UI classes:George Hazan
2021-04-23fix for function prototypesGeorge Hazan
2021-03-20code cleaningGeorge Hazan
2021-03-01CCtrlSlider - new GUI componentGeorge Hazan
2021-01-11CTimer::Stop to return true if timer was activeGeorge Hazan
2021-01-05CCtrlColor class - the wrapper for Windows Color PickerGeorge Hazan
2020-10-24CCtrlTreeOpts class moved to mir_core, to be reused laterGeorge Hazan
2020-09-08DeleteDirectoryTreeW - new function that deletes a folder with all subfolders...George Hazan
2020-08-07fix for rare crash on exitGeorge Hazan
2020-06-15simpler way of applying server ids to messagesGeorge Hazan
2020-05-14simple database event cycles moved to cursorsGeorge Hazan
2020-05-13kinda first working version of database event cursorsGeorge Hazan
2020-05-12fix for import librariesGeorge Hazan
2020-05-12event cursors for mdbx driverGeorge Hazan
2020-04-28fixes #2365 (NewStory: date/times are displayed according to the OS locale se...George Hazan
2020-04-28database:George Hazan
2020-04-25db_event_add / db_event_edit to receive const pointer to DBEVENTINFOGeorge Hazan
2020-04-06useless commands removedGeorge Hazan
2020-03-30CProgress => CCtrlProgress: fix for a class nameGeorge Hazan
2020-03-15db_get_sm / getStringA / getWStringA / getUStringA/ getMStringA / getMStringW...George Hazan
2020-03-08fixes #2252 (Update tinyxml2 to 8.0.0)George Hazan
2020-02-01let's make a couple of things simplerGeorge Hazan
2020-02-01attempt to fix #2139George Hazan
2020-01-29fix for a rare crash on exitGeorge Hazan
2020-01-20db_event_delete: unused parameter removedGeorge Hazan
2020-01-03thread-safe implementation of CTimer::Start/StopGeorge Hazan
2020-01-03CTimer::GetEventId() shall return UINT_PTR as wellGeorge Hazan
2020-01-03CTimer::CTimer() : parameter type is changed to UINT_PTR, as presumedGeorge Hazan
2019-10-15MBinBuffer::assign = function to replace buffer contentsGeorge Hazan
2019-10-02merge with SrmmLogContainerGeorge Hazan
2019-08-28fixes #2038 (Update tinyxml2 to 7.1.0)George Hazan
2019-08-26obsolete services removed from core & replaced with functionsGeorge Hazan
2019-05-13CDlgBase::SetMinSize - a way to get rid of WM_GETMINMAXINFO in DlgProcGeorge Hazan
2019-03-19added CCtrlDate::SetTimeGeorge Hazan
2019-03-19CCtrlDate - new UI class for date/time pickersGeorge Hazan
2019-03-12- unused member CDbLink::m_bSigned removed;George Hazan
2019-02-26XmlFirstChild / XmlGetAttr - safe wrappers for tinyxml2George Hazan
2019-02-19TranslateU - translates a string to Utf8George Hazan
2019-02-19BytesParsed - a function to control parsed xml lengthGeorge Hazan
2019-02-19utf8 wrappers for CCtrlBase::GetTextGeorge Hazan
2019-02-19db_get_utfa -> new function to allocate utf strings dynamicallyGeorge Hazan
2019-02-14added operator[] for XMLConstHandle & XMLHandle, making Xpath much shorterGeorge Hazan
2019-02-14tinyxml2: two wchar_t wrappers addedGeorge Hazan
2019-02-12tinyxml2 added to mir_core to replace the old xml parserGeorge Hazan
2019-02-07hopefully last custom UrlDecode implementation removedGeorge Hazan
2019-02-05fixes #1825 (spin control initialization should be done in the constructor, n...George Hazan