summaryrefslogtreecommitdiff
path: root/vcl/source
AgeCommit message (Expand)AuthorFilesLines
2012-11-14Menus are generated on demand now, but with some issues.Antonio Fernandez1-3/+2
2012-11-14All menu labels are now displayed. There are some issues with repeated labels.Antonio Fernandez1-59/+9
2012-11-14Menu is displayed correctly in additional instancesm but not in the main one.Antonio Fernandez1-2/+20
2012-11-14Most actions seem to work now. Enabled ImplSelectWithStart() for all builds.Antonio Fernandez1-2/+3
2012-11-14Added GLOMenu and GLOActionGroup. Menu is published with actions (not working)Antonio Fernandez1-1/+6
2012-11-14Native menu is completely build in one step.Antonio Fernandez1-60/+6
2012-11-14Menubar hierarchy fully generated. Native GTK menu is published on DBus.Antonio Fernandez1-0/+62
2012-11-14Added a "freeze" method to Menu. Menus are now displayed on console.Antonio Fernandez1-0/+33
2012-11-14callcatcher: update unused code post binfilter deathCaolán McNamara1-8/+0
2012-11-13Avoid global static dataStephan Bergmann2-1/+7
2012-11-13macosx theme has a gap between edit area and up/down areaCaolán McNamara1-1/+18
2012-11-13favour expandables over non-expandables for shrinking scenarioCaolán McNamara1-20/+26
2012-11-13use SetControlForeground instead of SetTextColorCaolán McNamara1-2/+2
2012-11-13merge SetDescription into SetTextCaolán McNamara2-3/+3
2012-11-13convert extension dialog to .uiCaolán McNamara2-0/+259
2012-11-12move svtools's FixedHyper.hxx to vclCaolán McNamara2-0/+136
2012-11-12re-base on ALv2 code. Includes:Michael Meeks16-1038/+177
2012-11-12Improve PDF SignatureStephan Bergmann1-15/+6
2012-11-08add a SV_RESID_BITMAP_REFRESH id and map to gtk-refreshCaolán McNamara2-0/+7
2012-11-08sort secondary group after primary for vertical containersCaolán McNamara1-17/+34
2012-11-08put .ui translations into the langpacksCaolán McNamara1-22/+32
2012-11-07Resolves: fdo#56198 collect scrollbar click preference settingsCaolán McNamara2-14/+25
2012-11-06Goodbye gettext, glib, gdk-pixbuf, pango, libcroco, libgsf and librsvgTor Lillqvist1-538/+0
2012-11-06Fix some file modesStephan Bergmann3-0/+0
2012-11-06re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks166-4614/+3534
2012-11-06impress211: #i110990# Fixed slide show spanning multiple displays on Windows.Andre Fische1-6/+6
2012-11-06impress211: #i116911# Accept -1 as special value for multi monitor support.Andre Fische1-1/+1
2012-11-05fdo#46808, use service constructor for i18n::CharacterClassificationNoel Grandin1-10/+2
2012-11-05fdo#46808, Adapt i18n::Transliteration UNO service to new styleNoel Grandin1-1/+2
2012-11-05fdo#46808, rename methodNoel Grandin3-4/+4
2012-11-05replace %PRODUCTNAMECaolán McNamara1-1/+3
2012-11-05convert basic dialog to .uiCaolán McNamara1-0/+6
2012-11-01Resolves: fdo#54466 right-aligned label text slightly clipped on rightCaolán McNamara1-1/+5
2012-10-31fdo#46808, Deprecate configuration::ConfigurationProvider old-style serviceNoel Grandin4-59/+53
2012-10-31default ScrolledWindow to autoscrollCaolán McNamara1-1/+1
2012-10-31support cursor-visible propertyCaolán McNamara1-1/+10
2012-10-31Get rid of vcl::unohelper::GetMultiServiceFactoryStephan Bergmann13-275/+139
2012-10-30fdo#46808, Adapt linguistic2::LinguServiceManager UNO service to new styleNoel Grandin1-11/+5
2012-10-30trivial empty-init String::Fill -> comphelper::padToLengthCaolán McNamara1-3/+3
2012-10-29fdo#46808, Adapt i18n::LocaleCalendar UNO service to new styleNoel Grandin1-1/+4
2012-10-28UniString->rtl::OUStringBufferCaolán McNamara2-42/+40
2012-10-26add hook to block use of markup in .ui filesCaolán McNamara2-2/+5
2012-10-26set width in chars for url field to avoid character dialog overgrowingCaolán McNamara2-16/+30
2012-10-25remove .ui mark-up in favor of font attributesCaolán McNamara2-71/+95
2012-10-25convert Mnemonic markup automaticallyCaolán McNamara2-21/+37
2012-10-24vcl: uipreviewer: remove spurious "return false"Michael Stahl1-1/+0
2012-10-24honour padding property in VclBoxCaolán McNamara1-4/+9
2012-10-24convert index dialog to .uiCaolán McNamara4-5/+6
2012-10-24improve optimal height of empty comboboxesCaolán McNamara1-1/+1
2012-10-24refactor buttonbox calculations to allow nonhomogeneous buttonsCaolán McNamara1-53/+80