2008-08-01 |
Vadim Zeitlin | inherit wx_error_mgr from jpeg_error_mgr instead of... |
tree | commitdiff |
2008-08-01 |
Vadim Zeitlin | use a single wxBookCtrlEvent class for all wxBookCtrlBa... |
tree | commitdiff |
2008-08-01 |
Stefan Csomor | moving common implementation for osx closer to unix... |
tree | commitdiff |
2008-07-31 |
Stefan Csomor | better guarding when no printing architecture exists... |
tree | commitdiff |
2008-07-30 |
Vadim Zeitlin | optimize Replace() for the common case of replacing... |
tree | commitdiff |
2008-07-29 |
Vadim Zeitlin | add PostSizeEvent() and use it in wxMSW status bar... |
tree | commitdiff |
2008-07-29 |
Václav Slavík | fixed messed up indentation |
tree | commitdiff |
2008-07-29 |
Stefan Csomor | OSX regrouping |
tree | commitdiff |
2008-07-29 |
Vadim Zeitlin | move SendSizeEvent() down to wxWindow from wxFrame... |
tree | commitdiff |
2008-07-29 |
Robert Roebling | Added 32-bit (UCS-4) wxUString class |
tree | commitdiff |
2008-07-26 |
Vadim Zeitlin | don't use assert dialog under wxDFB, it does more harm... |
tree | commitdiff |
2008-07-24 |
Vadim Zeitlin | fix index checking in GetRange() |
tree | commitdiff |
2008-07-22 |
Vadim Zeitlin | fix crash when reading malformed PCX images (#3836) |
tree | commitdiff |
2008-07-22 |
Vadim Zeitlin | get rid of base arrays in wxUSE_STL build, we don't... |
tree | commitdiff |
2008-07-21 |
Vadim Zeitlin | avoid unnecessary conversions in wxTextDataObject code... |
tree | commitdiff |
2008-07-21 |
Vadim Zeitlin | use (new) safer GetTraitsIfExists() in wxMutexGuiEnter... |
tree | commitdiff |
2008-07-20 |
Vadim Zeitlin | handle C++ exception in EVT_{TIMER,IDLE} handlers ... |
tree | commitdiff |
2008-07-20 |
Vadim Zeitlin | really fix compilation for PCH-less builds |
tree | commitdiff |
2008-07-20 |
Vadim Zeitlin | compilation fix for PCH-less builds |
tree | commitdiff |
2008-07-19 |
Vadim Zeitlin | big wxURI cleanup; it now handles Unicode characters... |
tree | commitdiff |
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 |
next |