summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Use the complete definition of the prototype function gtk_style_render_icon.HEADmasterSlávek Banko2025-08-071-1/+7
| | | | | | This solves FTBFS in checking the compatibility of pointers. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Replace TRUE/FALSE with boolean values true/falseMichele Calgaro2025-04-021-4/+4
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Use tdestandarddirs.hMichele Calgaro2025-02-251-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Use tdecrash.hMichele Calgaro2024-12-281-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Unref imggc and add separate CDE checksrjb3302024-10-301-7/+12
| | | | Signed-off-by: rjb330 <122177540+rjb330@users.noreply.github.com>
* Add some comments in drawTQPixmapToWindow()rjb3302024-10-281-3/+8
| | | | Signed-off-by: rjb330 <122177540+rjb330@users.noreply.github.com>
* Remove bitmap offset from radio for qtcurverjb3302024-10-271-4/+1
| | | | Signed-off-by: rjb330 <122177540+rjb330@users.noreply.github.com>
* Additional scrollbar correctionsrjb3302024-10-271-1/+24
| | | | Signed-off-by: rjb330 <122177540+rjb330@users.noreply.github.com>
* Add Palemoon to mozillaFixrjb3302024-10-271-1/+1
| | | | Signed-off-by: rjb330 <122177540+rjb330@users.noreply.github.com>
* Use bitmap masks for some widgetsrjb3302024-10-271-26/+77
| | | | Signed-off-by: rjb330 <122177540+rjb330@users.noreply.github.com>
* Replace kdemacros.h with tdemacros.hMichele Calgaro2024-07-011-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORTMichele Calgaro2024-05-031-6/+6
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace Qt with TQtMichele Calgaro2024-04-073-11/+11
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replaced various '#define' with actual strings - part 5Michele Calgaro2023-12-031-6/+6
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replaced various '#define' with actual strings - part 3Michele Calgaro2023-11-241-17/+17
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace Qt with TQtMichele Calgaro2023-11-051-13/+13
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Check for null pointerr14.1.0Mavridis Philippe2023-02-081-1/+3
| | | | | | | This fixes a crash when the SESSION_MANAGER enviroment variable is not set. Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
* Add option WITH_GCC_VISIBILITY.Slávek Banko2022-09-051-7/+11
| | | | | | Fix building with hidden visibility. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Housekeeping of CMake rules.Slávek Banko2022-09-052-5/+28
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Replace Qt branding with TQt ones and add GTK version.Chris2019-08-131-3/+3
| | | | Signed-off-by: Chris <xchrisx@uber.space>
* Fix FTBFS with clangSlávek Banko2018-02-041-1/+2
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Do not register crash handler for Firefox, Thunderbird, Chromium, etc.r14.0.0Timothy Pearson2014-11-181-2/+3
|
* Do not register DrKonqui signal handler when launching Mozilla and ChromiumTimothy Pearson2014-11-162-15/+28
| | | | This resolves Bug 1497
* Fix notification-daemon-tde hang on SM Phase 1 of logoutTimothy Pearson2014-07-171-1/+1
| | | | This resolves Bug 2051
* Use standard tde_add_library CMake methods to gain SCM information in crash ↵Timothy Pearson2014-05-131-18/+13
| | | | reporter
* Fix prior commitTimothy Pearson2014-05-101-1/+2
|
* Provide a more descriptive program name to any inquiring processesTimothy Pearson2014-05-101-11/+21
|
* Attempt to fix crashes of type reported inTimothy Pearson2014-05-061-206/+210
| | | | TDECRSH-462c534-5e49d10-6c0a952-ef4ca8d-e1a8a91-9c3a359-fc344d2
* Fix Firefox text edit widget glitchesTimothy Pearson2013-12-251-22/+32
| | | | Clean up minor build warnings
* Fix Firefox scrollbarsTimothy Pearson2013-12-222-8/+16
|
* Fix numerous drawing glitches in FirefoxTimothy Pearson2013-12-222-86/+149
|
* Fix severe iceweasel/icedove tab bar corruptionTimothy Pearson2013-10-301-6/+4
| | | | Clean up minor build warnings
* Fix FTBFS.Darrell Anderson2013-03-031-1/+1
|
* Change cache file location to user's TDE cache directory rather than user's ↵Darrell Anderson2013-03-021-1/+3
| | | | | | root directory. This resolves bug report 1259.
* Fix unintended rename of gtk*Slávek Banko2013-02-193-3/+3
|
* Rename common header files for consistency with class renamingTimothy Pearson2013-02-144-6/+6
|
* Rename a number of libraries and executables to avoid conflicts with KDE4Timothy Pearson2013-01-271-1/+1
|
* Rename a number of libraries and executables to avoid conflicts with KDE4Timothy Pearson2013-01-261-1/+1
|
* Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4Timothy Pearson2013-01-251-2/+2
|
* Rename KInstance and KAboutData to avoid conflicts with KDE4Timothy Pearson2013-01-221-2/+2
|
* Rename KApplication to TDEApplication to avoid conflicts with KDE4Timothy Pearson2013-01-191-3/+3
|
* Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4Timothy Pearson2013-01-191-1/+1
|
* Set GTK event passthrough on startupTimothy Pearson2012-11-291-0/+9
|
* Fix a couple of glitches in tabs and dropdown listsTimothy Pearson2012-10-261-5/+7
|
* Fix "Only <glib.h> can be included directly" build errors.Darrell Anderson2012-07-101-1/+1
|
* Prevent from registering with DCOPSlávek Banko2012-06-121-0/+2
| | | | This resolves Bug 956
* Rename kde-config to tde-configTimothy Pearson2012-02-261-2/+2
|
* Rename a few stragglersTimothy Pearson2011-12-241-6/+6
|
* Rename obsolete tq methods to standard namesTimothy Pearson2011-12-212-134/+134
|
* Remove additional unneeded tq method conversionsTimothy Pearson2011-12-191-2/+2
|