Commit graph

36864 commits

Author SHA1 Message Date
Caolán McNamara
dcde886e4e dispose and clear DockableWindowListeners on ::dispose as well 2011-05-25 16:04:06 +01:00
Caolán McNamara
4a56954e39 add salhelper::LinkResolver 2011-05-25 08:53:31 +01:00
Caolán McNamara
d84202f327 move this to salhelper 2011-05-24 22:26:22 +01:00
Petr Mladek
dd8d3fff26 Version 3.4.0.2, tag libreoffice-3.4.0.2 (3.4.0-rc2) 2011-05-24 19:29:13 +02:00
Caolán McNamara
f4bb21df19 add a single place to attempt to resolve links 2011-05-24 16:15:54 +01:00
Caolán McNamara
514ac98b89 WaE: enable exceptions 2011-05-24 15:52:57 +01:00
Joseph Powers
635ef71cb2 Remove unneeded forward reference to class UniqueIndex. 2011-05-24 07:27:44 -07:00
Michael Meeks
b3b22fbf35 revert previous patch for now. 2011-05-24 14:50:19 +01:00
Lucas Baudin
865b843f62 Fix some visual glitch with GTK+
- Fix separators, they weren't properly aligned, and they didn't use
  gtk_paint_box when needed some gtk themes/engine draw lines with box ^^
  (for 3d appearance for instance)
- Fix pressed toolbar buttons state: it wasn't drawn correctly
- Fix toolbar buttons background: window background was paint, but the
  background was the toolbar, so, now, the background of the toolbar is paint
- Use gtk_paint_box instead of gtk_paint_flat_box for buttondefault, it wasn't
  correct and caused some weird things in the corners
- Code cleanup: remove a function call which set the widgets flags, it is
  useless (and could cause some segfaults) since we must specify widget state
  and shadow in gtk_paint_(flat_)box).
- Code cleanup: remove duplicated code, toolbar button are now drawn using the
  same function as normal buttons
2011-05-24 14:18:15 +01:00
Lucas Baudin
5e4d196f7f Fix some visual glitch with GTK+
- Fix separators, they weren't properly aligned, and they didn't use
  gtk_paint_box when needed some gtk themes/engine draw lines with box ^^
  (for 3d appearance for instance)
- Fix pressed toolbar buttons state: it wasn't drawn correctly
- Fix toolbar buttons background: window background was paint, but the
  background was the toolbar, so, now, the background of the toolbar is paint
- Use gtk_paint_box instead of gtk_paint_flat_box for buttondefault, it wasn't
  correct and caused some weird things in the corners
- Code cleanup: remove a function call which set the widgets flags, it is
  useless (and could cause some segfaults) since we must specify widget state
  and shadow in gtk_paint_(flat_)box).
- Code cleanup: remove duplicated code, toolbar button are now drawn using the
  same function as normal buttons
2011-05-24 14:13:03 +01:00
Lucas Baudin
76c4961168 Replace tabs by space in salnativewidgets-gtk.cxx 2011-05-24 14:13:03 +01:00
Nigel Hawkins
9d4ec37cb0 Remove all traces of SvLongsSort 2011-05-24 11:54:12 +01:00
Joseph Powers
204e0fec77 Remove some extra #incude <tools/pstm.hxx> 2011-05-23 21:15:18 -07:00
Joseph Powers
55e0396f07 Replace the List in SvTreeList with a vector<>
Also fixed a small bug:

SvTreeEntryList::GetPos() would return 0 for not found; however, everywhere
the function was used, it was checked against ULONG_MAX as beging not found.
2011-05-23 19:49:46 -07:00
Caolán McNamara
b884958ff7 Resolves: fdo#36940 use natural string sorter as default svtools string sorter 2011-05-23 13:58:53 +01:00
Caolán McNamara
795e0976be add getLocale to NaturalStringSorter 2011-05-23 13:26:19 +01:00
Caolán McNamara
9ba847c523 List->vector change incorrect return index 2011-05-23 10:35:48 +01:00
Bjoern Michaelsen
7838d6749e fdo#35690: reenable toolkit.AccessibleStatusBarItem as it appears stable 2011-05-23 11:28:41 +02:00
Caolán McNamara
070923e1ba delete/delete[] mismatch 2011-05-23 10:11:28 +01:00
Caolán McNamara
bf83d615c9 make the class DLLPUBLIC 2011-05-23 09:15:41 +01:00
Caolán McNamara
7a67aa4714 WaE: build without warnings 2011-05-23 09:05:45 +01:00
Caolán McNamara
ba04800b57 fix indent and reduce spew 2011-05-23 08:55:22 +01:00
Caolán McNamara
7ff13f7afb output unsupported property name 2011-05-23 08:55:22 +01:00
Rafael Dominguez
ce8ee87b0d Remove tools/list.hxx include. 2011-05-22 21:17:45 -07:00
Rafael Dominguez
a573b8b216 Replace List for std::vector in SfxStringListItem. 2011-05-22 21:17:39 -07:00
Rafael Dominguez
b1729a81f4 Move GetList to implementation file. 2011-05-22 21:17:17 -07:00
Rafael Dominguez
e263e48bdb Remove uneeded parameter for Sort function. 2011-05-22 21:17:05 -07:00
Joseph Powers
048b7f0f99 class SvTreeEntryList is no longer dependant on class List 2011-05-22 20:29:35 -07:00
Tor Lillqvist
87328b9331 Rename mkunroll source file and folder to meaningful names 2011-05-23 00:26:23 +03:00
Tor Lillqvist
66f5c1fce0 Fix crash introduced in commit 2cc2e5b9a45887a53f01ad2fd324b6ed43f018ef
Really, for a command-line tool that can be run with minimal fuss, is it
really too much to expect changes to be tested?
2011-05-23 00:17:22 +03:00
Tor Lillqvist
27266b10b8 Drop OS2 2011-05-21 17:00:45 +03:00
Matus Kukan
680ba815b8 replace res/commandimagelist with cmd in toolkit 2011-05-20 19:09:51 +02:00
Caolán McNamara
79fb9ad187 drop extra fprintfs 2011-05-20 15:23:40 +01:00
Caolán McNamara
89fa7eab00 add a template for dtoring on desktop::termination 2011-05-20 15:23:40 +01:00
Caolán McNamara
1c2fb22cc2 make this a well-behaved singleton 2011-05-20 15:23:40 +01:00
Caolán McNamara
d5b6a350eb fix merge conflicts 2011-05-20 15:23:40 +01:00
Caolán McNamara
a907082a4f dump offending config entry names 2011-05-20 15:23:39 +01:00
Caolán McNamara
112b79c4b3 tweak all this to be non-leaky 2011-05-20 15:23:39 +01:00
Caolán McNamara
88719808e7 pointless non-NULL check 2011-05-20 15:23:39 +01:00
Caolán McNamara
eea38328ba valgrind: release this memory eventually 2011-05-20 15:23:39 +01:00
Caolán McNamara
06a3ac41e3 adjust for non leaky singleton 2011-05-20 15:23:39 +01:00
Caolán McNamara
63a8d58ef8 non leaky singleton 2011-05-20 15:23:39 +01:00
Caolán McNamara
9d8d7ac311 non leaky singleton 2011-05-20 15:23:39 +01:00
Caolán McNamara
f1d6f81ad9 reimplement this using standard singleton pattern 2011-05-20 15:23:39 +01:00
Caolán McNamara
1155685c53 set initialize result as part of initialize 2011-05-20 15:23:39 +01:00
Caolán McNamara
12dd16959f move argument generation into ctor 2011-05-20 15:23:39 +01:00
Caolán McNamara
81d1006450 reduce spew somewhat, one warning is enough 2011-05-20 15:23:39 +01:00
Caolán McNamara
4f97da16ee valgrind: fix leak 2011-05-20 15:23:39 +01:00
Caolán McNamara
25384a8019 fix merge conflicts 2011-05-20 15:23:39 +01:00
Caolán McNamara
c71e90f957 no need to cast 2011-05-20 15:23:39 +01:00