[First Page] [Previous Page] [Next Page] [Last Page]
GIT Hash | Branch | Date | Author | Log Message |
---|---|---|---|---|
10070eb9 [view] | master | 2012-10-04 01:18:27 -0500 | Timothy Pearson | [tdelibs] Detect CPU information when cpufreq only partially implemented Classify additional SPI devices |
3ef93767 [view] | master | 2012-10-03 21:13:34 +0800 | Richard Grenville | [tdebase] Improvement: Support reading _NET_WM_OPACITY from client windows - Some WMs don't respect Keith Packard's proposal of _NET_WM_WINDOW_OPACITY, and do not copy _NET_WM_OPACITY attribute of a client window to its frame windows, thus cause opacity set by non-override-redirect windows to have no effect. This commit adds support for reading _NET_WM_OPACITY from client windows if running with --detect-client-opacity. Thanks to pvanek for reporting. - Change Makefile logic to determine options from 3 variables (NO_LIBCONFIG, NO_REGEX_PCRE, NO_REGEX_PCRE_JIT) instead of CFG to ensure compatibility when we add new options. CFG variable is no longer been respected. |
11e27d35 [view] | master | 2012-10-02 21:46:37 +0800 | Richard Grenville | [tdebase] Improvement: Change in client window lookup & wintype detection - Revert to WM_STATE for client window lookup, as WM_CLASS is unreliable, either, but set the client window of an override-redirect window to itself. - Conform to EWMH to make assumptions about window types when _NET_WM_WINDOW_TYPE is not available. - Remove determine_wintype() and completely rely on client window for window type detection. |
673e4fc2 [view] | master | 2012-10-01 09:40:47 -0500 | Timothy Pearson | [tde-packaging] Add missing network include file to tdelibs on Debian and Ubuntu |
4fac11e8 [view] | master | 2012-10-01 09:39:17 -0500 | Timothy Pearson | [tde-packaging] Fix koffice FTBFS on Debian and Ubuntu |
7fd6a117 [view] | master | 2012-10-01 00:06:27 -0500 | Timothy Pearson | [tdelibs] Detect CPUs in a more reliable fashion |
17cf40e5 [view] | master | 2012-10-01 10:34:40 +0800 | Richard Grenville | [tdebase] Feature: #27: Detect shaped windows and disable shadow on them - Optionally detect shaped windows using X Shape extension and disable shadow on them with --shadow-ignore-shaped. - Some windows are bounding-shaped just to support rounded corners, like Chromium windows (when system titlebar is disabled in its settings). Add --detect-rounded-corners to treat them as non-shaped windows (thus enable shadow on them). The algorithm I use is not perfect and wrong detection results are pretty possible to appear. - Many windows don't use X Shape extensions to add shapes but use ARGB background instead. These windows could only be blacklisted with --shadow-blacklist. - Rename a few functions. Code clean up. |
2712dc64 [view] | master | 2012-09-30 16:13:10 -0500 | Timothy Pearson | [tdebindings] Fix build on Ruby 1.9.1 and 1.9.2 Thanks to Darrell Anderson for the patch! |
6b4b40b1 [view] | master | 2012-09-30 16:11:41 -0500 | Timothy Pearson | [tdenetworkmanager] Remove spurious files and configure checks |
c5e51f86 [view] | master | 2012-09-29 22:30:05 -0500 | Timothy Pearson | [adept] Fix FTBFS |
946ae01e [view] | master | 2012-09-29 15:54:38 -0500 | Timothy Pearson | [tde-packaging] Fix rosegarden FTBFS on Debian and Ubuntu |
ec29300e [view] | master | 2012-09-29 22:53:57 +0800 | Richard Grenville | [tdebase] Improvement: Wait infinitely for events when idling Wait infinitely for events when idling, instead of always calling paint_preprocess(), to reduce CPU usage in the case. Thanks to valr for help. |
d2480b90 [view] | master | 2012-09-29 02:12:41 -0500 | Timothy Pearson | [tdelibs] Fix pictbridge camera detection Add new device matching rules |
5feb80c8 [view] | master | 2012-09-29 01:28:18 -0500 | Timothy Pearson | [tqt] Automated update from Qt3 |
467f30f2 [view] | master | 2012-09-29 01:27:18 -0500 | Timothy Pearson | [experimental] Fix TQt3 compile time checks |
83f64a22 [view] | master | 2012-09-29 13:15:09 +0800 | Richard Grenville | [tdebase] Improvement: Split shadow_pict to shadow_pict & shadow_alpha_pict Split w->shadow_pict to w->shadow_pict and w->shadow_alpha_pict, so that the whole w->shadow_pict need not to be rebuild on shadow opacity change. This greatly reduces CPU usage of compton when a window with shadow is fading. (My test shows the CPU usage of compton process dropped from 1.15% to 0.35% when constantly fading in and out a window.) It uses a rather painful and slow method in shadow_picture() to get around the limitation of PictStandardA8 to make colored shadows work. I wonder if there's a better approach. - Merge variables gsize and cgsize as they seemingly represent the same thing. |
b1346b88 [view] | master | 2012-09-28 21:22:39 -0500 | Timothy Pearson | [tdelibs] Correctly parse cpuinfo on ARM devices |
b0b8e4ed [view] | master | 2012-09-28 16:34:25 -0500 | Timothy Pearson | [koffice] Add missing file |
1e3ae086 [view] | master | 2012-09-28 15:58:49 -0500 | Timothy Pearson | [koffice] Fix FTBFS |
2d502174 [view] | master | 2012-09-28 15:45:59 -0500 | Timothy Pearson | [tdenetworkmanager] Remove spurious hal check |
cc278836 [view] | master | 2012-09-28 15:22:53 -0500 | Timothy Pearson | [koffice] Attempt to make kross compile with Ruby 1.9.x |
4eb88cc2 [view] | master | 2012-09-27 23:32:01 -0500 | Timothy Pearson | [qt4-tqt-theme-engine] Fix a few graphical glitches |
debc0035 [view] | master | 2012-09-28 09:10:34 +0800 | Richard Grenville | [tdebase] Bug fix: #48: Compilation failure with old libconfig/libpcre - Fix compilation failure with libconfig-1.3* probably has more limitations on configuration file syntax (enforces comma at the end of a setting?) and does not support @include. - Make it possible to turn off PCRE and libconfig support using environment variable "CFG". Not well tested. CMake might provide a better solution. |
095f615a [view] | master | 2012-09-27 13:11:13 -0500 | Timothy Pearson | [amarok] Fix FTBFS on x86 systems |
4deb30a9 [view] | master | 2012-09-27 22:30:16 +0800 | Richard Grenville | [tdebase] Bug fix: Issue #47: Locale cause problems with float arguments A locale using comma instead of dot in floating point values causes unexpected behavior when parsing floating point commandline arguments. This commits enforces LC_NUMERIC="C" during commandline argument parsing. |
96649c93 [view] | master | 2012-09-27 08:57:14 -0500 | Timothy Pearson | [tde-packaging] Fix amarok build deps on Debian and Ubuntu |
58823f36 [view] | master | 2012-09-27 00:04:17 -0500 | Darrell Anderson | [tdebase] Add sanity checks to the migratekde3 script before trying to run certain sections. |
44273426 [view] | master | 2012-09-26 20:54:46 -0500 | Timothy Pearson | [amarok] Fix format not a string literal security error in rb_raise |
d9227e46 [view] | master | 2012-09-26 20:51:20 -0500 | Timothy Pearson | [amarok] Fix build system for ruby >= 1.9 |
5828c385 [view] | master | 2012-09-26 17:52:04 -0500 | Timothy Pearson | [tdelibs] Fix TDEHW crash when cpufreq not available |
c2fb6050 [view] | master | 2012-09-26 15:52:27 -0500 | Darrell Anderson | [krusader] Fix inadvertent tqt changes. |
280bc0fc [view] | master | 2012-09-26 21:40:48 +0800 | Richard Grenville | [tdebase] Feature: --no-fading-openclose to partially simulate -F -F hasn't being working for long. This commit adds a switch --no-fading-openclose (and a configuration file option of the same name) to simulate the behavior when only -F is enabled, which disables fading when opening/closing windows, and makes -F an alias for -f. |
786fea2f [view] | master | 2012-09-26 15:20:10 +0200 | Slávek Banko | [tdepim] Fix another endless loop in imapparser Thanks to Francois Andriot for the patch This resolves Bug #1235 |
590161fd [view] | master | 2012-09-26 14:54:22 +0200 | Slávek Banko | [tdepim] Fix more SEGV in imapparser Thanks to Francois Andriot for the patch This resolves Bug #1235 |
e09b1f3d [view] | master | 2012-09-26 14:52:19 +0200 | Slávek Banko | [tdepim] Fix the addquotes/removequots functions in libkmime Thanks to Francois Andriot for the patch |
10ede899 [view] | master | 2012-09-26 19:48:36 +0800 | Richard Grenville | [tdebase] Bug fix: Issue #46: Optionally mark override-redirect windows as active Attempt to fix the transparency issue of Firefox and Chromium location bar dropdown window by marking override_redirect windows as active. This may not work completely and could have other side effects. Experimental. Enable by using --mark-ovredir-focused. |
60f724a3 [view] | master | 2012-09-26 18:54:35 +0800 | Richard Grenville | [tdebase] Misc: Code clean-up - Change some members of options_t. Clean up wrongly replaced option names in comments. Rename "options" to "opts", to avoid breaking line width too much, and to minimize typing as it's so frequently used. :-) - Let general options in commandline arguments override wintype-specific options in a configuration file, which could be a more natural behavior. |
93de3d1d [view] | master | 2012-09-26 03:18:10 -0500 | Christopher Jeffrey | [tdebase] initialize fade_time just to be explicit. |
fdf1593a [view] | master | 2012-09-26 02:37:11 -0500 | Christopher Jeffrey | [tdebase] remove fade_time from options struct. |
a0439e57 [view] | master | 2012-09-25 20:53:18 -0500 | Christopher Jeffrey | [tdebase] add global options struct. |
760188db [view] | master | 2012-09-25 21:04:10 +0800 | Richard Grenville | [tdebase] Feature: Wintype-specific options in configuration files - Add support of window-type-specific options (fade, shadow, and opacity) in configuration file parsing. Syntax shown in compton.sample.conf. - Replace wintype_name() with an array of window type names. Code clean-up. |
0c67b843 [view] | master | 2012-09-25 10:19:20 +0800 | Richard Grenville | [tdebase] Feature: Configuration file parsing - Add support for parsing configuration files using libconfig. (Dependency on libconfig could be made optional once we get some better building system.) Few tests has been done, bugs to be expected. compton searches for a configuration file mostly according to the XDG standard. Firstly the configuration file requested by --config, then $XDG_CONFIG_HOME/compton.conf (~/.config/compton.conf, usually), then ~/.compton.conf, then compton.conf under $XDG_DATA_DIRS (often /etc/xdg/compton.conf). A sample configuration file is supplied as compton.sample.conf. Configuration file syntax may change in the future. Commandline switches has higher priority than configuration file, except for --shadow-exclude. Use --config /dev/null to temporarily disable configuration file. - Fix a bug that causes windows to disappear or be partially rendered on opacity changes. - Fix a bug that causes some windows to ignore -i (inactive_opacity) and --inactive-dim, caused by the default window type change in a5d9955ca4. |
8ade4e21 [view] | master | 2012-09-23 16:06:47 -0500 | Timothy Pearson | [k3b] Update libisofs to read files greater than 2GB This partially resolves Bug #1111 |
fac31b9e [view] | master | 2012-09-22 23:36:35 -0500 | Timothy Pearson | [tde-packaging] Fix undesired references to libogg-dev-la in Debian packaging files |
1f33dc8f [view] | master | 2012-09-22 23:31:10 -0500 | Timothy Pearson | [tdebase] Attempt to minimize the time in which new notifications are displayed before being hidden |
9a839bc6 [view] | master | 2012-09-23 11:49:02 +0800 | Richard Grenville | [tdebase] Misc: Fix two memory leaks - Fix two small memory leaks. valgrind detects another memory leak possibly caused by XGetTextProperty(), probably a bug in libX11, I couldn't fix that one. - Use predefined atoms in Xatom.h to replace a few XInternAtom() calls. |
57f5c069 [view] | master | 2012-09-22 18:06:15 -0500 | Timothy Pearson | [tdebase] Lower override redirect windows instead of unmapping them on lock start Restore lowered windows on lock exit This provides a better solution to Bug #1079 |
b59fdf2c [view] | master | 2012-09-22 15:56:06 -0500 | Timothy Pearson | [qt4-tqt-theme-engine] Fix QtOctave failure and MDI pixmap problems |
80a4f6d0 [view] | master | 2012-09-22 20:49:17 +0800 | Richard Grenville | [tdebase] Improvement: Change window type detection - Let window type detection start with the client window if there's one, in hope to enhance performance. - Change get_wintype_prop() to fetch the property only once. - Default to WINTYPE_UNKNOWN instead of WINTYPE_NORMAL if _NET_WM_WINDOW_TYPE is missing. - Fix a mistake in calc_opacity(). - Add some items to .gitignore. - Fix a typo in usage(). |
cbdaa9c0 [view] | master | 2012-09-22 11:42:39 +0800 | Richard Grenville | [tdebase] Feature: Issue #29: Alternative shadow blacklist implementation - Add shadow blacklist feature, but a different implementation from nicklan's. 5 matching modes (exact, starts-with, contains, wildcard, PCRE) and 3 matching targets (window name, window class instance, window general class). Not extensively tested, bugs to be expected. It's slower for exact matching than nicklan's as it uses linear search instead of hash table. Also, PCRE's JIT optimization may cause issues on PaX kernels. - Add dependency to libpcre. Could be made optional if we have a graceful way to handle that in Makefile. - Some matching functions are GNU extensions of glibc. So this version may have troubles running on platforms not using glibc. - Fix a bug that access freed memory blocks in set_fade_callcack() and check_fade_fin(). valgrind found it out. - Use WM_CLASS to detect client windows instead of WM_STATE. Some client windows (like notification windows) have WM_CLASS but not WM_STATE. - Mark the extents as damaged if shadow state changed in determine_shadow(). - Rewrite wid_get_name(). Code clean-up. - Two debugging options: DEBUG_WINDATA and DEBUG_WINMATCH. - As the matching system is ready, it should be rather easy to add other kinds of blacklists, like fading blacklist. |
4f0b6320 [view] | master | 2012-09-21 19:41:01 -0500 | Timothy Pearson | [qt4-tqt-theme-engine] Attempt to work around Qt 4.8 bug in fromX11Pixmap when masks are converted |
553923b2 [view] | master | 2012-09-21 18:27:59 -0500 | Timothy Pearson | [tdebase] Forcibly prevent transient override redirect windows from showing up over the lock screen This closes Bug #1079 |
b69c3330 [view] | master | 2012-09-21 17:04:10 -0500 | Timothy Pearson | [tde-packaging] Fix tdebindings FTBFS on Debian and Ubuntu with Ruby 1.9.x |
a901a123 [view] | master | 2012-09-21 16:58:35 -0500 | Timothy Pearson | [tdebindings] Fix FTBFS on x86 systems |
10fc891a [view] | master | 2012-09-21 12:33:20 -0500 | Timothy Pearson | [tdebindings] Fix Ruby detection when .pc file is ruby-1.9 |
fd0900ef [view] | master | 2012-09-20 13:50:27 +0800 | Richard Grenville | [tdebase] Bug fix: Detect and mark WM windows as active See chjj's comments on issue #39: https://github.com/chjj/compton/issues/39#issuecomment-8533360 - Add a switch --mark-wmwin-focused that try to detect WM windows and mark them active. - Fix a bug that causes BadDrawable, etc. if a window is mapped then immediately unmapped. - Fix a bug in determine_evmask(). - Add a debug option DEBUG_CLIENTWIN. - Force window repaint on window frame extent change. - Code cleanup. |
e9964b9c [view] | master | 2012-09-20 00:33:03 -0500 | Timothy Pearson | [tde-packaging] Update tdebindings ruby build deps on Debian and Ubuntu |
a08c2294 [view] | master | 2012-09-19 20:49:16 +0800 | Richard Grenville | [tdebase] Improvement: Change fading mechanism - Change fading mechanism for better modularity. Remove fade queue and use members in struct _win to record fading data. In contrast to previous commits, this one actually could make the program slower (but very slightly, hardly noticeable if your CPU is anywhere close to AMD K7). As this commit changes lots of things, bugs are to be expected. - Currently -F does not do its job. -f actually equals -fF. (While in the past -F equals nothing and -f is just -f.) A fix will be made soon. I suppose it isn't hard. - Add a preprocessor function paint_preprocess() and move all preprocessing code in paint_all() to it. - Add window flag support but currently unused. - Add DamageNotify handling to ev_window(). - I'm considering removing HAS_NAME_WINDOW_PIXMAP = 0 support as I couldn't see what it is good for. Nor do I know what CAN_DO_USABLE does. Basically all my changes ignore these cases. |
2f6e9c73 [view] | master | 2012-09-18 11:53:05 -0500 | Timothy Pearson | [tdebindings] Fall back to ruby-1.9 pkgconfig file if needed |
fb18759b [view] | master | 2012-09-18 11:28:09 +0800 | Richard Grenville | [tdebase] Bug fix: Issue #23, notify-osd not rendered More details in the issue report. - Add ClientMessage detection to ev_name() and ev_window(), although we don't actually handle the event. |
467876d5 [view] | master | 2012-09-17 18:17:30 -0500 | Timothy Pearson | [gtk3-tqt-engine] Implement remaining raster operations |
2cec804e [view] | master | 2012-09-17 18:08:53 -0500 | Timothy Pearson | [gtk3-tqt-engine] Implement framework for raster operations |
4038374c [view] | master | 2012-09-17 16:05:48 -0500 | Timothy Pearson | [gtk3-tqt-engine] Add tab stop controls |
5fa60a7a [view] | master | 2012-09-17 15:20:04 -0500 | Timothy Pearson | [gtk3-tqt-engine] Add world matrix stack |
e9fa6f1c [view] | master | 2012-09-17 15:07:23 -0500 | Timothy Pearson | [gtk3-tqt-engine] Add preliminary font layout support Add image painting support |
b646ed4c [view] | master | 2012-09-17 13:56:41 -0500 | Timothy Pearson | [gtk3-tqt-engine] Add intermediate surface Enable clip regions |
b6cb4612 [view] | master | 2012-09-17 11:49:39 -0500 | Timothy Pearson | [gtk3-tqt-engine] Add transformation support |
be3451e0 [view] | master | 2012-09-17 22:15:04 +0800 | Richard Grenville | [tdebase] Improvement: Defer shadow picture generation - Defer shadow picture generation to minimize interactions with X, hoping to boost performance. - Fix a rendering issue caused by clip_changed in configure_win(). Remove clip_changed altogether. - Split generation of shadow picture from calculating its geometry. - Cache width/height including borders in struct _win as it's frequently used. |
e7ba091c [view] | master | 2012-09-17 16:04:04 +0800 | Richard Grenville | [tdebase] Improvement: Change painting sequence - Now compton paints windows from the lowest to the highest. Warning: I'm not completely certain that the change won't introduce unexpected glitches. This commit may be revoked in the future. - Remove w->border_clip since it's no longer needed. - Correct a mistake in find_toplevel2(). (clang --analyze found it out.) - Change "func_name()" prototypes to "func_name(void)". If I remember correctly, "func_name()" means you are remaining silent about this function's parameters instead of stating it has no parameter in ANSI C. - Add timestamps to error messages. - Suppress error messages caused by free_damage(). |
52cddfb3 [view] | master | 2012-09-17 00:03:40 -0500 | Timothy Pearson | [gtk3-tqt-engine] Add initial Pango font support |
65e8e56c [view] | master | 2012-09-17 12:31:01 +0800 | Richard Grenville | [tdebase] Improvement: Change generating process of alpha_pict, etc. - Change how w->alpha_pict is generated, in hope to boost performance, slightly, and as a step to eventually move handling code of most resources used when painting to paint_preprocess(). - Remove alpha_pict parameter of shadow_picture() as it's not necessary. - Let window opacity affect frame opacity. - Rename some members of struct _win. |
2b324e26 [view] | master | 2012-09-16 23:04:23 -0500 | Darrell Anderson | [kdpkg] Fix QString -> TQString. |
2b39cdb5 [view] | master | 2012-09-16 23:00:45 -0500 | Darrell Anderson | [tdenetworkmanager] Fix QString -> TQString. |
78196c12 [view] | master | 2012-09-16 23:00:12 -0500 | Darrell Anderson | [knetworkmanager8] Fix QString -> TQString. |
9ee1344e [view] | master | 2012-09-16 22:59:02 -0500 | Darrell Anderson | [tdepowersave] Fix QString -> TQString. |
1b4d7e54 [view] | master | 2012-09-16 22:57:34 -0500 | Darrell Anderson | [kbfx] Fix QString -> TQString. |
3a60e3ce [view] | master | 2012-09-16 22:55:59 -0500 | Darrell Anderson | [potracegui] Fix QString -> TQString. |
e827f8d5 [view] | master | 2012-09-16 22:55:10 -0500 | Darrell Anderson | [tdesvn] Fix QString -> TQString. |
688d0e84 [view] | master | 2012-09-16 22:53:58 -0500 | Darrell Anderson | [kvpnc] Fix QString -> TQString. |
0b1f7817 [view] | master | 2012-09-16 22:50:59 -0500 | Darrell Anderson | [kpowersave] Fix QString -> TQString. |
4b5d02a2 [view] | master | 2012-09-16 22:46:28 -0500 | Darrell Anderson | [kbookreader] Fix QString -> TQString. |
013e6b26 [view] | master | 2012-09-16 22:45:39 -0500 | Darrell Anderson | [kmyfirewall] Fix QString -> TQString. |
5bf9c2d7 [view] | master | 2012-09-16 22:44:12 -0500 | Darrell Anderson | [basket] Fix QString -> TQString. |
58664773 [view] | master | 2012-09-16 22:43:27 -0500 | Darrell Anderson | [ktorrent] Fix QString -> TQString. |
718b3af0 [view] | master | 2012-09-16 22:42:20 -0500 | Darrell Anderson | [kipi-plugins] Fix QString -> TQString. |
3c352d5e [view] | master | 2012-09-16 22:40:24 -0500 | Darrell Anderson | [koffice] Fix QString -> TQString. |
1c60648f [view] | master | 2012-09-16 22:38:09 -0500 | Darrell Anderson | [k3b] Fix QString -> TQString. |
31784539 [view] | master | 2012-09-16 22:32:21 -0500 | Darrell Anderson | [tdesdk] Fix QString -> TQString. |
95248100 [view] | master | 2012-09-16 22:31:46 -0500 | Darrell Anderson | [tdepim] Fix QString -> TQString. |
685de864 [view] | master | 2012-09-16 22:30:59 -0500 | Darrell Anderson | [tdewebdev] Fix QString -> TQString. |
70a3c0d9 [view] | master | 2012-09-16 22:29:55 -0500 | Darrell Anderson | [tdevelop] Fix QString -> TQString. |
d513bace [view] | master | 2012-09-16 22:27:54 -0500 | Darrell Anderson | [tdeedu] Fix QString -> TQString. |
75bf0c9d [view] | master | 2012-09-16 22:27:05 -0500 | Darrell Anderson | [tdetoys] Fix QString -> TQString. |
3d2141c8 [view] | master | 2012-09-16 22:26:06 -0500 | Darrell Anderson | [tdeartwork] Fix QString -> TQString. |
9a680e5c [view] | master | 2012-09-16 22:25:32 -0500 | Darrell Anderson | [tdenetwork] Fix QString -> TQString. |
492b084f [view] | master | 2012-09-16 22:24:43 -0500 | Darrell Anderson | [tdeadmin] Fix QString -> TQString. |
1474ae14 [view] | master | 2012-09-16 22:24:02 -0500 | Darrell Anderson | [tdemultimedia] Fix QString -> TQString. |
c4d066ff [view] | master | 2012-09-16 22:23:01 -0500 | Darrell Anderson | [tdeutils] Fix QString -> TQString. |
eef9817d [view] | master | 2012-09-16 22:20:24 -0500 | Darrell Anderson | [tdeaccessibility] Fix QString -> TQString. |
249c80de [view] | master | 2012-09-16 19:43:35 -0500 | Darrell Anderson | [tdebase] Fix QString -> TQString. |
[First Page] [Previous Page] [Next Page] [Last Page]
© 2010-2025 Trinity Desktop Project