2004-10-08 |
Ryan Norton | fix description |
tree | commitdiff |
2004-10-08 |
Ryan Norton | final null-char wxString stuff, a couple of bugfixes... |
tree | commitdiff |
2004-10-08 |
Václav Slavík | propagate invalidated best size upstream |
tree | commitdiff |
2004-10-08 |
Włodzimierz Skiba | Warning fixes found under hardest mode of OpenWatcom... |
tree | commitdiff |
2004-10-08 |
Ryan Norton | final compilo fixups for 10.2 unicode - c/c++ fixes... |
tree | commitdiff |
2004-10-07 |
Ryan Norton | fix darwin defines |
tree | commitdiff |
2004-10-07 |
Ryan Norton | 1.10.2 and less mbtowc and wctomb HAVE THE COOTIEScd... |
tree | commitdiff |
2004-10-07 |
Robin Dunn | Correct compile errors in non-unicode build |
tree | commitdiff |
2004-10-07 |
Julian Smart | Applied patch [ 1042241 ] Fixes print setup problem... |
tree | commitdiff |
2004-10-07 |
Ryan Norton | 2.5.3 - cleanups, fixes, etc. etc. - |
tree | commitdiff |
2004-10-06 |
Václav Slavík | fixed broken DoUpdateWindowUI: event.SetChecked doesn... |
tree | commitdiff |
2004-10-06 |
Włodzimierz Skiba | Blind fix to lack of sql types. |
tree | commitdiff |
2004-10-06 |
Włodzimierz Skiba | Warning fixes found under hardest mode of OpenWatcom... |
tree | commitdiff |
2004-10-06 |
Kevin Hock | Expanded comment in Initialize to include why Initializ... |
tree | commitdiff |
2004-10-05 |
Vadim Zeitlin | cleaning up strdup/isascii definitions for compilers... |
tree | commitdiff |
2004-10-05 |
Włodzimierz Skiba | Warning fixes found under hardest mode of OpenWatcom... |
tree | commitdiff |
2004-10-04 |
Vadim Zeitlin | made IsMainLoopRunning() static and implemented it... |
tree | commitdiff |
2004-10-04 |
Robin Dunn | fix compile error |
tree | commitdiff |
2004-10-04 |
Włodzimierz Skiba | Warning fixes to most detailed warning output of OpenWa... |
tree | commitdiff |
2004-10-04 |
Dimitri Schoolwerth | added missing include for non-PCH compilation |
tree | commitdiff |
2004-10-04 |
Vadim Zeitlin | don't use non blocking sockets if wxApp::IsMainLoopRunn... |
tree | commitdiff |
2004-10-04 |
Vadim Zeitlin | assert that name, not full path, is used in RenameEntry... |
tree | commitdiff |
2004-10-04 |
Vadim Zeitlin | fixed deletion of last group in the config file (bugs... |
tree | commitdiff |
2004-10-04 |
Vadim Zeitlin | don't try to delete our config file in DeleteAll()... |
tree | commitdiff |
2004-10-04 |
Vadim Zeitlin | don't add dummy empty line at the end when reading... |
tree | commitdiff |
2004-10-04 |
Vadim Zeitlin | small optimization in wxConfigPathChanger: don't change... |
tree | commitdiff |
2004-10-03 |
Dimitri Schoolwerth | removed tab character |
tree | commitdiff |
2004-10-03 |
Vadim Zeitlin | added wxFileConfig::Save(stream); documented it in... |
tree | commitdiff |
2004-10-03 |
Vadim Zeitlin | don't keep a dirty flag in each entry/group, this is... |
tree | commitdiff |
2004-10-03 |
Vadim Zeitlin | use wxFileName::MacSetTypeAndCreator() in Flush() inste... |
tree | commitdiff |
2004-10-03 |
Vadim Zeitlin | added wxUmaskChanger class and wxCHANGE_UMASK macro... |
tree | commitdiff |
2004-10-03 |
Vadim Zeitlin | oops, AdjustFontSize() had no effect; fixed (patch... |
tree | commitdiff |
2004-10-03 |
Vadim Zeitlin | destroy any TLWs still alive when the app terminates... |
tree | commitdiff |
2004-10-02 |
Vadim Zeitlin | added wxVaCopy() and use it to fix wxVsnprintf() crash... |
tree | commitdiff |
2004-10-01 |
Vadim Zeitlin | relayout frame contents when tool/statusbar is shown... |
tree | commitdiff |
2004-10-01 |
Vadim Zeitlin | extracted OnSize() body in a new DoLayout() method... |
tree | commitdiff |
2004-09-30 |
Václav Slavík | blind compilation fix for MSVC |
tree | commitdiff |
2004-09-30 |
Václav Slavík | moved wxWindow::GetBestSize implementation into DoGetBe... |
tree | commitdiff |
2004-09-29 |
Vadim Zeitlin | fixed memory leak in Submit(cmd, false) (bug 1037115) |
tree | commitdiff |
2004-09-29 |
Václav Slavík | changes to make wxWindow::FindFocus work as expected... |
tree | commitdiff |
2004-09-29 |
Vadim Zeitlin | signed/unsigned comparison warning fix |
tree | commitdiff |
2004-09-29 |
Włodzimierz Skiba | Include missing.h to find O_* flags. |
tree | commitdiff |
2004-09-28 |
Włodzimierz Skiba | Hardware defines spec. |
tree | commitdiff |
2004-09-28 |
Vadim Zeitlin | wxFile::Length() return type fix (replaces last check in) |
tree | commitdiff |
2004-09-27 |
Vadim Zeitlin | fix crash after radio button fix |
tree | commitdiff |
2004-09-27 |
Vadim Zeitlin | warning fix after huge file patch |
tree | commitdiff |
2004-09-27 |
Dimitri Schoolwerth | fixed MSVC6 warning |
tree | commitdiff |
2004-09-26 |
Stefan Csomor | unicode fix for CW |
tree | commitdiff |
2004-09-26 |
Ron Lee | Enable the huge files patch to build with mingw-cross. |
tree | commitdiff |
2004-09-25 |
Vadim Zeitlin | compilation fix for not MSW |
tree | commitdiff |
2004-09-25 |
Vadim Zeitlin | added a way to create fonts with specified pixel size |
tree | commitdiff |
2004-09-25 |
Vadim Zeitlin | support for huge files (patch 1002226) |
tree | commitdiff |
2004-09-25 |
Ryan Norton | warning fix |
tree | commitdiff |
2004-09-24 |
Włodzimierz Skiba | Source cleaning: whitespaces, tabs, -1/wxID_ANY/wxNOT_F... |
tree | commitdiff |
2004-09-23 |
Robin Dunn | Fix from Jed Burgess that correctly untoggles radio... |
tree | commitdiff |
2004-09-23 |
Włodzimierz Skiba | Source cleaning: whitespaces, tabs, -1/wxID_ANY/wxNOT_F... |
tree | commitdiff |
2004-09-22 |
Robert Roebling | Make radiobutton tab behaviour the same on MSW |
tree | commitdiff |
2004-09-22 |
Włodzimierz Skiba | Source cleaning: whitespaces, tabs, -1/wxID_ANY/wxNOT_F... |
tree | commitdiff |
2004-09-22 |
Włodzimierz Skiba | Warning fix to unused variable. |
tree | commitdiff |
2004-09-21 |
Włodzimierz Skiba | Source cleaning: whitespaces, tabs, -1/wxNOT_FOUND... |
tree | commitdiff |
2004-09-20 |
Włodzimierz Skiba | Source cleaning: whitespaces, tabs, -1/wxID_ANY/wxDefau... |
tree | commitdiff |
2004-09-19 |
Vadim Zeitlin | added wxStringOutputStream::TellO(); fixed bugs in... |
tree | commitdiff |
2004-09-19 |
Vadim Zeitlin | fixed bug with seeking beyond the end in wxStringInputS... |
tree | commitdiff |
2004-09-19 |
Vadim Zeitlin | added wxStringStream classes |
tree | commitdiff |
2004-09-19 |
Vadim Zeitlin | compilation fix for Borland |
tree | commitdiff |
2004-09-18 |
Robin Dunn | Unicode compilation fix |
tree | commitdiff |
2004-09-18 |
Vadim Zeitlin | added wxSizerItem::Init() |
tree | commitdiff |
2004-09-18 |
Vadim Zeitlin | active mode support for wxFTP (extremely heavily modifi... |
tree | commitdiff |
2004-09-18 |
Vadim Zeitlin | oops, compilation fix after moving code around |
tree | commitdiff |
2004-09-18 |
Vadim Zeitlin | use 4K buffer instead of reading characters one by... |
tree | commitdiff |
2004-09-18 |
Vadim Zeitlin | compilation fix |
tree | commitdiff |
2004-09-17 |
Włodzimierz Skiba | Source cleaning: whitespaces, tabs, -1/wxDefaultCoord... |
tree | commitdiff |
2004-09-17 |
Vadim Zeitlin | added possibility to specify printer bin (patch 910272) |
tree | commitdiff |
2004-09-17 |
Vadim Zeitlin | compilation fix for wxUSE_THREADS == 0 && __WXDEBUG__... |
tree | commitdiff |
2004-09-17 |
Vadim Zeitlin | fixed rounding errors in variable status bar panes... |
tree | commitdiff |
2004-09-17 |
Włodzimierz Skiba | Source cleaning: whitespaces, -1/wxID_ANY/wxNOT_FOUND... |
tree | commitdiff |
2004-09-17 |
Vadim Zeitlin | made all Add/Insert/Prepend methods inline |
tree | commitdiff |
2004-09-17 |
Vadim Zeitlin | forward all wxSizer::Add/Prepend/Insert() to a virtual... |
tree | commitdiff |
2004-09-16 |
Vadim Zeitlin | use wxFputs(), not fputs(), in Unicode mode under Unix... |
tree | commitdiff |
2004-09-16 |
Vadim Zeitlin | fixes for harmless mingw32 warnings |
tree | commitdiff |
2004-09-16 |
Włodzimierz Skiba | Source cleaning: whitespaces, tabs, -1/wxDefaultCoord... |
tree | commitdiff |
2004-09-15 |
Włodzimierz Skiba | Source cleaning: whitespaces, tabs, FALSE/false, TRUE... |
tree | commitdiff |
2004-09-14 |
Włodzimierz Skiba | Source cleaning: whitespaces, tabs, -1/wxID_ANY/wxDefau... |
tree | commitdiff |
2004-09-14 |
George Tasker | ClearMemberVar() did not correctly handle columns defin... |
tree | commitdiff |
2004-09-13 |
Włodzimierz Skiba | Source cleaning: tabs, whitespaces, -1/wxID_ANY, TRUE... |
tree | commitdiff |
2004-09-13 |
Włodzimierz Skiba | Recursive wxSizer::Show for subsizer and return value... |
tree | commitdiff |
2004-09-12 |
Vadim Zeitlin | only define operator<<(wchar_t) in Unicode build |
tree | commitdiff |
2004-09-12 |
Vadim Zeitlin | compilation fix after last commit |
tree | commitdiff |
2004-09-11 |
Vadim Zeitlin | deprecated SetToTheWeek() and GetWeek(); added and... |
tree | commitdiff |
2004-09-11 |
Vadim Zeitlin | fixed GetWeekOfYear() for first/last week in some cases... |
tree | commitdiff |
2004-09-11 |
Vadim Zeitlin | default MB -> WC conversion under Win32 now fails if... |
tree | commitdiff |
2004-09-11 |
Vadim Zeitlin | overload operator<<() for wchar_t too (if applicable... |
tree | commitdiff |
2004-09-11 |
Stefan Csomor | support for sys-opted window variant |
tree | commitdiff |
2004-09-10 |
Włodzimierz Skiba | Source cleaning: whitespaces, tabs, TRUE/true, FALSE... |
tree | commitdiff |
2004-09-09 |
Włodzimierz Skiba | Source cleaning: TRUE/true, FALSE/false, whitespaces... |
tree | commitdiff |
2004-09-09 |
Włodzimierz Skiba | Correct positioning of the entry text dialog. |
tree | commitdiff |
2004-09-08 |
Włodzimierz Skiba | Source cleaning: whitespaces, tabs, TRUE/true, FALSE... |
tree | commitdiff |
2004-09-08 |
Włodzimierz Skiba | Warning fix. |
tree | commitdiff |
2004-09-08 |
Vadim Zeitlin | added wxTopLevelWindow::RequestUserAttention(); documen... |
tree | commitdiff |
2004-09-07 |
Jouk Jansen | Committing in . |
tree | commitdiff |
next |