Age | Commit message (Expand) | Author |
2014-12-14 | DbEditorPP: changed warning lavel to w4 | Kirill Volinsky |
2014-12-14 | SetWindowText(GetDlgItem(...)) -> SetDlgItemText(...) | Rozhuk Ivan |
2014-12-14 | GetWindowText(GetDlgItem(...)) -> GetDlgItemText(...) | Rozhuk Ivan |
2014-12-14 | SendMessage(... WM_GETTEXT ...) -> GetWindowText(...) | Rozhuk Ivan |
2014-12-14 | SendDlgItemMessage(...., WM_SETTEXT...) -> SetDlgItemText(...) | Rozhuk Ivan |
2014-12-14 | SendDlgItemMessage(...BM_SETCHECK ...) -> CheckDlgButton(...) | Rozhuk Ivan |
2014-12-13 | SendMessage(GetDlgItem -> SendDlgItemMessage 2 | Rozhuk Ivan |
2014-12-13 | SendMessage(GetDlgItem -> SendDlgItemMessage | Rozhuk Ivan |
2014-12-13 | MoveMemory -> memmove | Rozhuk Ivan |
2014-12-13 | CopyMemory -> memcpy | Rozhuk Ivan |
2014-12-08 | code cleanup around mir_snprintf | Rozhuk Ivan |
2014-12-01 | cretinous PVS with its cretinous heuristics | George Hazan |
2014-12-01 | code cleanup | Rozhuk Ivan |
2014-12-01 | ZeroMemory -> memset, few bugs fised | Rozhuk Ivan |
2014-11-30 | new sorting functions applied | George Hazan |
2014-11-30 | lstr* replacements | George Hazan |
2014-11-30 | Fix buf size for Get/Set text, open/save file name | Rozhuk Ivan |
2014-11-30 | Multiple fixes buff size for GetText and SetText. | Rozhuk Ivan |
2014-11-28 | git-svn-id: http://svn.miranda-ng.org/main/trunk@11137 1316c22d-e87f-b044-9b9... | George Hazan |
2014-11-28 | Massive code cleanup and fixes for a lot of warnings reported in #837 | Tobias Weimer |
2014-11-28 | crazy flag TTBST_RELEASED removed | George Hazan |
2014-08-21 | crash fix when dbeditorpp is launched from the command string | George Hazan |
2014-08-12 | icons registration moved to Load() | Kirill Volinsky |
2014-08-08 | added new line after settings in all db export | Kirill Volinsky |
2014-08-07 | useless variables removed | George Hazan |
2014-07-04 | DBEditor: | Tobias Weimer |
2014-06-15 | DbEditorPP: decapitalization (to avoid duplication in the langpack) | Dart Raiden |
2014-06-14 | DBEditor: Even more proper capitalization :) | Tobias Weimer |
2014-06-12 | DBEditor++: add all icons to IcoLib | slotwin |
2014-05-18 | Various Icons updated (thanks dracosha) | Vadim Dashevskiy |
2014-03-22 | WIN32 macro isn't needed in projects | George Hazan |
2014-03-22 | - fix for the edit window subclassing; | George Hazan |
2014-03-22 | crash fix | George Hazan |
2014-03-12 | More fix for x64 | Rozhuk Ivan |
2014-03-12 | SetWindowLongPtr() and GetWindowLongPtr() multiple fixes for x64 | Rozhuk Ivan |
2014-02-28 | farewell MSVS 2012 | Vadim Dashevskiy |
2014-02-24 | more useless conversions removed | George Hazan |
2014-02-21 | removed unneeded option (fixes #590) | Tobias Weimer |
2014-02-12 | fixes for the MCONTACTs, stored in the database | George Hazan |
2014-02-12 | another bunch of useless conversions died | George Hazan |
2014-02-11 | "we don't need these variables" (c) Pink Floyd | George Hazan |
2014-02-10 | these conversions aren't needed either | George Hazan |
2014-02-10 | HCONTACT is not needed anymore | George Hazan |
2014-02-10 | HCONTACT, part 3 | George Hazan |
2014-02-10 | - HANDLE hContact => HCONTACT | George Hazan |
2014-02-03 | DbEditorPP: resource cosmetics | Dart Raiden |
2014-02-03 | translation fix | Kirill Volinsky |
2014-01-25 | end of version zoo | George Hazan |
2014-01-14 | more effective constructor for temporary formatted string | George Hazan |
2014-01-13 | encrypted settings are not displayed in dbeditor | George Hazan |