| Commit message (Expand) | Author | Age | Files | Lines |
* | Added check for tqApp pointer in TQWidget destructor | ormorph | 2024-08-16 | 1 | -2/+2 |
* | Rename more widget nt* related files to equivalent tq* | Michele Calgaro | 2024-08-12 | 86 | -197/+197 |
* | Rename basic widget nt* related files to equivalent tq* | Michele Calgaro | 2024-07-29 | 83 | -196/+196 |
* | Rename environment class nt* related files to equivalent tq* | Michele Calgaro | 2024-07-28 | 33 | -105/+128 |
* | Rename text class nt* related files to equivalent tq* | Michele Calgaro | 2024-07-24 | 48 | -106/+83 |
* | Rename graphics class nt* related files to equivalent tq* (part 2) | Michele Calgaro | 2024-07-21 | 121 | -224/+224 |
* | Fix OpenType language definition tags and array access. This resolves issue #171 | Michele Calgaro | 2024-07-21 | 1 | -9/+32 |
* | Rename graphics class nt* related files to equivalent tq* (part 1) | Michele Calgaro | 2024-07-18 | 142 | -326/+326 |
* | Rename IO and network class nt* related files to equivalent tq* | Michele Calgaro | 2024-07-10 | 152 | -410/+410 |
* | Rename utility class nt* related files to equivalent tq* | Michele Calgaro | 2024-07-07 | 141 | -207/+205 |
* | Rename drag-n-drop nt* related files to equivalent tq* | Michele Calgaro | 2024-07-07 | 26 | -49/+49 |
* | Rename main window nt* related files to equivalent tq*. The file | Michele Calgaro | 2024-07-06 | 83 | -247/+200 |
* | Rename codec nt* related files to equivalent tq*. | Michele Calgaro | 2024-07-01 | 37 | -112/+109 |
* | Rename threading nt* related files to equivalent tq* | Michele Calgaro | 2024-06-30 | 43 | -87/+87 |
* | Rename date and time nt* related files to equivalent tq* | Michele Calgaro | 2024-06-29 | 84 | -110/+110 |
* | Remove documentation for QWS classes and Qt/Embedded | Michele Calgaro | 2024-06-25 | 71 | -2423/+75 |
* | Rename style nt* related files to equivalent tq* | Michele Calgaro | 2024-06-12 | 69 | -93/+93 |
* | Rename icon nt* related files to equivalent tq* | Michele Calgaro | 2024-06-12 | 26 | -34/+34 |
* | Rename text nt* related files to equivalent tq* | Michele Calgaro | 2024-06-08 | 81 | -135/+135 |
* | Rename str nt* related files to equivalent tq* | Michele Calgaro | 2024-06-06 | 145 | -185/+185 |
* | Rename image nt* related files to equivalent tq* | Michele Calgaro | 2024-06-06 | 44 | -55/+55 |
* | Rename ptr nt* related files to equivalent tq* | Michele Calgaro | 2024-06-06 | 90 | -111/+111 |
* | Rename template library nt* related files to equivalent tq* | Michele Calgaro | 2024-06-05 | 65 | -82/+82 |
* | Rename ntqwidget* related files to equivalent tqwidget* | Michele Calgaro | 2024-06-02 | 92 | -132/+132 |
* | Rename nt* canvas related files to equivalent tq* | Michele Calgaro | 2024-05-31 | 8 | -23/+23 |
* | Rename nt* dom and xml related files to equivalent tq* | Michele Calgaro | 2024-05-30 | 7 | -39/+39 |
* | Rename nt* sql related files to equivalent tq* | Michele Calgaro | 2024-05-28 | 65 | -263/+263 |
* | Rename ntqobject*.h and qobject*.cpp to tqobject* | Michele Calgaro | 2024-05-27 | 91 | -109/+111 |
* | Move tqt.h from tqtinterface | Michele Calgaro | 2024-05-27 | 1 | -0/+32 |
* | Fix a missing `if` clause guard | OBATA Akio | 2024-05-23 | 1 | -1/+2 |
* | Fix to compare thread_id with `pthread_equal()` | OBATA Akio | 2024-05-23 | 1 | -1/+1 |
* | Correctly release glib mainloop and gsource, to avoid memory leaks | Michele Calgaro | 2024-04-30 | 3 | -4/+19 |
* | Prevent creation of text codecs when the application is shutting down. This r... | Michele Calgaro | 2024-04-04 | 1 | -34/+74 |
* | TQTextEdit: remove one of two readOnly flags | Alexander Golubev | 2024-04-03 | 2 | -9/+9 |
* | TQTextEdit: add missing mightStartDrag initialization | Alexander Golubev | 2024-04-03 | 1 | -0/+1 |
* | Improve TQFont-related cleanup | Alexander Golubev | 2024-03-29 | 1 | -1/+1 |
* | Improve TQFont-related cleanup | Alexander Golubev | 2024-03-29 | 7 | -1/+41 |
* | TQFileDialog: cleanup pixmaps before destroying TQApplication | Alexander Golubev | 2024-03-22 | 1 | -0/+8 |
* | TQPrintDialog: cleanup data requested from libcups | Alexander Golubev | 2024-03-21 | 1 | -0/+5 |
* | TQPrinterPrivate: add virtual destructor. | Alexander Golubev | 2024-03-20 | 1 | -0/+3 |
* | Zero unused data fields in XClientMessageEvent struct | Alexander Golubev | 2024-03-19 | 1 | -1/+1 |
* | Zero padding bytes in DndReceiverProp struct. | Alexander Golubev | 2024-03-19 | 1 | -1/+1 |
* | Fix TQThreadStorage destruction in the main thread | Alexander Golubev | 2024-03-18 | 5 | -2/+47 |
* | Fix TQString::sprintf() not calling va_end() in case of bad cformat | Alexander Golubev | 2024-03-17 | 1 | -4/+3 |
* | Add explicit declaration TQChar&TQCharRef default constructor/destructor | Alexander Golubev | 2024-03-14 | 1 | -0/+12 |
* | Resort includes in ntqt.h | Alexander Golubev | 2024-03-13 | 1 | -5/+5 |
* | Fix compilation with -no-thread | Alexander Golubev | 2024-03-10 | 3 | -26/+59 |
* | Fix compilation with -disable-inputmethod and -no-inputmethod | Alexander Golubev | 2024-03-07 | 4 | -5/+18 |
* | Fix FTBFS with -no-xkb | Alexander Golubev | 2024-03-04 | 1 | -4/+17 |
* | Fix FTBFS with -no-stl | Alexander Golubev | 2024-03-04 | 1 | -0/+2 |