Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-04-22 | Move to MPLv2 license headers, with ESC decision and author's permission. | Michael Meeks | |
2013-04-17 | Adapt to gtkframe -> gtksalframe rename | Stephan Bergmann | |
Change-Id: I2a464208081b42a577aafbe321d9662007208d77 | |||
2013-04-07 | mass removal of rtl:: prefixes for O(U)String* | Luboš Luňák | |
Modules sal, salhelper, cppu, cppuhelper, codemaker (selectively) and odk have kept them, in order not to break external API (the automatic using declaration is LO-internal). Change-Id: I588fc9e0c45b914f824f91c0376980621d730f09 | |||
2013-04-02 | vcl: convert some fprintf to SAL_INFO | Thomas Arnhold | |
Change-Id: I4b9a20e62e8e137a1bfaa1c654307f15c33e3d3c Reviewed-on: https://gerrit.libreoffice.org/3143 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org> | |||
2013-03-03 | Related to fdo#60724: correct spelling | Thomas Arnhold | |
Using the autocorrect list of LibreOffice extras/source/autotext/lang/en-US/acor/DocumentList.xml Change-Id: I8b93969bc0742c2e95b8b7db3c4c37691e8d3657 Script: http://pastebin.ca/2327716 | |||
2012-12-15 | Some cppcheck cleaning in vcl | Julien Nabet | |
Change-Id: Ie8fc421d4b9cc7340d5c634e3e2593795bf2be68 | |||
2012-11-22 | Adapt some GetUILocale leftovers | Stephan Bergmann | |
Change-Id: I0400858249d4722a3b5583febd82200e62a64b20 | |||
2012-11-14 | Added missing files for HUD awareness support. | Antonio Fernandez | |
Change-Id: If3544734e8c4a1c632a24976e9340ef84869d22a | |||
2012-11-14 | Fixed GTK3 build. | Antonio Fernandez | |
Change-Id: I903f225f879644cbcf6ec02f68cc6c68c41ee878 | |||
2012-11-07 | Resolves: fdo#56198 collect scrollbar click preference settings | Caolán McNamara | |
for gtk and merge with aqua equivalent so as to alternate "jump to here" behavior for primary button vs primary means scroll by single page. Secondary button takes the alternative behaviour Change-Id: I0a96f3131f41ec87052da39cbe96bfd895ca53f6 | |||
2012-08-28 | gtk: sumulate native insensitivity of scrollbar buttons | Ivan Timofeev | |
Change-Id: I13ac2c43aadd494389586166771b1d0e6bfb9ea6 | |||
2012-08-02 | gtk3: filch a fix for scrollbars w/o buttons from gtk2 code | Ivan Timofeev | |
that is b38ee8c8d5bb10ade41d5ee4050ec4fda12fcbd2 Change-Id: Ib86d86616443cf48ba1d3ee0b6f96314b42dc972 | |||
2012-08-02 | cairo uses pre-multiplied alpha | Ivan Timofeev | |
Change-Id: I6cf04b10bfdd6c7b16761b2aa2f31c1392c49546 | |||
2012-07-27 | gtk3: ensure we re-render native commits | Michael Meeks | |
If we blit pixels to the back-buffer, we need to remember to get them to gtk3 at idle. Change-Id: Ic37660e963fbbcdd132cfba0ce739174d64148d2 | |||
2012-07-27 | gtk3: remove obsolete forced background rendering | Cosimo Cecchi | |
Change-Id: I3fabfcee9166d2b32dbadaedba6d364ae1a7559e | |||
2012-07-27 | gtk3: fix colors for menubar and menu items | Cosimo Cecchi | |
Change-Id: Iea44b34fbfc189c21267e095860c3bab3217bcfb | |||
2012-07-27 | gtk3: simplify code | Cosimo Cecchi | |
Change-Id: Iad78f62bedb93c456830b2133b67e081ab035b5e | |||
2012-07-27 | gtk3: fix tooltip colors | Cosimo Cecchi | |
Change-Id: Iacd8578ee71c5e0403c3398cb1f8d427be27d603 | |||
2012-07-27 | gtk3: fix rendering for scrollbars | Cosimo Cecchi | |
Change-Id: Ibcdc3b73b845954817f08a3f50900d96a25a8e3d | |||
2012-05-05 | gtk: fix drawing of separators in vertical toolbars | Ivan Timofeev | |
(regression from 0377b99b3f50a67e7845a3d728313e5a2ef36e73) * divide PART_SEPARATOR into PART_SEPARATOR_HORZ and PART_SEPARATOR_VERT * improve separator reduction: now the offset is (height*0.2) instead of 7. * rename: gVSeparator -> gSeparator * remove trailing whitespace Change-Id: I I If144509d7e061bf1b7901cd5418c4d7dbc3aa0d0 | |||
2012-04-23 | fix gtk3salnativewidgets-gtk build with gcc 4.4 | Rene Engelhard | |
2012-04-14 | gtk3: add approved theme color fetch / selection. | Michael Meeks | |
2012-03-03 | gtk3: Avoid crash with some themes (unico based) | Lucas Baudin | |
We didn't check wether the window was big enough to draw all the widgets. Sometimes, when the window was displaying, it was too small and drawing outside of the window caused a crash, we didn't take into account that the root point for drawing gtk3 widgets wasn't always (0,0). | |||
2012-01-31 | gtk3: clobber the page / background color to white for now. | Michael Meeks | |
2012-01-16 | vcl: introduce crystal clear separation between X11 Screens and DisplayScreens | Michael Meeks | |
A DisplayScreen is a screen index as used by the upper level abstractions, an X11Screen is a wrapper around an integer X screen index. | |||
2011-12-06 | normalize Red Hat, Inc. spellings, and bump to latest template | Caolán McNamara | |
2011-12-05 | build the print dialog for gtk3 too | David Tardon | |
2011-11-28 | Headless got moved, fix gtk3 build. | Thorsten Behrens | |
2011-11-07 | gtk: move the file-picker into vcl/ and add Application:: factory hooks | Michael Meeks | |
drop un-necessary uno service related fluff, and component instantiation. nominal move to XMultiComponentFactory from XMultiServiceFactory Include fpicker in compilation for gtk3, but more work required here Simplify setting up transient parents for picker dialogs | |||
2011-11-04 | gtk3: add missing include, and rtl namespace | Michael Meeks | |
2011-11-03 | gtk3: Check for gtk3 >= 3.2 - we need that for broadway anyway | Michael Meeks | |
2011-11-03 | gtk3: implement rendering for Listbox widgets | Cosimo Cecchi | |
2011-11-03 | gtk3: translate the cairo context instead of rendering from (1, 1) | Cosimo Cecchi | |
It's just way easier than doing it every time. | |||
2011-11-03 | gtk3: misc cleanups | Cosimo Cecchi | |
2011-11-03 | gtk3: implement rendering for Comboboxes | Cosimo Cecchi | |
2011-11-03 | gtk3: implement rendering for spinbuttons | Cosimo Cecchi | |
2011-11-02 | gtk3: improve the GTK3 theming layer somewhat | Cosimo Cecchi | |
Improvements include: - don't create widgets when calculating the native region size, but use GtkStyleContext instead - refactor the native control drawing cycle - theme scrollbars - theme menu radios/checks/separators/arrows | |||
2011-10-25 | gtk3: Use some static variable in GtkSalGraphics in order to avoid ↵ | Lucas Baudin | |
re-loading all GtkStylaContexts | |||
2011-10-25 | gtk3: add toolbar rendering, there is some graphical bugs if you have more ↵ | Lucas Baudin | |
than one row in the toolbar (is it detectable in GtkSalGraphices?) | |||
2011-10-25 | gtk3: Use CheckBox style (there is still a problem with the hover stage) | Lucas Baudin | |
2011-10-25 | Gtk3 fixes, I tweaked the damage function to debug the rendering (the damage ↵ | Lucas Baudin | |
are is bigger to see a whole widget), if will need to be removed once we will fix that | |||
2011-10-25 | Fix compilation in gtk3salnativewidgets | Lucas Baudin | |
2011-10-25 | gtk3: implement initial native widget support for buttons | Lucas Baudin | |
2011-10-25 | remove conditionals, and split pieces into salnativewidgets | Michael Meeks | |
2011-10-25 | gtk3: switch to basebmp rendering during 'draw' | Michael Meeks | |
2011-07-14 | add missing mode-lines | Caolán McNamara | |
2011-06-24 | make svp / headless backend's headers more public | Michael Meeks | |
2011-06-14 | Prepare for gtk3 | Caolán McNamara | |