Skip to content

Commit

Permalink
~txSleep(): changed return value
Browse files Browse the repository at this point in the history
+use _TX_CURSOR resource for app cursor, if exists
+dbg heap diags (MSVS)
+FPU divide by zero handling
+added flag 'T' (trace), improved DbgView output
~termination: process now exits if canvas windows hangs, added _cexit hook (mingw + Win8 hung due to atexit lock)
~misc other issues, docs
  • Loading branch information
ded32 committed Apr 14, 2014
1 parent 851449e commit 85c7ecd
Show file tree
Hide file tree
Showing 6 changed files with 566 additions and 297 deletions.
1 change: 1 addition & 0 deletions Dev/TXLib-Help.dox
Original file line number Diff line number Diff line change
Expand Up @@ -352,3 +352,4 @@ WARN_FORMAT = "$file:$line: $text"
WARN_LOGFILE =



1 change: 1 addition & 0 deletions Dev/TXLib-Reference.dox
Original file line number Diff line number Diff line change
Expand Up @@ -352,3 +352,4 @@ WARN_FORMAT = "$file:$line: $text"
WARN_LOGFILE =



16 changes: 12 additions & 4 deletions Doc/1_MainPage.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@
������ �� � �������� ���������� ��������� ����������������.
������������ �� ������� �����.

��������� TX Library - ��������� ������ ���� � ����������������
� ����������� � ���������� � �����������������.
���������<sup><a href=#Refs><small>1</small></a></sup> TX Library -
��������� ������ ���� � ���������������� � ����������� � ����������
� �����������������.

TX Library is a tiny graphics library for Win32 written in C++.
It is a small sandbox for the very beginners to help them to
Expand Down Expand Up @@ -93,8 +94,8 @@
�������� � ������ ���������� ������� ��������, � ��������������� ��������, ����� ��������
���� ���� ����������. � ���������, �� ������ ��� ���������. �������������-������������ ��������
�� ����� ����� � ��������, ��� ������� ����� �������. � ������ �������, ����������������
�������, ������ ���� � ������� ������ � ������, ��������� �� ������� ����������� �������� (�����
��� ���� ����������, ����� � ����� ����������������), �� ������������ ������� ��
�������, ������ ���� � ������� ������ � ������, ��������� �� ������� �� ����������� ��������
(����� ��� ���� ����������, ����� � ����� ����������������), �� ������������ ������� ��
<a href="http://www.google.ru/search?q=literate+programming">��������� ���� ���������, �� ������
� ������������ �� ��������,</a> ������������� ���� ���������� ��������.
����� ��������������� ������� ����� ������. ������� ��� ���������� ���������� ������, �����
Expand Down Expand Up @@ -340,6 +341,13 @@
<b>�������� �� ������</b></a>
- <a href=https://sourceforge.net/tracker/?func=add&group_id=213688&atid=1026713>
<b>���������� ���������</b></a>

@section Refs ����������
-# <a href=http://storage.ded32.net.ru/Materials/ConferencePseudoScientific-2003.pdf>
��������� �.�., ����� �.�., ����� �.�., ������ �.�., ����� �.�., �������� �.�., ��������� �.�.
��������� � �������� ������������� ������� � �������� �������������� ����������. <i>Batman
Proceedings in Sheep Philosophy,</i> 2003, Vol. 22. pp. 23-24.</a>
*/



0 comments on commit 85c7ecd

Please sign in to comment.