Commit Graph

87 Commits (99b03be63de497bebbc26fcb2a564f1938493ef0)

Author SHA1 Message Date
Timothy Pearson 99b03be63d Add threading debug spew when QT_DEBUG is set
11 years ago
Timothy Pearson 9229bed187 Fix memory leak on widget destruction after certain style method accesses
11 years ago
Timothy Pearson 8fb62409a1 Fix prior commit
11 years ago
Timothy Pearson 7c0bc39229 Fix crash on exit when application does not use session management
11 years ago
Slávek Banko 571716ebf8 Private headers moved out from public include directory
11 years ago
Timothy Pearson 7ecf525f20 Fix a minor valgrind warning
11 years ago
Timothy Pearson 49075fd69d Allow TQApplication objects to be constructed without a session manager
11 years ago
Francois Andriot 32bd03533d Fix glib multithreading abort with versions less than 2.24
11 years ago
Timothy Pearson f2102e1f82 Fix incorrect thread termination handling when thread count is greater than two
11 years ago
Timothy Pearson 8ff73908ee Fix crash on thread termination
11 years ago
Timothy Pearson 17ffc1e193 Fix downstream build failures due to missing TQApplication conditions
11 years ago
Timothy Pearson 4eba9b8238 Fix a number of threading data races
11 years ago
Darrell Anderson be8413249b Fix spelling mistakes
11 years ago
Timothy Pearson 2a85fcbb5c Fix ARGB mode stippled focus rectangle showing underlying window contents
11 years ago
Timothy Pearson 4e770dc815 Add ability to control cross thread signal slot handling method
11 years ago
Timothy Pearson 8ab0008655 Fix corrupted titlebar icons in subwindows of ARGB applications
11 years ago
Timothy Pearson c69c3400cb Use glib thread initialization functions when glib main loop is in use
11 years ago
Timothy Pearson 83d39cad27 Fix a number of threading problems and crashes
11 years ago
Timothy Pearson 7abfc2a181 Fix fatal X11 errors when both external display and command arguments are provided to QApplication
11 years ago
Timothy Pearson e154d27e30 Properly set WM_CLASS atom even if Display pointer was passed to TQApplication
11 years ago
Darrell Anderson 902e15edcf Add more information to help debugging
11 years ago
Timothy Pearson 89af6f8007 Restore expected qApp->exit() behaviour when called from a non-GUI thread
11 years ago
Timothy Pearson c47f5e14e4 Fix CLI application failure when glib event loop is used
11 years ago
Timothy Pearson 5aa389f311 Fix GTK threading deadlock
11 years ago
Timothy Pearson b85cdabf48 Verify desktop widget screen number before applying size changes
12 years ago
Timothy Pearson f19aa203c9 Ensure that a valid DPI is always set
12 years ago
Timothy Pearson 72eba91414 Fix X11 fd polling initialization in glib main loop
12 years ago
Timothy Pearson a7865cf691 Fix glib event loop threading
12 years ago
Timothy Pearson 9bff9eeefc Add level method to recursive mutex
12 years ago
Timothy Pearson 85b3c5d0ec Maintain binary compatibility when switching between glib event loop and standard event loop
12 years ago
Timothy Pearson caf80d8824 Add threading tutorial and fix a couple rare crashes
12 years ago
Timothy Pearson 78125ea2f0 Add real threading support, including per-thread event loops, to QThread
12 years ago
Timothy Pearson 7aa5ac7f0e Fix a number of build warnings that could lead to unstable operation
12 years ago
Timothy Pearson bb07131a91 Add ability to enable/disable glib event pass through
12 years ago
Timothy Pearson de67a2b84b Add glib main loop support patches
12 years ago
Timothy Pearson b5d6591054 Add flush command to external painter command set
12 years ago
Timothy Pearson 5e04c37a6c Increase style method call speed
12 years ago
Timothy Pearson 30c5994817 Speed up application loading
12 years ago
Timothy Pearson d1c6722372 Add ability to set progressbar orientation
12 years ago
Timothy Pearson 37a8b8a912 Add additional information to style info structs
12 years ago
Timothy Pearson 380f29a7b4 Extend style information structures slightly
12 years ago
Timothy Pearson 294ec2ee1f Add parent toolbar information to style info structs
12 years ago
Timothy Pearson a5ced706e9 Add new style hints for enhanced third party style compatibility
12 years ago
Timothy Pearson 69429dcfc3 Add new style primatives for enhanced third party style compatibility
12 years ago
Timothy Pearson 22d1ab9ecc Fix tdebindings FTBFS
12 years ago
Timothy Pearson 4037eb7e84 Add tab corner widget information to style data structures
12 years ago
Timothy Pearson f209ff4b48 Move hover widget code into the Qt core instead of the styles
12 years ago
Timothy Pearson 4f8eb0410d Add WAR_SetDefault and friends
12 years ago
Timothy Pearson 1faf4cf70f Fix focus rectangle drawing on external paint device
12 years ago
Timothy Pearson be8d88eef8 Fix focus rectangle fill when brush is set on call to focus rectangle paint method
12 years ago