Joseph Powers
f2a76c0e0b
Remove some commented code
2011-02-02 20:46:55 -08:00
Joseph Powers
0e3fe17713
Remove DECLARE_LIST( RectangleList, Rectangle* )
2011-02-02 20:41:45 -08:00
Jonathan Callen
74a67b2c88
Convert tools/list.hxx usage to std::list
2011-02-02 15:29:26 -05:00
Joseph Powers
9cae2e68ca
Remove DECLARE_LIST( BrowserColumns, BrowserColumn* )
2011-02-02 07:38:02 -08:00
Kohei Yoshida
f8953be00b
i18npool now depends on cpputools for regcomp for its unit test.
2011-02-02 10:19:43 -05:00
Joseph Powers
1a82137a5d
Remove DECLARE_LIST(SvAddressList_Impl, SvAddressEntry_Impl*)
2011-02-02 05:19:11 -08:00
Caolán McNamara
ebdca00eb6
enable the breakiterator line break test
2011-02-02 13:10:20 +00:00
Thomas Arnhold
931d9ef98d
Clean up makefiles
2011-02-02 12:16:37 +01:00
Joseph Powers
e043b21174
Remove DECLARE_LIST( UCBStorageElementList_Impl, UCBStorageElement_Impl* )
...
Also:
- Fixed 2 memory leeks: UCBStorage_Impl::Commit & UCBStorage_Impl::Revert
They where erasing the list item but not deleting the object.
- Fixed the code to not skip the element after a removed item.
UCBStorage_Impl::Revert & UCBStorage_Impl::Commit
The code passes smoketest.
2011-02-01 22:03:59 -08:00
Thomas Arnhold
957c87b827
Clean up makefiles
2011-02-01 17:58:55 +01:00
Thomas Arnhold
32ce576ef9
Remove RCS information
2011-02-01 17:58:54 +01:00
Joseph Powers
177abf4048
Remove DECLARE_LIST( FileStringList, String* )
2011-02-01 07:24:09 -08:00
Caolán McNamara
446d59e168
exclude the localized style names from the cachemap
2011-02-01 10:20:22 +00:00
pgajdos
3043fec55d
Fixing font style languages.
2011-02-01 09:02:12 +00:00
Julien Nabet
78d248934f
Some cppcheck cleaning
2011-01-31 23:07:30 +01:00
Michael Meeks
2c88bc218b
fix branching on un-initialized memory in some cases
2011-01-31 20:41:37 +00:00
Thomas Arnhold
c502fa5f30
Remove RCS lines.
2011-01-31 19:03:12 +01:00
Cédric Bosdonnat
47f34102d1
fdo#33459: year of era in long format for zh_TW by default
2011-01-31 14:54:26 +01:00
Kurosawa Takeshi
3fd326e398
Remove GradientWrapper
...
These files are not compiled.
2011-01-31 12:38:36 +01:00
Lucas Baudin
0377b99b3f
GTK: Use gtk vseparator instead of native one for the toolbar
2011-01-31 11:24:43 +01:00
David Tardon
d326d10ba8
use the right variable
...
Not that it matters much, as nWheelBehavior has the same value...
2011-01-31 08:34:11 +01:00
Andy Holder
4938a98225
cppcheck: Prefer prefix ++/-- operators
2011-01-30 20:59:37 +00:00
Caolán McNamara
b92894e11a
fdo#33349 archaic 'Berling Antiqua' claims to also be 'Times New Roman'
2011-01-30 17:41:15 +00:00
Jesús Corrius
a9c26f1ad7
Fix wrong collation for Catalan language
2011-01-30 15:01:23 +01:00
Fridrich Štrba
dcb890250f
Revert "Work around compilation errors on 64-bit Windows"
...
This reverts commit a82aae8c5da6d708ff0efd17d28548f6d2fa5cc0, which breaks
directx canvas build on Windows 32-bit
2011-01-30 11:51:29 +01:00
Thomas Arnhold
bdfe8dfb23
Remove OV_DEBUG.
2011-01-29 15:41:51 +01:00
Thomas Arnhold
e8a010b887
cppcheck: remove unused variable aBuf.
2011-01-29 15:41:51 +01:00
Thomas Arnhold
54fb63f307
cppcheck: remove unused variables.
2011-01-29 15:41:51 +01:00
Thomas Arnhold
5bf95a8ee3
cppcheck: remove unused variable pTrans.
2011-01-29 15:41:51 +01:00
Thomas Arnhold
9ef8bc3177
Remove unused variable errMsg and dead code.
2011-01-29 15:41:50 +01:00
Thomas Arnhold
ac3628a412
Remove double line spacing and unused code.
2011-01-29 15:41:50 +01:00
Jonathan Callen
7adcb3b70b
Remove unused SalFontStructList
2011-01-29 13:21:53 +00:00
Caolán McNamara
681082b576
Resolves: fdo#31271 wrong line break with (
2011-01-29 12:51:52 +00:00
Michael Meeks
3e011b4017
remove obsolete m_bSingleAltPress
2011-01-28 17:15:32 +00:00
Lucas Baudin
ce55de8150
Remove the menu when Left Alt Key was pressed; for GTK
2011-01-28 17:10:01 +00:00
Nigel Hawkins
c29292bfc9
Remove SvShorts
2011-01-28 10:50:40 -05:00
Thomas Arnhold
904ee361d6
Replace suitable equalsAscii calls with equalsAsciiL.
2011-01-28 16:26:37 +01:00
Thomas Arnhold
692e8cb2d6
Replace suitable equalsAscii calls with equalsAsciiL.
2011-01-28 16:13:08 +01:00
Caolán McNamara
fe00ba0b8b
Related: fdo#31016 document one-liner to disable it for testing
2011-01-28 14:14:50 +00:00
Khaled Hosny
9ab4e7482b
Resolves: fdo#31016 try some bandaids to improve Arabic rendering
2011-01-28 14:14:49 +00:00
Lucas Baudin
e8021d4a74
fix fdo#33473: bin duff 'togglebutton' detail hurting Ambience theme.
...
cf. https://webstats.gnome.org/GTK%2B/ThemingInternals
(GtkToggleButton is a subclass of GtkButton)
2011-01-28 13:44:56 +00:00
Caolán McNamara
1ee2893b84
WaE: gcc 4.6.0 various warnings
2011-01-27 16:53:22 +00:00
Caolán McNamara
890219fa02
WaE: gcc 4.6.0 various warnings
2011-01-27 12:21:54 +00:00
Tor Lillqvist
9f06603d32
Do potentially pointless assertions only if dbglevel > 1
2011-01-27 14:03:50 +02:00
Tor Lillqvist
c9ce931cee
Revert "Be less verbose when dbglevel <= 2"
...
I had misunderstood. dbglevel=1 is the "normal" debugging level for
when you want to be able to debug, and dbglevel=2 *is* the one to also
get verbose debugging output.
This reverts commit 0bc3445ae06919e9cf057b98b6d29981e6c2ef91.
2011-01-27 14:03:48 +02:00
Michael Meeks
ace3450fee
native rendering for menubar item parts.
2011-01-27 11:17:37 +00:00
Tor Lillqvist
d7ac003032
Avoid compiler warning
2011-01-27 01:05:42 +02:00
Caolán McNamara
162565b2d9
WaE: clear warnings
2011-01-26 21:21:20 +00:00
Kenneth Venken
e1a42bc689
cpp cleanliness: fixed some memleaks
2011-01-26 21:19:04 +00:00
Caolán McNamara
1a2ebf61e7
throw out some unused methods
2011-01-26 20:38:45 +00:00