index
:
tqt
feat/cmakeConv
feat/cmakeConv-r1
feat/dedup-tqobject
feat/delete-screen-intersect
feat/naive-dedup
feat/tqmake
fix/issue/142-r1
fix/no-thread
fix/tqtextcodec-locale-destr
fix/various
master
r14.0.x
r14.1.x
TQt toolkit
TDE Gitea Workspace
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
kernel
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix usage of condition variable in TQThread which could lead to a thread bein...
Michele Calgaro
2025-03-23
1
-3
/
+5
*
Fix editing of text containing surrogate characters.
Michele Calgaro
2025-02-13
2
-11
/
+34
*
Extend work on supporting surrogate characters done in commit e0a38072
Michele Calgaro
2025-02-09
6
-105
/
+117
*
Add support for surrogate pairs to TQChar API.
Michele Calgaro
2025-01-30
2
-11
/
+9
*
Add support for Unicode surrogate characters and planes above zero.
Michele Calgaro
2025-01-12
7
-111
/
+72
*
Drop code for obsolete FreeType 1
Michele Calgaro
2025-01-12
10
-680
/
+1
*
Remove support for Tru64, OSF and SCO v3.2
Michele Calgaro
2025-01-08
5
-21
/
+3
*
Drop Borland compiler specific code
Michele Calgaro
2025-01-08
5
-27
/
+2
*
Rename Q_EXPORT to TQ_EXPORT
Michele Calgaro
2025-01-03
1
-1
/
+1
*
Make sure to release thread resources back to the OS once the thread completes.
Michele Calgaro
2024-10-03
1
-0
/
+1
*
Fix fallover case for TQEvent::MetaCall
Michele Calgaro
2024-10-01
1
-2
/
+8
*
Fix possible SEGV if the sender object list was null and thread support enabled
Michele Calgaro
2024-09-24
1
-13
/
+19
*
Improve handling of the global post event list in order to minimize possible ...
Michele Calgaro
2024-08-29
3
-77
/
+92
*
Added check for tqApp pointer in TQWidget destructor
ormorph
2024-08-16
1
-2
/
+2
*
Fix OpenType language definition tags and array access. This resolves issue #171
Michele Calgaro
2024-07-21
1
-9
/
+32
*
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-05-01
3
-4
/
+19
*
Improve TQFont-related cleanup
Alexander Golubev
2024-04-03
1
-1
/
+1
*
Improve TQFont-related cleanup
Alexander Golubev
2024-04-03
6
-1
/
+36
*
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
*
Fix TQThreadStorage destruction in the main thread
Alexander Golubev
2024-03-18
3
-2
/
+28
*
Resort includes in ntqt.h
Alexander Golubev
2024-03-13
1
-5
/
+5
*
Fix compilation with -no-thread
Alexander Golubev
2024-03-11
3
-26
/
+59
*
Fix compilation with -disable-inputmethod and -no-inputmethod
Alexander Golubev
2024-03-08
3
-5
/
+15
*
Fix FTBFS with -no-xkb
Alexander Golubev
2024-03-04
1
-4
/
+17
*
avoid translating the /qt/XIMInputStyle options when saving into config
Alexander Golubev
2024-03-02
1
-4
/
+4
*
Replace QT_STATIC_CONST_* with actual definitions
Michele Calgaro
2024-02-16
3
-72
/
+72
*
Replace Q_WS_* defines with TQ_WS_* equivalents
Michele Calgaro
2024-02-14
67
-568
/
+568
*
Rename METHOD, SIGNAL, SLOT to TQ_METHOD, TQ_SIGNAL, TQ_SLOT
Michele Calgaro
2023-12-31
21
-222
/
+222
*
Add support for HistoryBackButton and HistoryForwardButton
Mavridis Philippe
2023-12-17
3
-12
/
+21
*
Replace Q_EXPORT_*/Q_EXTERN defines with TQ_EXPORT_*/TQ_EXTERN
Michele Calgaro
2023-09-14
104
-397
/
+397
*
Replace various Q_* and QT_* defines with TQ_* and TQT_*
Michele Calgaro
2023-09-07
13
-153
/
+153
*
Revert "Add single TQObject root parent for all guarded pointers."
Michele Calgaro
2023-06-13
1
-2
/
+1
*
Add single TQObject root parent for all guarded pointers.
r14.1.0
Michele Calgaro
2023-02-13
1
-1
/
+2
*
Rename ENABLE_QSTYLECONTROLELEMENTDATA_SLOW_COPY in ENABLE_TQSTYLECONTROLELEM...
Michele Calgaro
2022-04-30
1
-3
/
+3
*
Remove deprecated glib2 function calls g_thread_get_initialized(), g_thread_i...
gregory guy
2021-06-18
1
-7
/
+8
*
Fix buffer overflow in XBM parser.
Slávek Banko
2020-10-16
1
-7
/
+32
*
Fix `qt_xft_handle` to work as expected
OBATA Akio
2020-08-08
1
-1
/
+1
*
Fix MIT_SHM related condition
OBATA Akio
2020-08-06
1
-1
/
+5
*
Fix to detect Thread Execution Scheduling support correctly
OBATA Akio
2020-08-04
1
-1
/
+4
*
Remove unwanted code for writing png
OBATA Akio
2020-07-18
1
-13
/
+0
*
Change to use PKG_LIBPNG_VER for libpng version check
OBATA Akio
2020-07-18
1
-23
/
+23
*
Improved code for keyboard and mouse grabbing and releasing to avoid
Michele Calgaro
2020-04-29
1
-23
/
+28
*
Removed explicit usage of the 'register' keyword.
Michele Calgaro
2020-01-30
17
-168
/
+168
*
Fix crash in tqimage for certain malformed ppm image files
Slávek Banko
2019-12-16
1
-1
/
+1
*
Renamed QT_IM_* to TQT_IM_*. This relates to bug 3020.
Michele Calgaro
2019-06-16
1
-3
/
+3
*
Rename tqt-kde integration to tqt-tde.
Slávek Banko
2019-06-04
4
-71
/
+71
*
The TDE integration library (libtqtkde) will be searched for
gregory guy
2019-06-02
1
-5
/
+1
*
Added convenient TQStringVariantMap type and iterators.
Michele Calgaro
2019-06-01
1
-7
/
+7
[next]