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
/
plugins
/
NotesAndReminders
/
src
/
notes.cpp
Age
Commit message (
Expand
)
Author
2014-12-14
SendMessage(.... WM_SETTEXT...) -> SetWindowText(...)
Rozhuk Ivan
2014-12-14
SendMessage(... WM_GETTEXT ...) -> GetWindowText(...)
Rozhuk Ivan
2014-12-13
SendMessage(GetDlgItem -> SendDlgItemMessage
Rozhuk Ivan
2014-12-02
useless calls of mir_*strlen in DrawText replaced with -1
George Hazan
2014-11-30
warning fix
George Hazan
2014-11-30
Multiple fixes buff size for GetText and SetText.
Rozhuk Ivan
2014-11-27
NotesReminders: code cleanup
Rozhuk Ivan
2014-04-27
NotesReminders: addition to commit [9086] (thx RMN)
Dart Raiden
2014-04-25
translation improvements
Dart Raiden
2014-03-12
Some fixes for x64: SetWindowLong -> SetWindowLongPtr, GetWindowLong -> GetWi...
Rozhuk Ivan
2013-09-25
plugins cleanup
Kirill Volinsky
2013-09-21
Not needed version checks removed
Kirill Volinsky
2013-07-22
replace sprintf to mir_snprintf (part 2)
Kirill Volinsky
2013-06-30
- db_set_blob used everywhere for writing blobs
George Hazan
2013-06-23
same for some another plugins
George Hazan
2013-04-05
- rest of menus cleared;
George Hazan
2013-01-19
- Another portion of _T replacement (patch from person)
Vadim Dashevskiy
2013-01-02
crash fix when deleting notes (by $ergi0) (fixed #165)
Tobias Weimer
2012-12-22
translation fix
Kirill Volinsky
2012-12-02
new easy standard way of registering icons: Icon_Register
George Hazan
2012-11-25
memory corruption fix
George Hazan
2012-11-24
more fixes for the options dialog
Tobias Weimer
2012-11-24
adopted Notes&Reminders, added x64 version
Tobias Weimer
2012-07-23
git-svn-id: http://svn.miranda-ng.org/main/trunk@1123 1316c22d-e87f-b044-9b9b...
Kirill Volinsky
2012-07-23
NotesAndReminders, Nudge, OpenFolder, PackUpdater: changed folder structure
Vadim Dashevskiy