Age | Commit message (Expand) | Author | Files | Lines |
2013-07-07 | module svl: all String and some bool and related clean-up | Norbert Thiebaud | 3 | -218/+236 |
2013-06-10 | mingw64: change Link class to use sal_IntPtr instead of long | Fridrich Štrba | 2 | -5/+5 |
2013-06-04 | Some more sal_IntPtr dance, but enough for today | Fridrich Štrba | 2 | -14/+8 |
2013-04-07 | mass removal of rtl:: prefixes for O(U)String* | Luboš Luňák | 5 | -22/+22 |
2013-03-11 | svl: fix build | Thomas Arnhold | 1 | -4/+4 |
2012-10-04 | sal_Bool->bool in svl::DdeTransaction | Noel Grandin | 1 | -3/+3 |
2012-08-02 | strip down UniString some more | Caolán McNamara | 5 | -27/+30 |
2012-08-01 | include svl/svdde.hxx | Caolán McNamara | 1 | -5/+1 |
2012-07-31 | Fix mingw build of svl | Fridrich Štrba | 1 | -5/+9 |
2012-07-31 | remove DECLARE_LIST | Caolán McNamara | 1 | -2/+2 |
2012-07-31 | use of a pointer to a temporary strings buffer is very wrong | Caolán McNamara | 1 | -9/+11 |
2012-07-27 | convert DdeItemImp to std::vector | Noel Grandin | 1 | -10/+15 |
2012-07-02 | re-base on ALv2 code. | Michael Meeks | 5 | -118/+73 |
2012-06-21 | re-base on ALv2 code. | Michael Meeks | 1 | -23/+14 |
2012-05-02 | != instead of < for comparison with end iterator | Julien Nabet | 1 | -1/+1 |
2012-05-02 | != instead of < for comparison with end iterator | Julien Nabet | 1 | -1/+1 |
2012-03-12 | WaE: cast to pointer from integer of different size | David Tardon | 1 | -1/+2 |
2012-02-13 | WaE: NULL vs 0 with mingw | Caolán McNamara | 2 | -6/+6 |
2012-02-13 | fix windows build, String::GetTokenCount is gone | Caolán McNamara | 1 | -1/+1 |
2012-01-30 | make svl ByteString free | Caolán McNamara | 1 | -2/+0 |
2012-01-21 | Removed some unused parameters; added SAL_UNUSED_PARAMETER. | Stephan Bergmann | 1 | -1/+1 |
2011-11-27 | remove include of pch header from svl | Norbert Thiebaud | 5 | -10/+0 |
2011-11-19 | remove [Byte]String::EraseAllChars | Caolán McNamara | 1 | -1/+3 |
2011-10-04 | WaE: '==' : signed/unsigned mismatch | Tor Lillqvist | 1 | -2/+2 |
2011-09-13 | move init into default ctor, and make non-copyable | Caolán McNamara | 2 | -9/+14 |
2011-09-13 | wrong initialization of DdeInstData with memset despite std::vector | Pierre-André Jacquod | 1 | -1/+9 |
2011-09-12 | Drop Win9x code | Tor Lillqvist | 3 | -130/+0 |
2011-06-18 | remove dead code | Takeshi Abe | 1 | -29/+0 |
2011-05-21 | Drop OS2 | Tor Lillqvist | 4 | -42/+3 |
2011-05-11 | Nah, make the AddTopic() prototype like it was, too many problems otherwise | Tor Lillqvist | 1 | -2/+2 |
2011-05-11 | Make it compile on Windows | Tor Lillqvist | 3 | -32/+41 |
2011-05-06 | Remove DECLARE_LIST(DdeTransactions,DdeTransaction*). | Rafael Dominguez | 1 | -13/+14 |
2011-05-06 | Remove DECLARE_LIST(DdeItems,DdeItem*). | Rafael Dominguez | 2 | -41/+50 |
2011-05-06 | Remove DECLARE_LIST(DdeTopics,DdeTopic*) | Rafael Dominguez | 2 | -21/+20 |
2011-05-06 | Remove DECLARE_LIST(DdeConnections,DdeConnection*) | Rafael Dominguez | 2 | -17/+13 |
2011-04-29 | Remove unneeded #include <tools/list.hxx>. | Joseph Powers | 1 | -1/+0 |
2011-04-22 | Remove PM2 macro usage | Francois Tigeot | 1 | -24/+1 |
2011-03-27 | fix windows svl build | Fridrich Štrba | 1 | -0/+1 |
2011-03-25 | Wholesale prewin.h/postwin.h removal | Fridrich Štrba | 1 | -2/+0 |
2011-03-11 | Merge commit 'ooo/DEV300_m101' into intm101 | Jan Holesovsky | 7 | -524/+79 |
2011-03-03 | Size matters | Fridrich Štrba | 1 | -1/+1 |
2011-03-02 | Remove DECLARE_LIST( ConvList, Conversation* ) | Joseph Powers | 2 | -10/+22 |
2011-02-22 | fix build error | Caolán McNamara | 1 | -1/+1 |
2011-02-21 | Remove DECLARE_LIST( DdeFormats, long ) | Joseph Powers | 1 | -10/+17 |
2011-02-21 | Remove classes DdeServiceList & DdeTopicList | Joseph Powers | 1 | -136/+0 |
2011-02-19 | Some more #include <tools/list.hxx> cleanup | Joseph Powers | 1 | -10/+1 |
2011-02-16 | Remove MTW support | Thomas Arnhold | 3 | -3/+3 |
2011-02-16 | Remove unused files from svdde | Thomas Arnhold | 6 | -4520/+0 |
2011-02-08 | Move prewin.h and postwin.h to solenv and adapt | Tor Lillqvist | 1 | -2/+2 |
2011-01-29 | cppcheck: remove unused variable aBuf. | Thomas Arnhold | 1 | -2/+0 |