Commit Graph

1684 Commits (d8bc25b05db5f799797b69d44f9db2e5c38e9e2a)
 

Author SHA1 Message Date
Timothy Pearson 6ce60bdd23 Add shutdown progress text and next program being terminated to shutdown dialog 12 years ago
Slávek Banko 53a86eb706 Fix FTBFS due to missing include 12 years ago
Francois Andriot 52aae1d1ef Fix halbackend causes KDED stop on assertion failed 12 years ago
Slávek Banko 134af52f38 Fix tdehardwarebackend does not manage to invoke 'fuser' command 12 years ago
Slávek Banko 42fc3b2898 Fix halbackend does not manage to invoke 'fuser' command 12 years ago
Richard Grenville 2b0dfa9b96 Misc: Add DEBUG_GLX_MARK & Misc
- GLX backend: Add DEBUG_GLX_MARK, to add GL marks around functions with
  glStringMarkerGREMEDY(), and mark frame termination with
  glFrameTerminatorGREMEDY().

- Print output of `compton -h` to stdout. (#110)

- GLX backend: Strip out elements with factor 0 in GLSL blur code.
  Thanks to jrfonseca for guides. (#107)
12 years ago
Timothy Pearson d48a6acee4 Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tdebase 12 years ago
Timothy Pearson 77cbd6e957 Fix theme manager overwriting undefined theme settings with garbage
This resolves Bug 1174
Fix tderandrtray displaying profile list when only the default profile is available
12 years ago
Francois Andriot 0782d2bbb1 Kickoff menu: Fix remaining warning messages 12 years ago
Slávek Banko 7a982ffaa1 Kickoff menu: Allow suspend features using tdehw library 12 years ago
Francois Andriot bbdb95ed64 Kickoff menu: Allow suspend features using native dbus library 12 years ago
Francois Andriot 229d1bcf9b Kickoff menu: Do not try to display pixmap if it cannot be loaded 12 years ago
Francois Andriot 14cd57f54a Kickoff menu: Adds a distribution-specific link in 'computer' tab 12 years ago
Francois Andriot 8e144348bb Kickoff menu: Fix menu size at startup and tabbar size calculation 12 years ago
Francois Andriot 3e9cea48cf Kickoff menu: Do not reduce icons for searched applications 12 years ago
Francois Andriot a5d1d48500 Kickoff menu: Enable the 'timed logout' feature 12 years ago
Francois Andriot 18e3729805 Kickoff menu: Adds 'kcontrol' and 'run command' in 'computer' tab 12 years ago
Slávek Banko c58d6f5099 Add remaining files from prior commit 12 years ago
Slávek Banko f08ddb4652 Add lz/lzma compression support to tdeio_man tdeioslave
This resolves Bug 1493
12 years ago
Richard Grenville 060b5ab23c Bug fix: Compilation failure with NO_LIBCONFIG / NO_C2
- Fix compilation failure with NO_LIBCONFIG or NO_C2. Thanks to
  Spaulding for reporting.
12 years ago
Richard Grenville a09589b2ad Misc: Add DEBUG_GLX_PAINTREG
- GLX: Add DEBUG_GLX_PAINTREG, for debugging painting region issues, for
  p4ddy's problem.
12 years ago
Timothy Pearson ecc6ff1e72 Fix Kickoff-style menu hang and incorrect device listing
This resolves Bug 1491
12 years ago
Timothy Pearson 1fbdb78d93 Update drkonqi to collect data on threaded programs and CPU type/speed/core number 12 years ago
Richard Grenville 08b6bfe946 Imp: Fix GL_TEXTURE_RECTANGLE & Enhance --glx-copy-from-front
- Fix GL_TEXTURE_RECTANGLE support. Thanks to amonakov for guides.
  (#107)

- Enhance --glx-copy-from-front to improve performance and make it work
  with --glx-swap-method, copied from kwin patch. Thanks to bwat47 for
  info. (#107)

- Add texture2Doffset() support in blur GLSL shader. Thanks to amonakov
  for advice. No visible benefit here, though. (#107)

- Only limited tests are done and I'm super sleepy. Bugs expected
12 years ago
Timothy Pearson 24e3f6f2fa Fix lock screen interaction with suspend/hibernate
Use built-in premultiplied ARGB method
12 years ago
Timothy Pearson 9aa01ee718 Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tdebase 12 years ago
Timothy Pearson 3421d01bb0 Fix TDM hang in certain circumstances when themed greeter is deleted
This resolves Bug 1453
Resolve themed greeter drawing inconsistencies between composited and non-composited mode
12 years ago
Darrell Anderson 3676d28fd7 Change icons used in TDE Help Center Contents tab. 12 years ago
Darrell Anderson 3c1f259f23 Update kioslaves->tdeioslaves. 12 years ago
Timothy Pearson 9804217b51 Fix OpenGL screensaver background when ARGB mode is enabled 12 years ago
Francois Andriot 2b6bc47289 Added support for makewhatis in tdeio-man
This resolves Bug 714
12 years ago
Slávek Banko 8bdb011121 Fix konqueror drag and drop within the same window
This resolves Bug 1451
12 years ago
Timothy Pearson 3cce16c254 Properly fix task tray background glitches
Ensure session is fully locked before switching to new VT when lock is requested
12 years ago
Timothy Pearson 667839ee65 Hack around ARGB task tray icon background display glitch 12 years ago
Timothy Pearson 5908f01581 Properly acquire a 32-bit ARGB visual when GL screen saver is requested 12 years ago
Richard Grenville c742c97a8c Misc: Validate wallpaper pixmap & Documentation update
- Split Pixmap validation out to validate_pixmap(). Validate wallpaper
  Pixmap as well.

- Update README.md and man page.
12 years ago
Richard Grenville e94746bbbb Improvement: Add predefined blur kernels
- Add a few predefined blur kernels, requested by jerri in #104.

- Add compton-convgen.py to generate blur kernels.
12 years ago
Slávek Banko 74b1fc6576 Cleanup output clutter 12 years ago
Richard Grenville 7f97bf9396 Bug fix: Fix a BadRegion error with --glx-use-copysubbuffermesa
Just a small and mostly harmless issue. Sorry, didn't test throughly.
12 years ago
Richard Grenville 19471a4289 Bug fix: Fix --resize-damage
- Fix --resize-damage. I forgot to shrink the painting region back when
  actually copying to destination.

- Include extra pixels around the blur texture to avoid some possible
  small issues, if --resize-damage is positive.

- Known issue: Line artifacts may still appear with --dbe (X Render
  backend) or --glx-swap-method (GLX backend). I doubt if there's way to
  fix this without very inefficient mechanisms.
12 years ago
Richard Grenville 5775cefe97 Improvement: --resize-damage
- Add --resize-damage to enlarge/shrink repaint region by a specific
  number of pixels, used for solving the line corruption issue with
  blur. Thanks to Nuck and jerri in #104 for reporting.

- Fix the memory leak of blur shader string.
12 years ago
Darrell Anderson 62d43d23e6 Add cmake configure option to support ksmserver shutdown debugging timing markers. 12 years ago
Richard Grenville 74d91eb385 Misc: Fix gcc error
Fix gcc compilation error about "initializer element is not constant".
12 years ago
Richard Grenville b5116f6465 Improvement: Enhance --glx-swap-method
- Enhance --glx-swap-method to support longer buffers ages (3-6), and
  automatic buffer age detection via GLX_EXT_buffer_age.
12 years ago
Timothy Pearson 55a0cc423f Use TDE hardware library to authorize and control shutdown related session options
This resolves Bug 1071
12 years ago
Richard Grenville ec2cd6276d Improvement: --blur-kern
- Add blur convolution kernel customization, --blur-kern. The format is
  a bit tricky so be sure to read the description in `compton -h`. Not
  much tests received.

- GLX backend: Tolerate missing GLSL uniforms for strangely shaped
  convolution kernel.

- Fix a memory leak that blur-background blacklist is not freed.
12 years ago
Timothy Pearson 704eedf364 Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tdebase 12 years ago
Timothy Pearson 33dc3f2d39 Ensure that tdm always reacquires root ownership after user listing is complete
This resolves Bug 1402
12 years ago
Richard Grenville 1dd41253b2 Misc: Fix wrong description & DEBUG_GLX_ERR
- Fix description of "opengl" VSync.

- Add DEBUG_GLX_ERR to check for OpenGL errors.

- Update man page.
12 years ago
Timothy Pearson 1c7bdfda1e Fix long delay at session termination on certain systems
This resolves Bug 760
Add shutdown profiling code and disable at compile time
12 years ago