| 2007-06-02 |
Václav Slavík | implemented wxMBConv::IsUTF8() helper for more classes... |
tree | commitdiff |
| 2007-05-31 |
Václav Slavík | use wxString, not wxChar*, in wxCreateDynamicObject... |
tree | commitdiff |
| 2007-05-30 |
Robert Roebling | Correct new_order index in RowsReordered(). |
tree | commitdiff |
| 2007-05-30 |
Václav Slavík | use wxString instead of wxChar* in wxColour::Set/FromString |
tree | commitdiff |
| 2007-05-29 |
Jouk Jansen | OpenVMS build update |
tree | commitdiff |
| 2007-05-28 |
Robert Roebling | Implemented dataview_model notification event to... |
tree | commitdiff |
| 2007-05-28 |
Robert Roebling | Removed wxDataViewViewColumn since it is redundant. |
tree | commitdiff |
| 2007-05-26 |
Stefan Csomor | mac complaining about const to non-const cast |
tree | commitdiff |
| 2007-05-25 |
Vadim Zeitlin | deal correctly with having too few items in wxFlexGridS... |
tree | commitdiff |
| 2007-05-25 |
Vadim Zeitlin | fix unreachable code warning in GetUntranslatedString() |
tree | commitdiff |
| 2007-05-24 |
Vadim Zeitlin | disable clearing event tables by default, only do it... |
tree | commitdiff |
| 2007-05-24 |
Vadim Zeitlin | don't create wxEventLoop in Initialize(), it's too... |
tree | commitdiff |
| 2007-05-24 |
Vadim Zeitlin | added wxRect::operator+() and *() (union and intersecti... |
tree | commitdiff |
| 2007-05-24 |
Vadim Zeitlin | added wxAppTraits::CreateConfig() (patch 1721149) |
tree | commitdiff |
| 2007-05-24 |
Vadim Zeitlin | use a different indicator when binding parameters and... |
tree | commitdiff |
| 2007-05-22 |
Vadim Zeitlin | don't define wxEventLoop class differently in GUI and... |
tree | commitdiff |
| 2007-05-22 |
Vadim Zeitlin | added wOnAssert(..., wxCStrData) overload to fix compil... |
tree | commitdiff |
| 2007-05-21 |
Václav Slavík | added another needed wxOnAssert overload |
tree | commitdiff |
| 2007-05-21 |
Václav Slavík | 1. make debugging macros compatible with ANSI build... |
tree | commitdiff |
| 2007-05-21 |
Václav Slavík | return reference to non-temporary wxString instance... |
tree | commitdiff |
| 2007-05-21 |
Václav Slavík | debug messages don't need translation |
tree | commitdiff |
| 2007-05-21 |
Vadim Zeitlin | enter wxPendingEventLocker critical section in ProcessP... |
tree | commitdiff |
| 2007-05-19 |
Robert Roebling | Prepend file:// if the URI in wxLaunchDefaultBrowser() |
tree | commitdiff |
| 2007-05-18 |
David Elliott | Add a wxLog::DoCreateOnDemand and call it from DoCommon... |
tree | commitdiff |
| 2007-05-18 |
Vadim Zeitlin | added virtual wxFrame::FindItemInMenuBar(): overriding... |
tree | commitdiff |
| 2007-05-18 |
Vadim Zeitlin | removed unused statusbar parameter from wxFrameBase... |
tree | commitdiff |
| 2007-05-18 |
Vadim Zeitlin | call wxAppConsole::CleanUp() from the derived class... |
tree | commitdiff |
| 2007-05-18 |
Vadim Zeitlin | delete m_mainLoop on exit |
tree | commitdiff |
| 2007-05-16 |
Jouk Jansen | OpenVMS changes |
tree | commitdiff |
| 2007-05-16 |
Václav Slavík | PCH-less compilation fix |
tree | commitdiff |
| 2007-05-16 |
Václav Slavík | another PCH-less compilation fix |
tree | commitdiff |
| 2007-05-15 |
Václav Slavík | compilation fix for PCH-less build |
tree | commitdiff |
| 2007-05-15 |
Vadim Zeitlin | removed extra semicolons added by last commit |
tree | commitdiff |
| 2007-05-15 |
Václav Slavík | fixed non-const wxString iterators to work when a chara... |
tree | commitdiff |
| 2007-05-15 |
Vadim Zeitlin | removed unused any more file (replaced by wxSelectDispa... |
tree | commitdiff |
| 2007-05-15 |
Václav Slavík | added explanatory comment |
tree | commitdiff |
| 2007-05-14 |
Vadim Zeitlin | implement event loop for console applications (heavily... |
tree | commitdiff |
| 2007-05-14 |
Václav Slavík | fixed too restrictive assert: fonts matching is case... |
tree | commitdiff |
| 2007-05-12 |
Vadim Zeitlin | fix for wxUSE_STL=1 build with MSVC8 with _HAS_ITERATOR... |
tree | commitdiff |
| 2007-05-12 |
Václav Slavík | fixed passing of strings to vararg templates in ANSI... |
tree | commitdiff |
| 2007-05-11 |
Vadim Zeitlin | added support for drop down toolbar buttons (patch... |
tree | commitdiff |
| 2007-05-11 |
Václav Slavík | use const wxMBConv& instead of wxMBConv& in public... |
tree | commitdiff |
| 2007-05-11 |
Václav Slavík | avoid conversion to wchar_t* when getting UTF-8 value... |
tree | commitdiff |
| 2007-05-11 |
Václav Slavík | fixed wxSVGFileDC::write() to output UTF-8 even in... |
tree | commitdiff |
| 2007-05-10 |
Václav Slavík | fixed wxStrto(u)ll to return correct value in endptr |
tree | commitdiff |
| 2007-05-09 |
Václav Slavík | changed wxString::StartsWidth/EndsWidth to take wxStrin... |
tree | commitdiff |
| 2007-05-08 |
Robert Roebling | Beginning to make wxDC code compile both before |
tree | commitdiff |
| 2007-05-08 |
David Elliott | Provide wxLaunchDefaultBrowser implementation for wxCocoa. |
tree | commitdiff |
| 2007-05-08 |
David Elliott | Move wxLaunchDefaultBrowser from BASE to CORE per wx... |
tree | commitdiff |
| 2007-05-07 |
Vadim Zeitlin | just return the min size needed by the sizer for the... |
tree | commitdiff |
| 2007-05-06 |
Václav Slavík | fix compation with Watcom after latest vararg templates... |
tree | commitdiff |
| 2007-05-06 |
Vadim Zeitlin | fix PCH-less compilation |
tree | commitdiff |
| 2007-05-05 |
Vadim Zeitlin | extracted wxAcceleratorEntry code from menucmn.cpp... |
tree | commitdiff |
| 2007-05-05 |
Paul Cornett | build fix |
tree | commitdiff |
| 2007-05-05 |
Robert Roebling | Moved deprecated code to source file (didn't compile |
tree | commitdiff |
| 2007-05-05 |
Vadim Zeitlin | added wxTimerEvent::GetTimer() |
tree | commitdiff |
| 2007-05-05 |
Vadim Zeitlin | fixed typo in IsBeingDeleted() test in GetParentForModa... |
tree | commitdiff |
| 2007-05-04 |
Václav Slavík | use wxString instead of const wxChar* in wxFFile public API |
tree | commitdiff |
| 2007-05-04 |
Václav Slavík | use wxString instead of const wxChar* in wxFile's publi... |
tree | commitdiff |
| 2007-05-04 |
Václav Slavík | use wxFormatString helper class for 'vararg' functions... |
tree | commitdiff |
| 2007-05-03 |
Václav Slavík | fixed DLL linking of wxConvLibc etc. |
tree | commitdiff |
| 2007-05-03 |
Václav Slavík | fixed reverted #if condition around wxDoLogTraceWchar |
tree | commitdiff |
| 2007-05-03 |
Václav Slavík | added code for optimized handling of UTF-8 locales... |
tree | commitdiff |
| 2007-05-03 |
Václav Slavík | fixed vararg functions with format argument to not... |
tree | commitdiff |
| 2007-05-03 |
Vadim Zeitlin | removed unneeded duplication of DoSetSizeHints() in... |
tree | commitdiff |
| 2007-05-02 |
Robert Roebling | Moved all the coordinate system calculation to wxDCBase |
tree | commitdiff |
| 2007-05-02 |
Václav Slavík | made wxConvXXX objects usable at static initialization... |
tree | commitdiff |
| 2007-05-02 |
Václav Slavík | include object.h so that delete has complete type |
tree | commitdiff |
| 2007-05-01 |
Robert Roebling | Made device to logical and vv conversion methods |
tree | commitdiff |
| 2007-05-01 |
Vadim Zeitlin | fix wxStringOutputStream::Write() in Unicode build... |
tree | commitdiff |
| 2007-04-30 |
Vadim Zeitlin | don't drop lines without trailing new line character... |
tree | commitdiff |
| 2007-04-28 |
Michael Wetherell | Map illegal UTF-8 sequences to a range in Unicode's... |
tree | commitdiff |
| 2007-04-28 |
Václav Slavík | allow the UTF8 build to treat C locale as UTF8, too... |
tree | commitdiff |
| 2007-04-27 |
Václav Slavík | WX_PRECOMP, not WXPRECOMP |
tree | commitdiff |
| 2007-04-27 |
Václav Slavík | PCH-less compilation fixes |
tree | commitdiff |
| 2007-04-27 |
Václav Slavík | PCH-less compilation fixes |
tree | commitdiff |
| 2007-04-27 |
Václav Slavík | PCH-less compilation fixes |
tree | commitdiff |
| 2007-04-26 |
Václav Slavík | more efficient implementation of ToAscii/FromAscii... |
tree | commitdiff |
| 2007-04-26 |
Václav Slavík | use UTF8-encoded char* strings in UTF8 build instead... |
tree | commitdiff |
| 2007-04-26 |
Chris Elliott | tested and applied http://article.gmane.org/gmane.comp... |
tree | commitdiff |
| 2007-04-25 |
Vadim Zeitlin | leave only wxString overloads for of the functions... |
tree | commitdiff |
| 2007-04-25 |
Vadim Zeitlin | changed wxDC::GetTextExtent() and related methods to... |
tree | commitdiff |
| 2007-04-24 |
Robert Roebling | Use child's listmodelnotifier's destructor (by overlo... |
tree | commitdiff |
| 2007-04-24 |
Václav Slavík | corrected (Do)GetWriteBuf() return types to use more... |
tree | commitdiff |
| 2007-04-24 |
Václav Slavík | removed unused APPEND_STR macro |
tree | commitdiff |
| 2007-04-24 |
Robert Roebling | Change SetValue( wxVariant &value ) to |
tree | commitdiff |
| 2007-04-23 |
Václav Slavík | compilation fix: setlocale() returns non-const string... |
tree | commitdiff |
| 2007-04-23 |
Václav Slavík | added code for checking if the current locale is UTF... |
tree | commitdiff |
| 2007-04-23 |
Vadim Zeitlin | test that the candidate parent window isn't being delet... |
tree | commitdiff |
| 2007-04-22 |
Vadim Zeitlin | really ensure that the window being centered is fully... |
tree | commitdiff |
| 2007-04-22 |
Vadim Zeitlin | compilation fixes for PCH-less build |
tree | commitdiff |
| 2007-04-22 |
Vadim Zeitlin | added wxAppTraits::GetStandardCmdLineOptions() allowing... |
tree | commitdiff |
| 2007-04-22 |
Vadim Zeitlin | added wxDialog::GetParentForModalDialog() and use it... |
tree | commitdiff |
| 2007-04-22 |
Vadim Zeitlin | don't pass unneeded arguments to AdustForGrowables() |
tree | commitdiff |
| 2007-04-22 |
Vadim Zeitlin | don't leave pixels due to rounding errors in wxBoxSizer... |
tree | commitdiff |
| 2007-04-22 |
Vadim Zeitlin | Many changes/fixes to wxFlexGridSizer implementation... |
tree | commitdiff |
| 2007-04-22 |
Paul Cornett | fix double to int conversion warning |
tree | commitdiff |
| 2007-04-22 |
Vadim Zeitlin | don't leave gaps around hidden columns/rows in wxFlexGr... |
tree | commitdiff |
| 2007-04-22 |
Vadim Zeitlin | distribute only the extra, free, space according to... |
tree | commitdiff |
| 2007-04-22 |
Vadim Zeitlin | don't pass 0 time_t to Borland localtime(), it crashes... |
tree | commitdiff |
| next |