summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-10-25generic: factor out generic display code, reducing cut+paste+bugMichael Meeks
2011-10-25generic: share sal yield mutex properlyMichael Meeks
2011-10-25Gtk3 fixes, I tweaked the damage function to debug the rendering (the damage ...Lucas Baudin
2011-10-25Fix compilation in gtk3salnativewidgetsLucas Baudin
2011-10-25misc cross-platform dependency / build issue reduxMichael Meeks
2011-10-25remove redundant, legacy X library linkage into svp (thanks kendy)Michael Meeks
2011-10-25headless: move backend to top-level, and enable for all platformsMichael Meeks
2011-10-25gtk3: remove X dependency (for now)Michael Meeks
2011-10-25generic: merge me with last commit please ... - more workMichael Meeks
2011-10-25generic: re-structure generic code to increase re-use between backendsMichael Meeks
2011-10-25break headless coupling to X dependent backendMichael Meeks
2011-10-25gtk3: substantial re-work and cleanup of event handlingMichael Meeks
2011-10-25cleanup assertionMichael Meeks
2011-10-25gtk3: implement initial native widget support for buttonsLucas Baudin
2011-10-25remove conditionals, and split pieces into salnativewidgetsMichael Meeks
2011-10-25re-write gtksys to use the cleaner GdkScreen API avoiding X & XineramaMichael Meeks
2011-10-25remove obsolete pieces, and erroneous conditionalMichael Meeks
2011-10-25update gnumake pieces for system cairoMichael Meeks
2011-10-25fix crash on cleanup of gtk2 pathMichael Meeks
2011-10-25gtk3: subset invalid re-render areas to get at least somethingMichael Meeks
2011-10-25gtk3: decision - client-side rendering is the way, avoid X11Michael Meeks
2011-10-25gtk3: initial copyArea support for optimised scrolling, and improved renderingMichael Meeks
2011-10-25headless: clip more intelligently without allocating huge masks constantlyMichael Meeks
2011-10-25gtk3: extensive X-orcisms performed, with some horrendous cut/pasteMichael Meeks
2011-10-25gtk3: cleanup error trap push/pop a little (wow it is nasty and inefficient)Michael Meeks
2011-10-25gtk3: clean up debug, ensure damage is propagated to clones / subsetsMichael Meeks
2011-10-25gtk3: switch to basebmp rendering during 'draw'Michael Meeks
2011-10-25WaE: unreachable code and unreferenced formal parameterTor Lillqvist
2011-10-25WaE: unreachable codeTor Lillqvist
2011-10-25WaE: unreachable codeTor Lillqvist
2011-10-25WaE: class has virtual functions, but destructor is not virtualTor Lillqvist
2011-10-25WaE: unreferenced local variableTor Lillqvist
2011-10-25WaE: assignment within conditional expressionTor Lillqvist
2011-10-25WaE: class has virtual functions, but destructor is not virtualTor Lillqvist
2011-10-25WaE: type name first seen using 'struct' now seen using 'class'Tor Lillqvist
2011-10-25Build dbaccess and connectivity only for DESKTOP platforms for nowTor Lillqvist
2011-10-25Prefer pre-increment in for loopsFridrich Štrba
2011-10-25remove unused methods from sdext:presenterFelix Zhang
2011-10-25WaE: unreferenced local variableTor Lillqvist
2011-10-25Ignore also MSVC warning C4555, as generated by the <list> header in MSVC2008Tor Lillqvist
2011-10-25WaE: silence a warningCaolán McNamara
2011-10-25do not hardcode mingw sysroot pathDavid Tardon
2011-10-25remove unused code... againDavid Tardon
2011-10-25Put the modeline backFridrich Štrba
2011-10-25Fix the buildFridrich Štrba
2011-10-25White-space change to fix messy mix of different coding stylesFridrich Štrba
2011-10-25Fix previous commit for non-Valgrind builds.Stephan Bergmann
2011-10-24Avoid Clang -Wunused-value with trunk rev. 12226 Valgrind.Stephan Bergmann
2011-10-24execute macros_test in headless mode tooMarkus Mohrhard
2011-10-24 clean up macros-testMarkus Mohrhard