summaryrefslogtreecommitdiff
path: root/vcl/unx/gtk/window
AgeCommit message (Expand)AuthorFilesLines
2011-10-25Gtk3 fixes, I tweaked the damage function to debug the rendering (the damage ...Lucas Baudin1-5/+8
2011-10-25headless: move backend to top-level, and enable for all platformsMichael Meeks1-1/+1
2011-10-25gtk3: remove X dependency (for now)Michael Meeks1-4/+12
2011-10-25generic: merge me with last commit please ... - more workMichael Meeks1-2/+2
2011-10-25generic: re-structure generic code to increase re-use between backendsMichael Meeks1-1/+1
2011-10-25gtk3: substantial re-work and cleanup of event handlingMichael Meeks1-6/+15
2011-10-25remove conditionals, and split pieces into salnativewidgetsMichael Meeks1-114/+2
2011-10-25re-write gtksys to use the cleaner GdkScreen API avoiding X & XineramaMichael Meeks1-226/+177
2011-10-25remove obsolete pieces, and erroneous conditionalMichael Meeks1-20/+6
2011-10-25gtk3: subset invalid re-render areas to get at least somethingMichael Meeks1-11/+30
2011-10-25gtk3: decision - client-side rendering is the way, avoid X11Michael Meeks1-64/+74
2011-10-25gtk3: initial copyArea support for optimised scrolling, and improved renderingMichael Meeks1-96/+176
2011-10-25gtk3: extensive X-orcisms performed, with some horrendous cut/pasteMichael Meeks1-27/+100
2011-10-25gtk3: cleanup error trap push/pop a little (wow it is nasty and inefficient)Michael Meeks1-22/+53
2011-10-25gtk3: clean up debug, ensure damage is propagated to clones / subsetsMichael Meeks1-20/+59
2011-10-25gtk3: switch to basebmp rendering during 'draw'Michael Meeks1-2/+177
2011-09-27Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *().Stephan Bergmann1-2/+2
2011-06-27do not set minimal size for fullscreen windowsRadek Doulik1-4/+5
2011-06-23make sure we send resize event to fullscreen windowsRadek Doulik1-1/+1
2011-06-15figure out how to make new-style cursors from ye-oldy xbmsCaolán McNamara1-0/+2
2011-06-14fixup exposes, so we get both crashers and pixels with gtk3Michael Meeks1-0/+25
2011-06-14Various fixes and stubs for gtk+ >= 3.0Michael Meeks1-1/+28
2011-06-14Prepare for gtk3Caolán McNamara2-55/+102
2011-06-14getSessionID returns an OStringCaolán McNamara1-4/+4
2011-04-22Merge commit 'ooo/DEV300_m106' into libreoffice-3-4Jan Holesovsky3-94/+14
2011-03-29don't bleat about having called GtkSalObject::SetForwardKeyCaolán McNamara1-1/+0
2011-03-11Merge commit 'ooo/DEV300_m101' into intm101Jan Holesovsky2-104/+116
2011-03-02Move DBG_ERROR to OSL_FAILThomas Arnhold1-1/+1
2011-02-14rebase to DEV300_m100Philipp Lohmann [pl]2-102/+102
2011-01-28remove obsolete m_bSingleAltPressMichael Meeks1-8/+0
2011-01-28Remove the menu when Left Alt Key was pressed; for GTKLucas Baudin1-30/+0
2011-01-28vcl2gnumake: #i116588# remove old makefilesPhilipp Lohmann [pl]1-79/+0
2011-01-25WaE: gcc 4.6.0 various warningsCaolán McNamara1-6/+0
2011-01-24vcl2gnumake: #i116589# header cleanup: linux,solaris,macosPhilipp Lohmann [pl]2-15/+14
2011-01-21removetooltypes01: Rebase to DEV300m98Carsten Driesner1-0/+2
2011-01-12removetooltypes01: Exchange misleading type sal_uIntPtr with sal_uLongCarsten Driesner2-9/+9
2011-01-11removetootypes01: #i112600# Use correct conversion ULONG => sal_uIntPtrCarsten Driesner2-9/+9
2011-01-07removetooltypes: #i112600# Adapt Unix part for removed tool typesCarsten Driesner2-102/+102
2011-01-06rebase to DEV300_m96Philipp Lohmann [pl]1-0/+5
2011-01-04Bogus comments and commented code removal from Unix VCLRobert Roth1-7/+2
2010-12-17Move the PrinterUpdate stuff to be SalInstance specificCaolán McNamara1-4/+6
2010-12-09mib19: rebase to DEV300m95Daniel Rentz [dr]1-6/+8
2010-12-07initialize session client when SalSession is createdDavid Tardon1-1/+0
2010-11-17Fixed remaining use of HighContrast definesCédric Bosdonnat1-7/+0
2010-11-17Resolves: rhbz#654203# crash after unhandled exceptionCaolán McNamara1-4/+11
2010-11-15vcl117: #i115133# catch an XError in gtk_im_context_set_cursor_locationPhilipp Lohmann [pl]1-0/+2
2010-11-01Make envvar SAL_NO_MOUSEGRABS avoid mouse grabs on X11Thorsten Behrens1-14/+19
2010-10-27fdo#632229# provide some support for a per-windowframe ApplicationID/WM_CLASSCaolán McNamara1-16/+37
2010-10-22fix IM inputDavid Tardon1-3/+4
2010-10-18replace sizeof(foo)/sizeof(foo[0]) by SAL_N_ELEMENTSKenneth Venken1-4/+5