2004-06-06 |
Václav Slavík | fixed incorrect assert (patch #943970)
|
commit | commitdiff | tree |
2004-06-06 |
Václav Slavík | restored colour labels until we have more information...
|
commit | commitdiff | tree |
2004-06-05 |
Václav Slavík | new MinGW requires NO_GCC_PRAGMA for exceptions handling...
|
commit | commitdiff | tree |
2004-06-05 |
Václav Slavík | don't define _puttchar ourselves when using newest...
|
commit | commitdiff | tree |
2004-06-05 |
Václav Slavík | wxTaskBarIcon::OnXXX virtual methods are deprecated...
|
commit | commitdiff | tree |
2004-06-05 |
Václav Slavík | corrected EVT_TASKBAR_XXX macros to use wxTaskBarIconEvent
|
commit | commitdiff | tree |
2004-06-05 |
Václav Slavík | mention EVT_ macros type safety
|
commit | commitdiff | tree |
2004-06-04 |
Václav Slavík | added wxTaskBarIcon::CreatePopupMenu API
|
commit | commitdiff | tree |
2004-06-04 |
Václav Slavík | changed wxColourData default palette to NULL colours...
|
commit | commitdiff | tree |
2004-06-04 |
Václav Slavík | added native wxColourDialog for GTK2
|
commit | commitdiff | tree |
2004-06-04 |
Václav Slavík | 1. changed wxColourData default palette to NULL colours...
|
commit | commitdiff | tree |
2004-06-04 |
Václav Slavík | remember custom palette changes done in wxColourDialog
|
commit | commitdiff | tree |
2004-06-04 |
Václav Slavík | GdkColor<->wxColour values conversion is not dependent...
|
commit | commitdiff | tree |
2004-06-04 |
Václav Slavík | set transiency relation so that the WM can do better...
|
commit | commitdiff | tree |
2004-06-04 |
Václav Slavík | be good citizen, don't force window position; instead...
|
commit | commitdiff | tree |
2004-06-04 |
Václav Slavík | title needs to be translated, too
|
commit | commitdiff | tree |
2004-06-04 |
Václav Slavík | cleared junk
|
commit | commitdiff | tree |
2004-06-04 |
Václav Slavík | use simple template instead of macro, it's easier to...
|
commit | commitdiff | tree |
2004-06-03 |
Václav Slavík | split wxRegion(wxBitmap) ctor into two ctors with clearer...
|
commit | commitdiff | tree |
2004-06-03 |
Václav Slavík | wxGetenv was incorrectly implemented, caching prevented...
|
commit | commitdiff | tree |
2004-06-03 |
Václav Slavík | added tests for wx's CRT wrappers (so far only wxGetEnv...
|
commit | commitdiff | tree |
2004-06-03 |
Václav Slavík | fixed wxSetEnv to correctly set variable in Unicode...
|
commit | commitdiff | tree |
2004-06-03 |
Václav Slavík | fixed wrong tooltip colour -- don't mess with widget...
|
commit | commitdiff | tree |
2004-06-03 |
Václav Slavík | use current mouse position as default position in wxWindow...
|
commit | commitdiff | tree |
2004-06-01 |
Václav Slavík | pop the menu up on mouse down, not up (this is more...
|
commit | commitdiff | tree |
2004-06-01 |
Václav Slavík | remove email addresses
|
commit | commitdiff | tree |
2004-06-01 |
Václav Slavík | calling a variable 'stat' was exceptionally stupid...
|
commit | commitdiff | tree |
2004-05-31 |
Václav Slavík | security fix to wxSingleInstanceChecker: check if the...
|
commit | commitdiff | tree |
2004-05-31 |
Václav Slavík | added wx-specific code and license info
|
commit | commitdiff | tree |
2004-05-31 |
Václav Slavík | implemented freedesktop.org spec support for GTK version...
|
commit | commitdiff | tree |
2004-05-31 |
Václav Slavík | allow classes derived from wxTopLevelWidnow to use...
|
commit | commitdiff | tree |
2004-05-31 |
Václav Slavík | security fix to wxSingleInstanceChecker: check if the...
|
commit | commitdiff | tree |
2004-05-31 |
Václav Slavík | fixed crash on incorrect HTML input caused by uninitialized...
|
commit | commitdiff | tree |
2004-05-31 |
Václav Slavík | added test for wxString::MakeLower,MakeUpper
|
commit | commitdiff | tree |
2004-05-31 |
Václav Slavík | don't call CopyBeforeWrite when returning non-const...
|
commit | commitdiff | tree |
2004-05-31 |
Václav Slavík | show icon changing on all platforms
|
commit | commitdiff | tree |
2004-05-31 |
Václav Slavík | compilation fix for gcc-3.4
|
commit | commitdiff | tree |
2004-05-30 |
Václav Slavík | somebody forgot to keep tex2rtf.ini and tex2rtf_css...
|
commit | commitdiff | tree |
2004-05-30 |
Václav Slavík | don't use cryptic buttons, it's bad UI
|
commit | commitdiff | tree |
2004-05-30 |
Václav Slavík | don't use global variables if GTK provides mechanism...
|
commit | commitdiff | tree |
2004-05-29 |
Václav Slavík | use shaped window for taskbar icon, so that background...
|
commit | commitdiff | tree |
2004-05-29 |
Václav Slavík | fixed --disable-rpath handling (patch 956695)
|
commit | commitdiff | tree |
2004-05-27 |
Václav Slavík | fixed indentation in case there's only one cell on...
|
commit | commitdiff | tree |
2004-05-27 |
Václav Slavík | compilation fix
|
commit | commitdiff | tree |
2004-05-27 |
Václav Slavík | fixed iteration over cells
|
commit | commitdiff | tree |
2004-05-26 |
Václav Slavík | workaround for BCC bug - use #defines instead of enums
|
commit | commitdiff | tree |
2004-05-25 |
Václav Slavík | corrected previous commit's wrongly applied patch
|
commit | commitdiff | tree |
2004-05-25 |
Václav Slavík | implemented wxTE_RIGHT, wxTE_CENTRE for wxGTK2 (patch...
|
commit | commitdiff | tree |
2004-05-08 |
Václav Slavík | corrected wxLANGUAGE_CHINESE to use same default as...
|
commit | commitdiff | tree |
2004-05-02 |
Václav Slavík | corrected cppunit test's output
|
commit | commitdiff | tree |
2004-05-01 |
Václav Slavík | compilation fixes (apparently, gcc <3.4 didn't validate...
|
commit | commitdiff | tree |
2004-05-01 |
Václav Slavík | dmars_smake support (bakefile cvs, patch 942877)
|
commit | commitdiff | tree |
2004-05-01 |
Václav Slavík | define wxUSE_HOTKEY
|
commit | commitdiff | tree |
2004-04-30 |
Václav Slavík | more dmc fixes (patch 941830)
|
commit | commitdiff | tree |
2004-04-30 |
Václav Slavík | moved Unicode tests to testsuite (patch 943945)
|
commit | commitdiff | tree |
2004-04-30 |
Václav Slavík | don't export private symbols
|
commit | commitdiff | tree |
2004-04-28 |
Václav Slavík | re-added still needed zlib
|
commit | commitdiff | tree |
2004-04-26 |
Václav Slavík | supress bcc warnings in new zlib
|
commit | commitdiff | tree |
2004-04-26 |
Václav Slavík | another 2.4 compatiblity fix
|
commit | commitdiff | tree |
2004-04-25 |
Václav Slavík | don't crash if there's no wxFileSystem instance
|
commit | commitdiff | tree |
2004-04-25 |
Václav Slavík | 2.4 backward compatiblity tests should be run only...
|
commit | commitdiff | tree |
2004-04-25 |
Václav Slavík | DMC fixes
|
commit | commitdiff | tree |
2004-04-25 |
Václav Slavík | removed GzipStreams, upgraded zlib
|
commit | commitdiff | tree |
2004-04-25 |
Václav Slavík | removed wxGzipStreams (supported by wxZlibStreams now)
|
commit | commitdiff | tree |
2004-04-25 |
Václav Slavík | removed GzipStreams, upgraded zlib
|
commit | commitdiff | tree |
2004-04-25 |
Václav Slavík | removed wxGzipStreams (supported by wxZlibStreams now)
|
commit | commitdiff | tree |
2004-04-25 |
Václav Slavík | upgraded builtin zlib to 1.2.1
|
commit | commitdiff | tree |
2004-04-25 |
Václav Slavík | removed zlib tests
|
commit | commitdiff | tree |
2004-04-25 |
Václav Slavík | This commit was generated by cvs2svn to compensate...
|
commit | commitdiff | tree |
2004-04-25 |
Václav Slavík | Initial revision
|
commit | commitdiff | tree |
2004-04-25 |
Václav Slavík | This commit was generated by cvs2svn to compensate...
|
commit | commitdiff | tree |
2004-04-22 |
Václav Slavík | fixed missing CPPUNIT_LIBS,CFLAGS in dmars makefiles
|
commit | commitdiff | tree |
2004-04-22 |
Václav Slavík | fixed generating dmars makefiles
|
commit | commitdiff | tree |
2004-04-21 |
Václav Slavík | applied patch 939076: __SMARTPHONE__ define
|
commit | commitdiff | tree |
2004-04-21 |
Václav Slavík | added wxRegEx::GetMatchCount
|
commit | commitdiff | tree |
2004-04-21 |
Václav Slavík | applied patch 939076: __SMARTPHONE__ define
|
commit | commitdiff | tree |
2004-04-21 |
Václav Slavík | make the tests run a little faster
|
commit | commitdiff | tree |
2004-04-21 |
Václav Slavík | moved wxRegEx test from console to testsuite (patch...
|
commit | commitdiff | tree |
2004-04-21 |
Václav Slavík | small fix (patch 938995)
|
commit | commitdiff | tree |
2004-04-21 |
Václav Slavík | added wxRegEx::GetMatchCount (patch 938995)
|
commit | commitdiff | tree |
2004-04-21 |
Václav Slavík | don't use wxFileConfig to parse kdeglobals, it's not...
|
commit | commitdiff | tree |
2004-04-20 |
Václav Slavík | eliminated some warnings
|
commit | commitdiff | tree |
2004-04-20 |
Václav Slavík | added wxString tests (patch 938082)
|
commit | commitdiff | tree |
2004-04-18 |
Václav Slavík | wxVsnprintf_ fix: added %ls,%lc handling (patch 937094)
|
commit | commitdiff | tree |
2004-04-18 |
Václav Slavík | small test suite improvements (patch 937094)
|
commit | commitdiff | tree |
2004-04-18 |
Václav Slavík | applied rest of streams test suite patch
|
commit | commitdiff | tree |
2004-04-16 |
Václav Slavík | quoting fixes
|
commit | commitdiff | tree |
2004-04-16 |
Václav Slavík | Mingw compilation fixes
|
commit | commitdiff | tree |
2004-04-16 |
Václav Slavík | make users aware of wxInputStream::Eof limitations
|
commit | commitdiff | tree |
2004-04-15 |
Václav Slavík | wxGTK on Mac doesn't need bundles
|
commit | commitdiff | tree |
2004-04-15 |
Václav Slavík | added GetFilenames
|
commit | commitdiff | tree |
2004-04-15 |
Václav Slavík | commdlg.lib is not in evc3
|
commit | commitdiff | tree |
2004-04-12 |
Václav Slavík | aygshell is available on PocketPC and sometimes needed
|
commit | commitdiff | tree |
2004-04-11 |
Václav Slavík | don't use strcpy to copy between overlapping strings...
|
commit | commitdiff | tree |
2004-04-11 |
Václav Slavík | made it possible to easily regenerate makefiles with...
|
commit | commitdiff | tree |
2004-04-11 |
Václav Slavík | added more styles (patch 933354)
|
commit | commitdiff | tree |
2004-04-11 |
Václav Slavík | stream tests improvements (patch 924438)
|
commit | commitdiff | tree |
2004-04-11 |
Václav Slavík | added some cppunit convenience macros (part of patch...
|
commit | commitdiff | tree |
2004-04-11 |
Václav Slavík | stream classes docs and code fixes (part of patch 924438)
|
commit | commitdiff | tree |
2004-04-11 |
Václav Slavík | improvements to zlib streams (patch 929416):
|
commit | commitdiff | tree |
next |