Richard Grenville
a447b5d310
Improvement: Do not track focus changes unless necessary
...
Stop tracking focus changes unless either inactive_opacity or
inactive_dim is enabled, small performance boost in certain cases.
12 years ago
Richard Grenville
73342d1ff2
Bug fix: Issue #40 : -z does not work as expected
...
More information in the issue report.
- Let window opacity affect the opacity of its shadow and frames even if
-z is enabled.
- Check for the range of -o to eliminate potential segfault.
12 years ago
Richard Grenville
17b8a50161
Bug fix: Double free when XQueryTree() fails
...
Take care of failure of XQueryTree() to prevent it from causing a
double-free crash. This usually happens when X is initializing and windows
are constantly changing.
12 years ago
Richard Grenville
05b229f2a0
Bug fix: Issue #39 : Render windows just mapped && focused incorrectly
...
More info in the issue description. This also fixes the problem for
--inactive-dim.
12 years ago
Richard Grenville
1f271c2953
Feature: Issue #2 : Support dim inactive windows
...
- Add a switch --inactive-dim that dims inactive windows.
- The window dimming feature is implemented in a pretty ugly way.
Improve it if possible.
12 years ago
Richard Grenville
7ab11dfa66
Debug: Enhanced debugging capability
...
- Change all #if DEBUG_XXX directives to #ifdef, thus making it
possible to directly enable debugging options with CFLAGS
(-DDEBUG_XXX).
- Print timestamp before event debugging messages.
12 years ago
Richard Grenville
0c077a76d1
Bug fix: Segfault when encountering invalid long option
...
I didn't read the documentation of getopt_long() carefully.
12 years ago
Richard Grenville
00d29b0748
Bug fix: Issue #37 , fix 5 opacity-related bugs
...
More details in the bug report.
- Rewritten much of the opacity calculation, code cleanup.
- Commandline switch --inactive_opacity_override to restore the old
behavior in which inactive_opacity has higher priority than
_NET_WM_OPACITY.
12 years ago
Richard Grenville
bbf35f8155
Feature: Issue #35 , Add colored shadows
...
- Use getopt_long() instead of getopt() for argument parsing, making
long options possible.
- Add support of colored shadows with 3 commandline switches.
12 years ago
Richard Grenville
f7bf27f838
Bug fix: Issue #36 : Chromium window painting problems
...
More descriptions on issue #36 .
- Listens ShapeNotify event to get around the Chromium window painting
issues.
- Adds dependency on X Shape extension.
- Adds a few functions for convenience, so a bit code clean up.
- Better event debug support, adds restack_win() debug.
12 years ago
Richard Grenville
fe811d6451
Bug fix: Issue #38 , fixes painting specially-shaped semi-transparent windows
...
Fix taken from xcompmgr.
12 years ago
Automated System
f21c494c5c
Reset submodule main/tdebase/cmake to latest HEAD
12 years ago
Christopher Jeffrey
4f11c53a6d
avoid allocating a new win struct if possible
12 years ago
Christopher Jeffrey
e29714d41d
add richardgv's patch. see #31 .
12 years ago
Christopher Jeffrey
c10cd64f1f
apply patch from richardgv. fixes #5 .
12 years ago
Darrell Anderson
495b568083
Fix links in Konqueror launch page.
12 years ago
Timothy Pearson
c25624f641
Use a pretty mount path if possible
12 years ago
Timothy Pearson
c881335c5f
Fix incorrect removable device icons
12 years ago
Timothy Pearson
b18416de20
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tdebase
12 years ago
Timothy Pearson
d36f60966e
Fix TDEHWLib media backend user device labels
12 years ago
Darrell Anderson
1aff95bf1a
Fix missing Mounting dialog in device icon Properties when TDEHW is used
...
rather than HAL.
12 years ago
Darrell Anderson
24eca02523
Add some error traps to the r14-xdg-update script.
12 years ago
Timothy Pearson
96bfcec9d7
Fix CD mount popups
12 years ago
Timothy Pearson
6f88082957
Fix CD handling
12 years ago
Timothy Pearson
4c44d87c73
Fix TDEHW library media backend
...
Add PictBridge camera support to same
12 years ago
Slávek Banko
55c88e3706
Update starttde: Fix compatibility with older manpath
12 years ago
Slávek Banko
1b0225276c
Fix tsak FTBFS
...
Thanks to Francois Andriot for the patch
This resolves Bug 1181
12 years ago
Slávek Banko
8f514540fc
Disable use of SAK if TSAK is not built
...
Thanks to Francois Andriot for the patch
This resolves Bug 1180
12 years ago
Slávek Banko
02f5317468
Fix khotkeys/arts headers includes in CMake
...
Thanks to Francois Andriot for the patch
12 years ago
Darrell Anderson
5d81f9a938
Add missing Games for Kids icons.
...
Thanks to David C. Rankin.
12 years ago
Darrell Anderson
f34a07c4a3
Fix FTBFS when WITH_HAL=OFF.
12 years ago
Timothy Pearson
d50125d0ec
Add accelerator hiding option to style control module
12 years ago
Darrell Anderson
5d3183a814
Update stdout messages to provide better information.
12 years ago
Darrell Anderson
092b8253e8
Update r14-xdg-update script to allow any user to run the script
...
against any user directory and to remove bashisms.
12 years ago
Darrell Anderson
1f1dbc20ea
Help handbook updates.
12 years ago
Timothy Pearson
443169bdcb
Update calls to deprecated XKeycodeToKeysym function
12 years ago
Automated System
b5bb40fa89
Reset submodule main/tdebase/cmake to latest HEAD
12 years ago
Darrell Anderson
31f926d9ea
Update r14-xdg-update script to support automated execution and to
...
allow running against other profiles when run as root.
12 years ago
Darrell Anderson
0e11879b04
Update migratekde3 script with additional file/directory renaming and
...
add preliminary foundational support for updating 3.5.11->3.5.13 profiles.
12 years ago
Darrell Anderson
eecd65119c
Allow migratekde3 script to continue automatically when sufficient
...
disk space exists. Improve messages and add more error trapping in
r14-xdg-update script.
12 years ago
Darrell Anderson
a41c85f0d7
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tdebase
12 years ago
Darrell Anderson
52ec66bed1
Additional fine-tuning of the r14-xdg-update script.
12 years ago
Timothy Pearson
c7ae64ef12
Use TQFile object to read PID instead of standard C++ file functions
12 years ago
Darrell Anderson
eeabba1c78
Additional fixes to the r14-xdg-update script.
12 years ago
Darrell Anderson
4f574dc44e
Branding cleanup with TDM.
12 years ago
Darrell Anderson
81dc4c09e2
Update r14-xdg-update script with feedback when failures occur.
12 years ago
Darrell Anderson
4c855e4813
Additional fixes to the migratekde3 and r14-xdg-update scripts.
12 years ago
Darrell Anderson
e6dd2c4508
Update the migratekde3 script to include $HOME/.kdemod3 as a KDE3
...
profile directory.
12 years ago
Darrell Anderson
759d82e650
Update text strings in KControl Input Actions dialogs and fix r14-xdg-update
...
script to address the same text strings in the user's profile.
13 years ago
Darrell Anderson
c839bb9ac4
Update r14-xdg-update script to update Quick Launch applet config file.
...
Thanks to Kristopher Gamrat.
13 years ago