summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-12-25files structure changedKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@11627 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-25VKontakte: fix for radiobutton groupsSergey Bolhovskoy
git-svn-id: http://svn.miranda-ng.org/main/trunk@11626 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-25- langpacks/english: update;Vadim Dashevskiy
- langpacks/russian: update; git-svn-id: http://svn.miranda-ng.org/main/trunk@11625 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-25VKontakte:Sergey Bolhovskoy
move GetAttachmentDescr to misc.cpp add ‘View settings’ option page and more options for view attachments, news and notification in message log code cleanup and reorganization version bump git-svn-id: http://svn.miranda-ng.org/main/trunk@11624 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-25SendSS: compilation fixVadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@11623 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-25SendSS:René Schümann
* CaptureMonitor() redone + now takes a crop parameter which allows us to capture any region of the screen (or a window) * CaptureScreen() renamed to CreateDIBFromDC() ! fixed problems with multi-monitor support. We didn't handle negative screen coordinates (monitors to the left) as reported in #699 comment 12: http://trac.miranda-ng.org/ticket/699#comment:12 - removed commented out CaptureDesktop() git-svn-id: http://svn.miranda-ng.org/main/trunk@11622 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-25SendSS:René Schümann
* some uncapitalization to further unify text output Note: translation update required, run LPGen git-svn-id: http://svn.miranda-ng.org/main/trunk@11621 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-25SendSS:René Schümann
* improved some user interaction messages and unified spelling ("Screenshot" now lowercase, "Send Screenshot" now called "SendSS") * also updated version in case I won't be able to finish v0.9.0 with improved transparency capture support Note: translations must be updated of course :P So LPGen required git-svn-id: http://svn.miranda-ng.org/main/trunk@11620 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-25SendSS: fixed (and finalized) basic editor support.René Schümann
! Miranda no longer hangs while waiting for editor exit. (could have done that without message loop, but lets try it until we get problems :P) ! local files are no longer deleted while previewing file through editor and deciding afterward not to send the image ! fixed non-translatable "Send screenshot?" question git-svn-id: http://svn.miranda-ng.org/main/trunk@11619 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-25SendSS:René Schümann
* added unique icons to capture mode selection tabs (also fixed German spelling error on "description" abbreviation "desc" in file names and defines) git-svn-id: http://svn.miranda-ng.org/main/trunk@11618 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-25SendSS:René Schümann
! fixed UAC/elevated window issue with target selection ! fixed text cursor possible on target selection git-svn-id: http://svn.miranda-ng.org/main/trunk@11617 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-25SendSSRené Schümann
! removed window icon as we have our own in our headerbar and two just looks stupid (we got a smaller close button in exchange though...) * ESC now closes SendSS capture and about window (to compensate our new tiny "x" button) git-svn-id: http://svn.miranda-ng.org/main/trunk@11616 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-25SendSS:René Schümann
* center text vertically if we use a single line info text for our message boxes git-svn-id: http://svn.miranda-ng.org/main/trunk@11615 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-25SendSS: fixed "info bar" used on our message boxes (actually we don't use ↵René Schümann
those messages boxes atm.) * message box width increased if info bar text requires more space to display ! info bar text can be multi-line text ! fixed info bar (default) icon. Code got disabled previously because default icon didn't exist. Now using SendSS main icon git-svn-id: http://svn.miranda-ng.org/main/trunk@11614 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-25SendSS:René Schümann
* German debug output englishfied git-svn-id: http://svn.miranda-ng.org/main/trunk@11613 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-25SendSS:René Schümann
* optimize helper functions by adding "const" to read-only string parameters git-svn-id: http://svn.miranda-ng.org/main/trunk@11612 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-25SendSS:René Schümann
* resource cosmetics (and logical change as button != checkbox) ID_btnDesc => ID_chkDesc ID_btnDeleteAfterSend => ID_chkDeleteAfterSend * unified some checkbox related code while we are at it^^ (UMainForm.cpp) git-svn-id: http://svn.miranda-ng.org/main/trunk@11611 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-25SendSS:René Schümann
- removed mir_icolib and replaced with direct calls (using defines to simplify usage, improved performance) * improved icon define names * renamed ssClose.ico => ssCancel.ico to better reflect its use * slight improvement to ssEditOn.ico !!! this change dramatically changed SendSS's internal icon layout, iconpacks for SendSS must to be adjusted git-svn-id: http://svn.miranda-ng.org/main/trunk@11610 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-25SendSS:René Schümann
* Main.cpp further improved * added "m_" prefix to some "static" variables * unified and simplified service and menu-item adding/removing (this also inlined those calls, thus AddMenuItems(),RegisterServices() removed) * inlined netlib init * use "DLL_EXPORT" instead of "extern "C" __declspec(dllexport)" + open capture dialog automatically when using debugging builds * our PLUGININFOEX structure should be constant (though Miranda API doesn't support that) + added DBGMSG macro to global.h for future use as a replacement for direct OutputDebugString calls (DBGMSG is a "nop" for release builds) git-svn-id: http://svn.miranda-ng.org/main/trunk@11609 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-25SendSS:René Schümann
* global.h is now more global removed Main.h dependency removed MODNAME define (just a dupe of SZ_SENDSS) hInst -> g_hSendSS myGlobals -> g_myGlobals hNetlibUser -> g_hNetlibUser * restructured Main.cpp by reordering functions to be more logically placed * Main.h now only holds DLL_EXPORT functions git-svn-id: http://svn.miranda-ng.org/main/trunk@11608 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-24Actman: macro adding fixAlexey Kulakov
git-svn-id: http://svn.miranda-ng.org/main/trunk@11607 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-24Tox: calling of api function from libtox.dllAlexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@11606 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-24unneeded file removed (thx apollo2k4)Vadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@11605 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-24Facebook: Better check for unexpected redirect at loginRobert Pösel
git-svn-id: http://svn.miranda-ng.org/main/trunk@11604 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-24VKontakte: fix no capcha on protocol connecting Sergey Bolhovskoy
git-svn-id: http://svn.miranda-ng.org/main/trunk@11603 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-24libpng update (by Mataes)Vadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@11602 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-23typoRobert Pösel
git-svn-id: http://svn.miranda-ng.org/main/trunk@11601 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-23- langpacks/english: update;Vadim Dashevskiy
- langpacks/russian: update; git-svn-id: http://svn.miranda-ng.org/main/trunk@11600 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-23Facebook: Rework working with timestamps; version bumpRobert Pösel
Use time_t almost everywhere instead of DWORD and remove fix_timestamp method to replace it with to_timestamp git-svn-id: http://svn.miranda-ng.org/main/trunk@11599 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-23Facebook: Remove support for "use local timestamp for messages"Robert Pösel
It's not needed anymore because we correctly set server time for sent messages, so everything will be consistent (in server time) git-svn-id: http://svn.miranda-ng.org/main/trunk@11598 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-23Facebook: Cleanup contact menu handlesRobert Pösel
git-svn-id: http://svn.miranda-ng.org/main/trunk@11597 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-23misplaced ME_MSG_* hooksGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11596 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-23Facebook: proper default group's name handlingGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11595 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-23VKontakte: Sergey Bolhovskoy
fix formatting news fix wall_photo processing version bump git-svn-id: http://svn.miranda-ng.org/main/trunk@11594 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-23VKontakte: Sergey Bolhovskoy
fix order loading news to chat windows fix duplicate news git-svn-id: http://svn.miranda-ng.org/main/trunk@11593 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-22- minus another critical section;George Hazan
- struct SHORTDATA => SHORTDATA git-svn-id: http://svn.miranda-ng.org/main/trunk@11592 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-22- langpacks/russian: small correctionsRMN
- langpacks/ukrainian: update git-svn-id: http://svn.miranda-ng.org/main/trunk@11591 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-22slow contact scan replaces with the keyed indexGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11590 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-22Czech langpack: UpdateRobert Pösel
git-svn-id: http://svn.miranda-ng.org/main/trunk@11589 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-22VKontakte: fix? rare crash on OnSendMessage Sergey Bolhovskoy
git-svn-id: http://svn.miranda-ng.org/main/trunk@11588 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-22pascal Bass api updated to 2.4.11Alexey Kulakov
git-svn-id: http://svn.miranda-ng.org/main/trunk@11587 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-22Actman API header updated to v.3Alexey Kulakov
git-svn-id: http://svn.miranda-ng.org/main/trunk@11586 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-22- fix for _AniAva_AnimationTreadProc;George Hazan
- another CRITICAL_SECTION died git-svn-id: http://svn.miranda-ng.org/main/trunk@11585 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-22_vsnprintf_s replaced with _vsnprintf to prevent a crashGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11584 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-22additional log dataGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11583 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-22trying to catch hung thread in clist_modernGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11582 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-22WUMF to use the kernel logger instead of reinventing the wheelGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11581 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-22more correct way of leaving threadGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11580 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-22Langpacks/Polish: updatePaweł Masarczyk
git-svn-id: http://svn.miranda-ng.org/main/trunk@11579 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-22- another CRITICAL_SECTION removed;George Hazan
- code cleaning in GTA module git-svn-id: http://svn.miranda-ng.org/main/trunk@11578 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c