2008-07-19 |
Vadim Zeitlin | already escaped backslash shouldn't escape the followin... |
tree | commitdiff |
2008-07-19 |
Vadim Zeitlin | fix bug with wxCSConv("ASCII") |
tree | commitdiff |
2008-07-18 |
Vadim Zeitlin | really correct detecting the end of UTF-7-encoded strings |
tree | commitdiff |
2008-07-17 |
Vadim Zeitlin | fix bug introduced in r54646: we still need to count... |
tree | commitdiff |
2008-07-17 |
Vadim Zeitlin | properly detect missing data at the end of UTF-7-encode... |
tree | commitdiff |
2008-07-17 |
Vadim Zeitlin | CP-xxx and MS-yyy iconv identifiers actually don't... |
tree | commitdiff |
2008-07-16 |
Vadim Zeitlin | implement flag for Unix-like behaviour in wxCmdLinePars... |
tree | commitdiff |
2008-07-15 |
Vadim Zeitlin | fix the output length returned from cWC2MB/MB2WC()... |
tree | commitdiff |
2008-07-15 |
Vadim Zeitlin | test ok in the record reading loop as otherwise we... |
tree | commitdiff |
2008-07-15 |
Vadim Zeitlin | remove wxCSConv::MB2WC/WC2MB, implement Latin-1 fallbac... |
tree | commitdiff |
2008-07-14 |
Vadim Zeitlin | fix heap corruption bug: use delete[] to delete a buffe... |
tree | commitdiff |
2008-07-13 |
Vadim Zeitlin | added wxFlexGridSizer::Add{Row,Col}Growable() (#2603) |
tree | commitdiff |
2008-07-13 |
Vadim Zeitlin | more compilation fixes for wxUSE_STL && wxUSE_DEBUG_CON... |
tree | commitdiff |
2008-07-12 |
Vadim Zeitlin | add wxSocket::IsClosed(), use it to implement Eof(... |
tree | commitdiff |
2008-07-12 |
Vadim Zeitlin | no changes, just removed broken #if 0'd out code |
tree | commitdiff |
2008-07-10 |
Robin Dunn | ShouldAccountFor was a 2.8 only change. Use IsShown... |
tree | commitdiff |
2008-07-10 |
Robin Dunn | If an item is hidden, don't check it for overflows. |
tree | commitdiff |
2008-07-09 |
Stefan Csomor | adjusting endif comment to new #if |
tree | commitdiff |
2008-07-09 |
Vadim Zeitlin | some blind compilation fixes for legacy code (#9698) |
tree | commitdiff |
2008-07-09 |
Vadim Zeitlin | show busy cursor in wxLaunchDefaultBrowser and add... |
tree | commitdiff |
2008-07-09 |
Vadim Zeitlin | update the year in wx information dialog (#9701) |
tree | commitdiff |
2008-07-07 |
Paul Cornett | gtk-universal build fixes |
tree | commitdiff |
2008-07-07 |
Stefan Csomor | make sure mac pref files remain visible and named as... |
tree | commitdiff |
2008-07-06 |
Vadim Zeitlin | fix focus problems in picker controls under MSW which... |
tree | commitdiff |
2008-07-06 |
Vadim Zeitlin | take const address objects in wxSocketClient::Connect... |
tree | commitdiff |
2008-07-05 |
Vadim Zeitlin | avoid duplicating wxWindow::HandleCommand() in wxFrame... |
tree | commitdiff |
2008-07-05 |
Václav Slavík | reverted Robert's premature removal of deprecated 2... |
tree | commitdiff |
2008-07-05 |
Robert Roebling | Remove 2_6 compatibility code |
tree | commitdiff |
2008-07-04 |
Robert Roebling | Use t_str() instead of c_str() |
tree | commitdiff |
2008-07-04 |
Robert Roebling | added wxString.t_str() and used it in filefn.cpp |
tree | commitdiff |
2008-07-03 |
Robert Roebling | Make wxMSW wxBase compile in UTF-8 mode |
tree | commitdiff |
2008-06-30 |
Robert Roebling | Removed most of the pre-XDG MIME code from the Unix... |
tree | commitdiff |
2008-06-27 |
Robert Roebling | Added mostly empty wxLaunchDefaultApplication |
tree | commitdiff |
2008-06-26 |
Vadim Zeitlin | don't forget to output new line in wxMessageOutputStder... |
tree | commitdiff |
2008-06-26 |
Vadim Zeitlin | fix the wrong #ifdef WXWIN_COMPATIBILITY_2_8 checks... |
tree | commitdiff |
2008-06-25 |
Julian Smart | Allow an app to cut down start time by not doing unnece... |
tree | commitdiff |
2008-06-24 |
Robert Roebling | Next part of tree state icon patches |
tree | commitdiff |
2008-06-22 |
Vadim Zeitlin | allow creating items without parent menus (#3425) |
tree | commitdiff |
2008-06-21 |
Vadim Zeitlin | initialize wx{Client,Paint,Window}DC with fonts/colours... |
tree | commitdiff |
2008-06-21 |
Vadim Zeitlin | remove Create{Window,Client,Paint}DC() methods without... |
tree | commitdiff |
2008-06-16 |
Robert Roebling | #9591: Item state (icons) for wxTreeCtrl on any platform |
tree | commitdiff |
2008-06-16 |
Václav Slavík | Implemented high-quality preview for wxMSW (this approa... |
tree | commitdiff |
2008-06-16 |
Václav Slavík | fixed printing preview to not report errors in infinite... |
tree | commitdiff |
2008-06-15 |
Vadim Zeitlin | added a unit test for input/output file streams and... |
tree | commitdiff |
2008-06-14 |
Vadim Zeitlin | don't compile in wx hash code unless we really use... |
tree | commitdiff |
2008-06-13 |
Robert Roebling | Ticket #1032 wxVariant::operator==(wxVariant& variant... |
tree | commitdiff |
2008-06-13 |
Vadim Zeitlin | use HandleWindowEvent() in Close() as it can be called... |
tree | commitdiff |
2008-06-11 |
Václav Slavík | render pages in print preview at idle time, not from... |
tree | commitdiff |
2008-06-11 |
Stefan Csomor | fixing file paths after renaming |
tree | commitdiff |
2008-06-11 |
Paul Cornett | move 8 copies of the same function to common code |
tree | commitdiff |
2008-06-11 |
Stefan Csomor | forward port of fix |
tree | commitdiff |
2008-06-11 |
Stefan Csomor | removing old files |
tree | commitdiff |
2008-06-11 |
Vadim Zeitlin | remember the last type used for loading or saving the... |
tree | commitdiff |
2008-06-08 |
Stefan Csomor | removing unneeded code for osx |
tree | commitdiff |
2008-06-08 |
Vadim Zeitlin | deprecate wxDC::SetClippingRegion(wxRegion) overload... |
tree | commitdiff |
2008-06-08 |
Vadim Zeitlin | added multisampling (anti-aliasing) support to wxGLCanv... |
tree | commitdiff |
2008-06-06 |
Vadim Zeitlin | fixed another pointer-to-int-of-lesser-size conversion... |
tree | commitdiff |
2008-06-06 |
Vadim Zeitlin | change longs used for bitmap types to wxBitmapType... |
tree | commitdiff |
2008-06-06 |
Vadim Zeitlin | remove another unnecessary memcpy() of string contents... |
tree | commitdiff |
2008-06-06 |
Vadim Zeitlin | remove unnecessary memcpy() of string contents to wxStr... |
tree | commitdiff |
2008-06-02 |
Robert Roebling | Disable disabling wxWeakRef<T> |
tree | commitdiff |
2008-06-01 |
Vadim Zeitlin | fix wxDateTime::ParseRfc822Date() to handle missing... |
tree | commitdiff |
2008-06-01 |
Vadim Zeitlin | add a special macro for comparing time_t values to... |
tree | commitdiff |
2008-06-01 |
Vadim Zeitlin | corrected bug in wxMBConvStrictUTF8::FromWChar(): it... |
tree | commitdiff |
2008-06-01 |
Vadim Zeitlin | added wxTextOutputStream::Flush(): this is necessary... |
tree | commitdiff |
2008-06-01 |
Vadim Zeitlin | rewrote UTF-7 to work on streams of data to be comaptib... |
tree | commitdiff |
2008-05-31 |
Václav Slavík | allow periods in wxFileSystem URL anchors (patch #2265) |
tree | commitdiff |
2008-05-31 |
Vadim Zeitlin | don't write extraneous NUL bytes in wxMBConv_iconv... |
tree | commitdiff |
2008-05-31 |
Vadim Zeitlin | correct similar off by 1 bug to the one fixed by r53869... |
tree | commitdiff |
2008-05-31 |
Vadim Zeitlin | fix bug with wrong return value in wxMBConv_iconv:... |
tree | commitdiff |
2008-05-31 |
Vadim Zeitlin | fix wxMBConv_iconv to respect the base class convention... |
tree | commitdiff |
2008-05-31 |
Vadim Zeitlin | swap all characters instead of just the last one in... |
tree | commitdiff |
2008-05-31 |
Vadim Zeitlin | don't return success when converting incomplete UTF... |
tree | commitdiff |
2008-05-30 |
Vadim Zeitlin | undid change of r44565: not taking hyphens into account... |
tree | commitdiff |
2008-05-30 |
Vadim Zeitlin | implement wxMBConv_iconv::To/FromWChar() instead of... |
tree | commitdiff |
2008-05-27 |
Vadim Zeitlin | get rid of MSVC warning about possibly uninitialized... |
tree | commitdiff |
2008-05-27 |
Robert Roebling | Use wxWindowRef to hold pointer to default button |
tree | commitdiff |
2008-05-27 |
Stefan Csomor | fixing arc filling for angles > 180 |
tree | commitdiff |
2008-05-24 |
Chris Elliott | Borland still hates ternary ? |
tree | commitdiff |
2008-05-24 |
Vadim Zeitlin | do case normalization after long path one, this fixes... |
tree | commitdiff |
2008-05-23 |
Vadim Zeitlin | improve wxMessageOutputBest console output under Window... |
tree | commitdiff |
2008-05-23 |
Robert Roebling | wxTextCtrk::GetRange() shouldn't crash on out of range... |
tree | commitdiff |
2008-05-23 |
Vadim Zeitlin | fix MSVC warnings about conversions between pointers... |
tree | commitdiff |
2008-05-23 |
Robert Roebling | Move event generation in multiple selection mode to... |
tree | commitdiff |
2008-05-23 |
Robert Roebling | Move event generation code for multiple selection mode... |
tree | commitdiff |
2008-05-22 |
Robert Roebling | [ wxwindows-Patches-1947680 ] wxMac: Fixes number of... |
tree | commitdiff |
2008-05-22 |
Vadim Zeitlin | added wxDateTime::SetFrom/GetAsMSWSysTime() (#9161) |
tree | commitdiff |
2008-05-21 |
Jouk Jansen | Update OpenVMS compile support |
tree | commitdiff |
2008-05-21 |
Robert Roebling | Added InsertColumn( pos, col ), some reformating |
tree | commitdiff |
2008-05-19 |
Robert Roebling | Made the various logical 2 device transforms consistent... |
tree | commitdiff |
2008-05-17 |
Vadim Zeitlin | (blind) fixes for PCH-less build after r53626 |
tree | commitdiff |
2008-05-17 |
Vadim Zeitlin | added language info for Northern Sami (patch 1964036) |
tree | commitdiff |
2008-05-17 |
Vadim Zeitlin | native wxBitmapComboBox implementation for MSW (patch... |
tree | commitdiff |
2008-05-17 |
Vadim Zeitlin | don't blit more than necessary in wxBufferedDC::UnMask... |
tree | commitdiff |
2008-05-17 |
Julian Smart | Fixed common style collection and superscript/subscript... |
tree | commitdiff |
2008-05-17 |
Vadim Zeitlin | fix window rectangle computation in Centre(wxCENTER_ON_... |
tree | commitdiff |
2008-05-17 |
Václav Slavík | fixed error logging in TIFF image handler to output... |
tree | commitdiff |
2008-05-15 |
Paul Cornett | fix some warnings from GCC -Wextra |
tree | commitdiff |
2008-05-14 |
Jouk Jansen | Update OpebVMS compile support |
tree | commitdiff |
2008-05-13 |
Vadim Zeitlin | fix bug introduced by the last change: we could overwri... |
tree | commitdiff |
next |