summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * Bug fix #191: Add rounded-corners detection to --unredir-if-possibleRichard Grenville2014-04-214-6/+18
| | | | | | | | | | | | | | Add `bounding_shape` and `rounded_corners` as condition match target. Deprecate --shadow-ignore-shaped. Add rounded-corners detection to win_is_fullscreen(). Slightly modify win_rounded_corners() logic. Thanks to tdryer for reporting. (#191)
| * Misc: Fix a possible assert() failureRichard Grenville2014-04-211-1/+1
| |
| * Bug fix #190: Copy shadow/fade state from last paint on unmapped winsRichard Grenville2014-04-193-32/+88
| | | | | | | | | | | | Copy shadow/fade/color-inversion/background-blur state from last paint on unmapped windows. I hope it doesn't have unexpected side effects. (#190)
| * Misc: Try to avoid evaluating conditions after window unmap & othersRichard Grenville2014-04-193-23/+56
| | | | | | | | | | | | | | | | | | | | | | | | - Try to avoid evaluating conditions after window unmap/destruction. Unfortunately, frequently this doesn't work due to the asynchronous nature of X. - Add _GTK_FRAME_EXTENTS exclusion rules to compton.sample.conf. Thanks to memeplex, hexchain, and others for info. (#189) - Add debugging option --show-all-xerrors, and other debugging changes. Doc update.
| * Misc: Add --xrender-sync{,-fence} as configuration file optionRichard Grenville2014-03-263-5/+25
| | | | | | | | | | | | | | | | - Add --xrender-sync{,-fence} as configuration file option. - Quit on encountering invalid opacity rule. - Other small changes.
| * Bug fix #181: Add --xrender-sync{,-fence}Richard Grenville2014-03-175-51/+379
| | | | | | | | | | | | | | | | | | | | - Add --xrender-sync{,-fence} to deal with redraw lag issue on GLX backend. --xrender-sync-fence requires a sufficiently new xorg-server and libXext. NO_XSYNC=1 may be used to disable it at compile time. Thanks to tchebb for reporting and everybody else for testing. (#181) - A bit code clean-up. Replace a few XSync() with XFlush() to minimize the latency.
| * Misc: xr-glx-hybrid alias & minor fixesRichard Grenville2014-03-112-0/+16
| | | | | | | | | | | | | | - Add "xr-glx-hybrid" as an alias of "xr_glx_hybrid". (#163) - Clear damage history in expose_root() and when root window size changes. Unfortunately this doesn't fix #181.
| * Bug fix: Fix -SRichard Grenville2014-02-271-1/+3
| | | | | | | | Fix the broken -S.
| * Bug fix: Fix access to freed memory due to invalid w->prev_transRichard Grenville2014-01-211-1/+28
| | | | | | | | | | | | | | - Fix a bug that w->prev_trans sometimes points to freed memory. Probably related to #165. - Add some more debugging printf()-s under DEBUG_EVENTS.
| * Bug fix #163: xr_glx_hybrid: Flickering issueRichard Grenville2014-01-191-0/+7
| | | | | | | | | | xr_glx_hybrid backend: Attempt to fix flickering issue. Thanks to cju for testing.
* | Break potential infinite loop on DCOP wallpaper export callTimothy Pearson2014-11-101-4/+4
| | | | | | | | This resolves Bug 2176
* | Fix renaming icon fonts => font-x-generic in desktop filesSlávek Banko2014-11-089-9/+9
| |
* | Read from X-DocPath onlyTimothy Pearson2014-11-072-2/+2
| |
* | Fix another incorrect renaming from the previous mimetype compliance patchesTimothy Pearson2014-10-262-2/+2
| |
* | Make kdesktop_lock and ksmserver ARGB screen blanking more efficient and ↵Timothy Pearson2014-10-254-22/+30
| | | | | | | | | | | | | | improve multi-head support in same Fix kdesktop_lock busy cursor appearing over active screen saver after GUI-driven VT switch and delayed return to original VT Repair kdesktop_lock invalid password delay bypass with Cancel button
* | Fix stragglers that were not properly renamed in the XDG standardization commitsTimothy Pearson2014-10-2427-27/+27
| |
* | Fix accidental duplication of text-x- in new mime icon stringsTimothy Pearson2014-10-245-5/+5
| |
* | Fix exec icon location and bring it into XDG complianceTimothy Pearson2014-10-2217-20/+20
| |
* | Fix remaining issues from mimetype icon renameTimothy Pearson2014-10-221-1/+1
| |
* | Repair mimetype icon usage, part 1. The following are not fully verified in ↵Timothy Pearson2014-10-222-3/+3
| | | | | | | | source as of this commit due to ubiquity: info, unknown
* | Bring most mimetypes in line with XDG specifications. The following are not ↵Timothy Pearson2014-10-2268-75/+75
| | | | | | | | fully verified in source as of this commit due to ubiquity: html, empty, info, make, man, misc, source, unknown
* | Reset submodule main/tdebase/admin to latest HEADAutomated System2014-10-191-0/+0
| |
* | Fix kcontrol spellcheck iconSlávek Banko2014-10-201-1/+1
| |
* | Fix remaining missing semicolons at end of Keywords stringsTimothy Pearson2014-10-19105-6514/+6514
| |
* | Revert "Fix remaining missing semicolons at end of Keywords strings"Timothy Pearson2014-10-19105-6514/+6514
| | | | | | | | This reverts commit fd2369a8f0b40ef35586b3407750ec4662d1be7e.
* | Fix remaining missing semicolons at end of Keywords stringsTimothy Pearson2014-10-19105-6514/+6514
| |
* | Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tdebaseTimothy Pearson2014-10-1829-66/+207
|\ \
| * | Update r14-xdg-update: add update of tdenewstuff sectionsSlávek Banko2014-10-181-1/+9
| | | | | | | | | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
| * | Fix FTBFS on openbsd because 'abs' function in kcontrol/displayconfigFrançois Andriot2014-10-181-0/+3
| | | | | | | | | | | | Signed-off-by: François Andriot <francois.andriot@free.fr>"
| * | Allow contitional build with tdehwlibSlávek Banko2014-10-1817-34/+95
| | | | | | | | | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
| * | Fix gcc visibility detectionSlávek Banko2014-10-181-8/+18
| | | | | | | | | | | | | | | | | | This resolves Bug 1832 Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
| * | Add perl function support in tdeioslave_manFrançois Andriot2014-10-181-5/+7
| | | | | | | | | | | | [taken from OpenBSD KDE3 patches]
| * | Fix FTBFS on openbsd because conflicting declaration in twin comptonFrançois Andriot2014-10-181-0/+2
| | | | | | | | | | | | Signed-off-by: François Andriot <francois.andriot@free.fr>"
| * | Fix FTBFS on openbsd because invalid include in kickoff menuFrançois Andriot2014-10-181-0/+6
| | | | | | | | | | | | Signed-off-by: François Andriot <francois.andriot@free.fr>"
| * | Fix tdm_greet crashSlávek Banko2014-10-181-5/+6
| | | | | | | | | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
| * | Fix conditionnal utmpx support in tdmFrançois Andriot2014-10-182-1/+3
| | | | | | | | | | | | Signed-off-by: François Andriot <francois.andriot@free.fr>"
| * | Fix crypt library detection in CMakeSlávek Banko2014-10-183-12/+12
| | | | | | | | | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
| * | Fix tdm backend fd support on openbsdFrançois Andriot2014-10-181-0/+4
| | | | | | | | | | | | Signed-off-by: François Andriot <francois.andriot@free.fr>"
| * | Fix tdm auth backend for openbsdFrançois Andriot2014-10-181-0/+23
| | | | | | | | | | | | Signed-off-by: François Andriot <francois.andriot@free.fr>"
| * | Fix FTBFS on openbsd because of missing header in tdesuFrançois Andriot2014-10-181-0/+4
| | | | | | | | | | | | Signed-off-by: François Andriot <francois.andriot@free.fr>"
| * | Fix FTBFS on openbsd because of missing header in tdeioslave_mediaFrançois Andriot2014-10-181-0/+3
| | | | | | | | | | | | Signed-off-by: François Andriot <francois.andriot@free.fr>"
| * | Fix FTBFS on openbsd beacuse of invalid headers in tdeioslave_mediaFrançois Andriot2014-10-181-0/+6
| | | | | | | | | | | | Signed-off-by: François Andriot <francois.andriot@free.fr>"
| * | Fix detection of some headers on openbsdFrançois Andriot2014-10-181-0/+6
| | | | | | | | | | | | | | | | | | Many headers requires additional include stdlib.h Signed-off-by: François Andriot <francois.andriot@free.fr>"
* | | Fix missing semicolons at end of Keywords stringsTimothy Pearson2014-10-18106-107/+107
|/ /
* | Reset submodule main/tdebase/cmake to latest HEADAutomated System2014-10-141-0/+0
| |
* | Bring package_development, package_games, package_graphics, package_network, ↵Timothy Pearson2014-10-1473-21/+21
| | | | | | | | package_multimedia, package_wordprocessing, edu_science, package_utilities, input_devices_settings, kcmsystem, personal, and looknfeel icons into XDG compliance
* | Bring centrejust, leftjust, rightjust, text_left, text_right, text_bold, ↵Timothy Pearson2014-10-142-2/+2
| | | | | | | | text_italic, text_under, text_strike, and spellcheck icons into XDG compliance
* | Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tdebaseTimothy Pearson2014-10-131-0/+0
|\ \
| * | Reset submodule main/tdebase/cmake to latest HEADAutomated System2014-10-131-0/+0
| | |
* | | Bring mail_forward, mail_new, mail_replyall, mail_reply, mail_send, ↵Timothy Pearson2014-10-1321-33/+33
|/ / | | | | | | player_pause, player_play, player_stop, player_rew, player_fwd, player_start, player_end, rotate_ccw, rotate_cw, window_fullscreen, window_nofullscreen, window_new, viewmagfit, viewmag+, viewmag1, and viewmag- icons into XDG compliance