summaryrefslogtreecommitdiff
path: root/vcl/unx
AgeCommit message (Expand)AuthorFilesLines
2012-12-03fdo#45651: fix drop down listbox text color with dark gtk themeIvan Timofeev1-0/+2
2012-11-30avoid circular dep between vcl and frameworkDavid Tardon1-4/+6
2012-11-30c++ API: use css alias in generated headers, adds global css declThorsten Behrens2-12/+0
2012-11-29API CHANGE a11y unpublishing and add/removeListener rename.Thorsten Behrens2-3/+3
2012-11-29Resolves: fdo#44664 Provide a way to set the default print job format.Caolán McNamara2-5/+13
2012-11-28get vcl building on RHEL-5Caolán McNamara1-0/+6
2012-11-28Remove useless method SetBackgroundBitmapMarcos Paulo de Souza2-84/+0
2012-11-27Make python3 work with custom VALGRIND_CFLAGSStephan Bergmann1-6/+6
2012-11-27fdo#46808: Missing adaptions to XFolderPicker2Stephan Bergmann3-11/+5
2012-11-25cppCheck: remove dead assignment and dead variablesjailletc361-1/+0
2012-11-22Use ENABLE_GMENU_INTEGRATION consistentlyStephan Bergmann1-3/+5
2012-11-22add version string to GtkWindow's to help theme authors.Michael Meeks1-1/+8
2012-11-22Adapt some GetUILocale leftoversStephan Bergmann3-10/+10
2012-11-22AllSettings with LanguageTagEike Rathke4-4/+5
2012-11-21KDESalGraphics: fix CTRL_LISTNODE drawing in expanded stateIvan Timofeev1-1/+1
2012-11-21KDESalGraphics: transparent background for some widgets, fdo#55952Ivan Timofeev1-0/+5
2012-11-21UnityMenu: ensure ENABLE_GMENU_INTEGRATION is actually ever setThorsten Behrens4-5/+12
2012-11-21UnityMenu: don't build when ENABLE_GMENU_INTEGRATION is not onThorsten Behrens4-1/+18
2012-11-19SalColormap: -Werror=conversion-nullMichael Stahl1-1/+1
2012-11-19Drop ILLEGAL_POINTER sillynessTor Lillqvist2-5/+5
2012-11-18gtk: don't make editboxes taller than neededIvan Timofeev1-1/+1
2012-11-15glib / dbus version checks strangely ommitted from the merge.Michael Meeks1-4/+5
2012-11-15gtk-a11y: unwind re-enterancy / lifecycle hazard at least a little.Michael Meeks1-7/+14
2012-11-14Turn some memmove into memcpy when it is safe to do so.jailletc361-1/+1
2012-11-14hud_activated here surely should have been hud_activeCaolán McNamara1-1/+1
2012-11-14update license header for Canonical contributionBjoern Michaelsen4-70/+18
2012-11-14cleanup gmenu conditionals, remove redundant casts.Michael Meeks1-24/+12
2012-11-14misc dbus menu integration fixesMichael Meeks2-39/+26
2012-11-14gbooleans are true if non-zero, bin == TRUE comparisons.Michael Meeks2-8/+8
2012-11-14only enable unity integration with enabled dbus and gioBjoern Michaelsen2-5/+36
2012-11-14Removed AbstractMenu class and cleaned up useless code.Antonio Fernandez1-8/+0
2012-11-14Menu is fully updated when receiving a HUD activation event.Antonio Fernandez1-1/+8
2012-11-14Menu is now subscribed to HUD awareness protocol events.Antonio Fernandez1-5/+15
2012-11-14Added missing files for HUD awareness support.Antonio Fernandez2-0/+127
2012-11-14Added files to implement HUD awareness protocol support.Antonio Fernandez1-0/+1
2012-11-14Duplicated commands are now handled properly.Antonio Fernandez1-27/+24
2012-11-14Added ImplUpdate method to provide recursive and non-recursive menu updating.Antonio Fernandez1-139/+17
2012-11-14Some code refactoring.Antonio Fernandez2-21/+20
2012-11-14Only activated submenus are generated when activating them. (Broken)Antonio Fernandez1-2/+138
2012-11-14Fixed menu visibility and cleaned up some code.Antonio Fernandez4-151/+28
2012-11-14Chart menu works now.Antonio Fernandez4-93/+214
2012-11-14Menus now work properly when opening an application from LO's main screen.Antonio Fernandez1-3/+6
2012-11-14Added a hack to make "Slide Show" menu item on "Slide Show" menu work.Antonio Fernandez1-11/+26
2012-11-14Menu is always visible now.Antonio Fernandez2-49/+38
2012-11-14Fixed a crash on non-Unity WM.Antonio Fernandez1-1/+2
2012-11-14Menu is properly visible on non-Unity WM.Antonio Fernandez2-23/+41
2012-11-14more SolarMutexesBjoern Michaelsen1-0/+7
2012-11-14grab the guard earlyBjoern Michaelsen1-1/+1
2012-11-14Menus are now correctly built.Antonio Fernandez2-74/+90
2012-11-14All special items are now correctly displayed.Antonio Fernandez2-39/+52