Age | Commit message (Expand) | Author |
2015-07-27 | remove some unused defines | Noel Grandin |
2015-07-27 | README.opengl: Some notes about env. vars. useful for OpenGL | Tomaž Vajngerl |
2015-07-24 | gtk3: connect to the eventbox and not toplevel for mouse events | Caolán McNamara |
2015-07-24 | gtk3: insert an event box between toplevel and contents | Caolán McNamara |
2015-07-24 | -Werror,-Wmismatched-tags | Noel Grandin |
2015-07-24 | gtk3: draw/paint to the fixed container | Caolán McNamara |
2015-07-24 | fixed crash | Szymon Kłos |
2015-07-24 | opengl: don't cache checkboxes for now | Tomaž Vajngerl |
2015-07-24 | Use LRU map for caching of native widgets | Tomaž Vajngerl |
2015-07-24 | tdf#92018 cache native controls for X11 OpenGL backend (for now) | Tomaž Vajngerl |
2015-07-24 | convert ImageAlign to enum class | Noel Grandin |
2015-07-24 | convert WindowAlign to scoped enum | Noel Grandin |
2015-07-24 | convert WALLPAPER constants to scoped enum | Noel Grandin |
2015-07-23 | Resolves: tdf#92689 grab keyboard focus to parent, not to earlier generations | Caolán McNamara |
2015-07-23 | inline a handful of use-once #defines | Noel Grandin |
2015-07-22 | tdf#92600: Restore ability to apply font settings to controls | Katarina Behrens |
2015-07-22 | gtk3: native focus rects are fine for flat buttons | Caolán McNamara |
2015-07-22 | remove some unused constants | Noel Grandin |
2015-07-22 | drop old makefile | David Tardon |
2015-07-21 | avoid 1-past-the-end string access | Lionel Elie Mamane |
2015-07-21 | use 3,0,0 rather than 3,10,0 | Caolán McNamara |
2015-07-20 | fix linux buildbot | Noel Grandin |
2015-07-19 | Fix typos | Andrea Gelmini |
2015-07-19 | Use sal_uInt32 consistently for WindowStateData::SetMask and related | Matteo Casalin |
2015-07-19 | Fix some downcast warnings and reduce scope of variables | Matteo Casalin |
2015-07-19 | sal_uInt16 suffices here, and suppresses a downcast warning | Matteo Casalin |
2015-07-17 | WaE: -Wmaybe-uninitialized | Caolán McNamara |
2015-07-17 | WaE: unused macro | Caolán McNamara |
2015-07-17 | wayland: actually show something | Caolán McNamara |
2015-07-17 | presumably XSetIOErrorHandler is meaningless on wayland | Caolán McNamara |
2015-07-17 | move all the X foo of desktop detection in the fallback path | Caolán McNamara |
2015-07-17 | add gnome-wayland alongside gnome | Caolán McNamara |
2015-07-17 | formatting of public/private/protected section qualifiers | Noel Grandin |
2015-07-17 | force a specific DPI with SAL_FORCEDPI (GTK2 & GTK3 backends only) | Tomaž Vajngerl |
2015-07-17 | GTK3 HiDPI: disable window scaling and get display DPI via GTK3 | Tomaž Vajngerl |
2015-07-16 | need cairo >= 1.10.0 for these features | Caolán McNamara |
2015-07-16 | tdf#92706 - avoid dbaccess wizard crash. | Michael Meeks |
2015-07-16 | loplugin:redundantcast | Noel Grandin |
2015-07-16 | vcl: replace boost::ptr_vector with std::vector<std::unique_ptr> | Michael Stahl |
2015-07-15 | cppcheck: noExplicitConstructor | Caolán McNamara |
2015-07-15 | getFiles refactoring: kde4 part | Julien Nabet |
2015-07-14 | Revert "Revert "WaE: comparison of integers of different signs"" | Michael Stahl |
2015-07-14 | Revert "WaE: comparison of integers of different signs" | Michael Stahl |
2015-07-14 | use same limit in ProcessOneCode as AddToTable | Caolán McNamara |
2015-07-14 | Revert "Avoid loplugin:staticmethods in non-debug build" | Stephan Bergmann |
2015-07-14 | tdf#92582 Revert "tdf#91544: fix freezing of Data source window" | Marek Doležel |
2015-07-13 | fix a third emf crash | Caolán McNamara |
2015-07-13 | Make content of OSL_ASSERT, DBG_ASSERT, etc. visiblie in non-debug builds | Stephan Bergmann |
2015-07-13 | Resolves: tdf#92671 union each monitor workarea to find best screen workarea | Caolán McNamara |
2015-07-13 | -Werror,-Wunused-private-field | Stephan Bergmann |