2005-09-25 |
Vadim Zeitlin | removed more extraneous semicolons |
tree | commitdiff |
2005-09-25 |
Vadim Zeitlin | use wxIsSameDouble() and wxIsNullDouble() for warning... |
tree | commitdiff |
2005-09-25 |
Vadim Zeitlin | fix hiding a local variable by another one in the inner... |
tree | commitdiff |
2005-09-25 |
Vadim Zeitlin | don't declare strptime() ourselves if the system alread... |
tree | commitdiff |
2005-09-25 |
Vadim Zeitlin | fixed a signed/unsigned comparison warning introudced... |
tree | commitdiff |
2005-09-25 |
Vadim Zeitlin | don't use deprecated conversion operator in wxVariantDa... |
tree | commitdiff |
2005-09-25 |
Vadim Zeitlin | removed #errors in 2.7 compilation |
tree | commitdiff |
2005-09-25 |
Vadim Zeitlin | added and documented SetEscapeId() |
tree | commitdiff |
2005-09-25 |
Vadim Zeitlin | first round of Intel compiler warning fixes: down from... |
tree | commitdiff |
2005-09-25 |
Vadim Zeitlin | added wxIsSameDouble() which wraps double comparison... |
tree | commitdiff |
2005-09-25 |
Vadim Zeitlin | added wxFORCE_LINK_MODULE public macro which can now... |
tree | commitdiff |
2005-09-25 |
Vadim Zeitlin | fixed two icc warnings about local variables hiding... |
tree | commitdiff |
2005-09-25 |
Mattia Barbon | Trace module initialization and cleanup. |
tree | commitdiff |
2005-09-25 |
Michael Wetherell | Ambiguous overload fix for gcc |
tree | commitdiff |
2005-09-25 |
Vadim Zeitlin | more extra semicolons removed (patch 1303724) |
tree | commitdiff |
2005-09-24 |
Vadim Zeitlin | wxLaunchDefaultBrowser() now supports wxBROWSER_NEW_WIN... |
tree | commitdiff |
2005-09-24 |
Vadim Zeitlin | fix wxExecute() return code checks and removed not... |
tree | commitdiff |
2005-09-24 |
Vadim Zeitlin | added missing consts and pass objects by const referenc... |
tree | commitdiff |
2005-09-24 |
Vadim Zeitlin | remove extraneous semicolons (patch 1299687) |
tree | commitdiff |
2005-09-24 |
Michael Wetherell | Memory corruption fix |
tree | commitdiff |
2005-09-23 |
Mart Raudsepp | Nuke #pragma implementation/interface's |
tree | commitdiff |
2005-09-22 |
Vadim Zeitlin | Unicode build fix |
tree | commitdiff |
2005-09-22 |
Vadim Zeitlin | gcc compilation fixes after last commit |
tree | commitdiff |
2005-09-22 |
Vadim Zeitlin | try all known UCS-[24] synonyms in wxMBConv_iconv,... |
tree | commitdiff |
2005-09-22 |
Vadim Zeitlin | more synonyms for UCS-2/4 |
tree | commitdiff |
2005-09-20 |
Vadim Zeitlin | don't define constants unused in release build (SGI... |
tree | commitdiff |
2005-09-20 |
Vadim Zeitlin | blind compilation fix for cygwin Unicode build (bug... |
tree | commitdiff |
2005-09-19 |
Vadim Zeitlin | only call fsync() on disk files, otherwise we get an... |
tree | commitdiff |
2005-09-18 |
Vadim Zeitlin | workaround for buggy setlocale() under AIX (without... |
tree | commitdiff |
2005-09-18 |
Vadim Zeitlin | condensed 2 very similar trace messages into one |
tree | commitdiff |
2005-09-18 |
Vadim Zeitlin | Unicode compilation fix |
tree | commitdiff |
2005-09-18 |
Vadim Zeitlin | GetSystemEncodingName() cleanup: we don't need to check... |
tree | commitdiff |
2005-09-18 |
Vadim Zeitlin | add CP-xxx as synonyms for WINDOWS-xxx |
tree | commitdiff |
2005-09-18 |
Vadim Zeitlin | look in codeset-specific directory for locale files... |
tree | commitdiff |
2005-09-18 |
Vadim Zeitlin | more encoding names for AIX/Solaris/IRIX |
tree | commitdiff |
2005-09-18 |
Vadim Zeitlin | don't pass NULL pointer to printf(), this crashes Solar... |
tree | commitdiff |
2005-09-18 |
Vadim Zeitlin | don't create conversion objects unless we really need... |
tree | commitdiff |
2005-09-18 |
Vadim Zeitlin | added trace message to wxCSConv creation code |
tree | commitdiff |
2005-09-18 |
Vadim Zeitlin | avoid unnecessary conversions when loading the catalog... |
tree | commitdiff |
2005-09-18 |
Vadim Zeitlin | compate charset names case-insensitively in GetEncoding... |
tree | commitdiff |
2005-09-18 |
Vadim Zeitlin | added GetAllEncodingNames(), use it to select the corre... |
tree | commitdiff |
2005-09-17 |
Vadim Zeitlin | added wx_truncate_cast and use it (sometimes instead... |
tree | commitdiff |
2005-09-17 |
Vadim Zeitlin | remove unused wxTrue |
tree | commitdiff |
2005-09-16 |
Julian Smart | Applied patch [ 1286701 ] fix for compiling odbc with... |
tree | commitdiff |
2005-09-14 |
Vadim Zeitlin | renamed wxMotif::wxTLW::DoCreate() to XmDoCreateTLW... |
tree | commitdiff |
2005-09-14 |
Vadim Zeitlin | renamed arg[cv] parameters to not hide wxApp members |
tree | commitdiff |
2005-09-13 |
Włodzimierz Skiba | Better fix for 'int i' used twice in the same block. |
tree | commitdiff |
2005-09-13 |
Vadim Zeitlin | qsort() should be passedonly extern C functions |
tree | commitdiff |
2005-09-13 |
Vadim Zeitlin | fixed Sun CC warning about local variable read hiding... |
tree | commitdiff |
2005-09-13 |
Vadim Zeitlin | fixed Sun CC warning about arg[cv] parameters hiding... |
tree | commitdiff |
2005-09-13 |
Vadim Zeitlin | and now it even compiles |
tree | commitdiff |
2005-09-13 |
Vadim Zeitlin | fix for last commit |
tree | commitdiff |
2005-09-13 |
Vadim Zeitlin | removed strcpy to fixed buffer (do it the right way... |
tree | commitdiff |
2005-09-12 |
Mattia Barbon | Add one more encoding name for EUC-JP for Solaris 8. |
tree | commitdiff |
2005-09-11 |
Julian Smart | Applied patch [ 1263950 ] wxConnection fixes for Unicode |
tree | commitdiff |
2005-09-11 |
Vadim Zeitlin | accept grey PNM images (patch 1285885) |
tree | commitdiff |
2005-09-11 |
Vadim Zeitlin | wxMediaCtrl patch from Ryan: |
tree | commitdiff |
2005-09-05 |
Włodzimierz Skiba | Code clarification. |
tree | commitdiff |
2005-09-05 |
Włodzimierz Skiba | 'i' is already used in this scope so make it clearer. |
tree | commitdiff |
2005-09-02 |
Stefan Csomor | corrected error code for http responses with no content... |
tree | commitdiff |
2005-09-01 |
Vadim Zeitlin | corrected typo and changed wording of an assert |
tree | commitdiff |
2005-08-31 |
Vadim Zeitlin | show the name of incrimanted class in RTTI registration... |
tree | commitdiff |
2005-08-29 |
Chris Elliott | fix as discuused on wxdev for bc54 |
tree | commitdiff |
2005-08-29 |
Vadim Zeitlin | another (blind) compilation fix for Borland after last... |
tree | commitdiff |
2005-08-29 |
Vadim Zeitlin | (blind) compilation fix for Borland after last commit |
tree | commitdiff |
2005-08-28 |
Vadim Zeitlin | fixed bug in wxStreamBuffer::Read(wxStreamBuffer *... |
tree | commitdiff |
2005-08-28 |
Vadim Zeitlin | Fixed several bugs in wxDateTime timezone handling: |
tree | commitdiff |
2005-08-28 |
Mattia Barbon | Under wxMotif, default buttons are bigger than other... |
tree | commitdiff |
2005-08-28 |
Vadim Zeitlin | added wxLongLong::ToDouble() |
tree | commitdiff |
2005-08-26 |
Vadim Zeitlin | open fstream with ios::binary flag to be compatible... |
tree | commitdiff |
2005-08-24 |
Michael Wetherell | Move LabelWrapper, TextSizerWrapper classes out of... |
tree | commitdiff |
2005-08-23 |
Vadim Zeitlin | some compilers don't like statics in inline functions... |
tree | commitdiff |
2005-08-22 |
Stefan Csomor | adapting text object data handling along the GTK2 lines |
tree | commitdiff |
2005-08-21 |
Vadim Zeitlin | fix handling of partially-specified min size |
tree | commitdiff |
2005-08-20 |
Vadim Zeitlin | add information for Palm/CE ports (patch 1256409) |
tree | commitdiff |
2005-08-19 |
Michael Wetherell | Remove duplicate code |
tree | commitdiff |
2005-08-18 |
Vadim Zeitlin | compilation fix for wxUnivGTK |
tree | commitdiff |
2005-08-18 |
Mattia Barbon | Avoid some -Wundef warning. Check for __WXGTK__ using... |
tree | commitdiff |
2005-08-17 |
Vadim Zeitlin | hacked around wxGTK wxStaticText which doesn't derive... |
tree | commitdiff |
2005-08-16 |
Vadim Zeitlin | avoid gcc warning |
tree | commitdiff |
2005-08-16 |
Vadim Zeitlin | added wxStaticText::Wrap() |
tree | commitdiff |
2005-08-16 |
Vadim Zeitlin | don't use wxApp::GetAppName() in the usage message... |
tree | commitdiff |
2005-08-13 |
Michael Wetherell | Let wxGetFileKind(FILE*) return wxFILE_KIND_UNKNOWN... |
tree | commitdiff |
2005-08-13 |
Michael Wetherell | Set wxSTREAM_WRITE_ERROR for wxFFileInputStream when... |
tree | commitdiff |
2005-08-12 |
Michael Wetherell | Translate '&Help' to '&' for italian Windows only |
tree | commitdiff |
2005-08-10 |
Michael Wetherell | Undo r1.52 since we get another problem. |
tree | commitdiff |
2005-08-08 |
Michael Wetherell | wxMBConv test cases, patch 1179989 from Vince Harron |
tree | commitdiff |
2005-08-06 |
Vadim Zeitlin | set m_error correctly (patch 1249848) |
tree | commitdiff |
2005-08-06 |
Vadim Zeitlin | recognize 0/1 as false/true in string->bool conversion... |
tree | commitdiff |
2005-08-04 |
Vadim Zeitlin | use ifdef, not if, to test for HAVE_WCSRTOMBS |
tree | commitdiff |
2005-08-04 |
Vadim Zeitlin | corrected test for HAVE_FSYNC: ifdef, not if |
tree | commitdiff |
2005-08-04 |
Vadim Zeitlin | configure defines HAVE_FSYNC, not wxHAVE_FSYNC |
tree | commitdiff |
2005-08-04 |
Vadim Zeitlin | wxNEED_STRDUP was wrong tested with #if instead of... |
tree | commitdiff |
2005-08-03 |
Vadim Zeitlin | no need to check dbghelp DLL initialization in GetAsser... |
tree | commitdiff |
2005-08-03 |
Michael Wetherell | Fix deletes that should be delete[] |
tree | commitdiff |
2005-07-31 |
Mattia Barbon | Use accessors for wxObject members. |
tree | commitdiff |
2005-07-30 |
Julian Smart | assert -> wxASSERT |
tree | commitdiff |
2005-07-29 |
Vadim Zeitlin | use ReadLine() instead of GetLine() which sometimes... |
tree | commitdiff |
2005-07-29 |
Vadim Zeitlin | don't crash in Get() if there is no wxApp (closes 1236514) |
tree | commitdiff |
2005-07-28 |
Vadim Zeitlin | many improvements/bug fixes to media control: new wxEVT... |
tree | commitdiff |
next |