index
:
tqt
drop/irix-support
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
logical_operand
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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix handling of socket notifier events in gmainloop functions.
Michele Calgaro
2025-06-18
2
-10
/
+19
*
Improve X11 'ProcessEvents()' with some code from the equivalent glib version
Michele Calgaro
2025-06-13
1
-10
/
+17
*
Explicitly add 'ExcludeTimers' to 'ProcessEvent' enum
Michele Calgaro
2025-06-13
5
-18
/
+16
*
Do not check for expired TQt timers in 'gsourcePrepare' and 'gsourceCheck'
Michele Calgaro
2025-06-13
1
-10
/
+14
*
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
4
-16
/
+59
*
Extend work on supporting surrogate characters done in commit e0a38072
Michele Calgaro
2025-02-09
6
-105
/
+117
*
Drop support for discontinued DGUX
Michele Calgaro
2025-02-05
5
-56
/
+1
*
Add support for surrogate pairs to TQChar API.
Michele Calgaro
2025-01-30
7
-58
/
+82
*
Fix FTBFS with gcc 15. This resolves issue #214
Michele Calgaro
2025-01-30
2
-2
/
+2
*
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
11
-686
/
+1
*
Remove support for Tru64, OSF and SCO v3.2
Michele Calgaro
2025-01-08
17
-448
/
+19
*
Remove support for discontinued Reliant/Sinix unix
Michele Calgaro
2025-01-08
3
-44
/
+0
*
Remove support for Metrowerks compiler
Michele Calgaro
2025-01-08
14
-849
/
+15
*
Drop Borland compiler specific code
Michele Calgaro
2025-01-08
95
-2385
/
+34
*
Rename Q_EXPORT to TQ_EXPORT
Michele Calgaro
2025-01-03
21
-119
/
+119
*
Remove unnecessary files
Michele Calgaro
2024-12-30
2
-135
/
+0
*
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 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-05-01
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-04-03
1
-1
/
+1
*
Improve TQFont-related cleanup
Alexander Golubev
2024-04-03
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
*
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-16
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-11
3
-26
/
+59
*
Fix compilation with -disable-inputmethod and -no-inputmethod
Alexander Golubev
2024-03-08
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
*
avoid translating the /qt/XIMInputStyle options when saving into config
Alexander Golubev
2024-03-02
1
-4
/
+4
*
Fix FTBFS with -qt-sql-sqlite3
Alexander Golubev
2024-02-29
1
-0
/
+5
*
Remove original Q_WS_* defines
Michele Calgaro
2024-02-20
1
-11
/
+0
*
Replace QT_STATIC_CONST_* with actual definitions
Michele Calgaro
2024-02-16
8
-99
/
+86
*
Replace Q_WS_* defines with TQ_WS_* equivalents
Michele Calgaro
2024-02-14
126
-863
/
+874
*
Rename METHOD, SIGNAL, SLOT to TQ_METHOD, TQ_SIGNAL, TQ_SLOT
Michele Calgaro
2023-12-31
78
-1008
/
+1008
[next]