summaryrefslogtreecommitdiffstats
path: root/vcl
Commit message (Expand)AuthorAgeFilesLines
* callcatcher: update unused codeCaolán McNamara2015-03-052-10/+0
* HiDPI: increase toolbar drag handle hit area widthTomaž Vajngerl2015-03-051-3/+7
* toolbox - preserve the orig. image + use it in menu & color updateTomaž Vajngerl2015-03-052-27/+33
* remove maHighImage from toolbox as it is unused (no setter)Tomaž Vajngerl2015-03-053-13/+1
* make wheel scrolling work under gtk3Caolán McNamara2015-03-041-0/+6
* need GDK_SCROLL_MASK under gtk3 to get any wheel scroll eventsCaolán McNamara2015-03-041-1/+1
* rControlRegion.[Left|Top]- 1 + 1 -> rControlRegion.[Left|Top]Caolán McNamara2015-03-041-6/+1
* damaged does the same gtk_widget_queue_draw_area with -1 top and +2 dimensionCaolán McNamara2015-03-042-8/+1
* drop temp surface and draw direct to backing basebmp surfaceCaolán McNamara2015-03-042-14/+6
* rely on cairo to do the clipping for usCaolán McNamara2015-03-041-15/+5
* valgrind: padding is not setCaolán McNamara2015-03-041-0/+2
* consistent use of [pop|push]IgnoreDamageCaolán McNamara2015-03-041-2/+2
* update commentCaolán McNamara2015-03-041-3/+1
* seeing as we're using cairo-calls now we shouldn't need manual bounds checkingCaolán McNamara2015-03-041-34/+3
* silence some more spewCaolán McNamara2015-03-041-0/+6
* flush surface after 'draw'Caolán McNamara2015-03-041-0/+2
* move getCairoContext to GtkSalFrame and reuseCaolán McNamara2015-03-044-30/+22
* quieten spewCaolán McNamara2015-03-041-4/+2
* duplicate of getCairoContext logicCaolán McNamara2015-03-041-10/+2
* GtkSalGraphics never operate on virtual devicesCaolán McNamara2015-03-043-17/+1
* simplify optimized scrolling route a littleCaolán McNamara2015-03-041-55/+14
* V813: Decreased performanceCaolán McNamara2015-03-045-16/+16
* Hack to make an in-destruction SystemWindow no longer claim to be oneStephan Bergmann2015-03-041-0/+3
* silence warning from use of GetVersionExA in external multimon.h headerCaolán McNamara2015-03-041-0/+3
* Remove hack of replacing 0 with 1/LONG_MAXStephan Bergmann2015-03-041-12/+0
* TyposJulien Nabet2015-03-031-1/+1
* remove more SunStudio cruftMichael Stahl2015-03-031-4/+6
* missing magicCaolán McNamara2015-03-032-0/+75
* likely intentDavid Tardon2015-03-031-1/+1
* just in case, fallback if not cairo-surfaceCaolán McNamara2015-03-033-5/+21
* render text with cairo under gtk3, not headless solutionCaolán McNamara2015-03-0311-38/+60
* StaticLibrary headless is goneStephan Bergmann2015-03-021-4/+0
* Remove references to unused GLUStephan Bergmann2015-03-028-8/+1
* if you link vclplug_svp to desktop you end up with duplicate font cachesCaolán McNamara2015-03-0210-66/+19
* quieten this a bitCaolán McNamara2015-03-021-2/+1
* implement GetWorkArea for gtk3Caolán McNamara2015-03-021-2/+5
* simplify thisCaolán McNamara2015-03-021-8/+2
* tweak to return a cairo_context instead of a cairo_surfaceCaolán McNamara2015-03-026-15/+22
* unused GetPeer inlineCaolán McNamara2015-03-021-4/+0
* Add vcl::Window::SetLastMousePos()Miklos Vajna2015-03-021-0/+9
* WaE: comparison of integers of different signsTor Lillqvist2015-03-021-2/+2
* -Werror,-Wsign-compareNoel Grandin2015-03-021-4/+6
* cppcheck: unsignedLessThanZeroNoel Grandin2015-03-021-1/+1
* convert GFF_ constants to enum classNoel Grandin2015-03-021-55/+56
* fix gtk3 buildCaolán McNamara2015-03-011-5/+8
* tdf#89141: reverted a workaround for getting activity timeVasily Melenchuk2015-02-281-10/+4
* tdf#89482 - return size of system virtual device resource at construction.Michael Meeks2015-02-2815-21/+47
* Fix compilation for iOSTor Lillqvist2015-02-281-0/+2
* tdf#84881: Timestamp the right data (Win32 version)Tor Lillqvist2015-02-271-107/+241
* seperate headless textrendering into its own classCaolán McNamara2015-02-278-394/+651