2004-04-15 |
Vadim Zeitlin | fixed DLL build (patch 879706) |
tree | commitdiff |
2004-04-15 |
Vadim Zeitlin | show/hide static box when the wxStaticBoxSizer is shown... |
tree | commitdiff |
2004-04-15 |
Vadim Zeitlin | normalize the case of the volume names too (patch 925887) |
tree | commitdiff |
2004-04-15 |
Dimitri Schoolwerth | made GetAlpha(x, y) const (the docs are already correct) |
tree | commitdiff |
2004-04-15 |
Robert Roebling | Fix for white area above frame because of funky |
tree | commitdiff |
2004-04-15 |
Dimitri Schoolwerth | improved const-ness of find/Find functions |
tree | commitdiff |
2004-04-14 |
Robin Dunn | Added wxSizerItem::SetMinSize that calls m_window-... |
tree | commitdiff |
2004-04-14 |
Robin Dunn | Keep track of the initial size that the window was... |
tree | commitdiff |
2004-04-11 |
Václav Slavík | don't use strcpy to copy between overlapping strings... |
tree | commitdiff |
2004-04-11 |
Václav Slavík | stream classes docs and code fixes (part of patch 924438) |
tree | commitdiff |
2004-04-11 |
Václav Slavík | improvements to zlib streams (patch 929416): |
tree | commitdiff |
2004-04-11 |
Vadim Zeitlin | added GetEncodingFromName(); documented it and rearrang... |
tree | commitdiff |
2004-04-11 |
Václav Slavík | fixed wxMBConv::cMB2WC and cWC2MB to check for conversi... |
tree | commitdiff |
2004-04-10 |
Vadim Zeitlin | added support for koi8-u |
tree | commitdiff |
2004-04-09 |
Vadim Zeitlin | (blind) compilation fix for wxUniv |
tree | commitdiff |
2004-04-08 |
Vadim Zeitlin | 1. moved InheritAttributes() from wxControl to wxWindow |
tree | commitdiff |
2004-04-07 |
Robin Dunn | Changed name to wxFIXED_MINSIZE since that is more... |
tree | commitdiff |
2004-04-07 |
Robin Dunn | use wxBU_EXACTFIT for the small buttons |
tree | commitdiff |
2004-04-07 |
Robin Dunn | wxStaticBitmapBase::DoGetBestSize |
tree | commitdiff |
2004-04-07 |
Robin Dunn | Use the size value passed to the ctor to set the window... |
tree | commitdiff |
2004-04-07 |
Robin Dunn | Added wxFIXED_SIZE. |
tree | commitdiff |
2004-04-06 |
Dimitri Schoolwerth | applied patch #928786: "Fix memory leak produced by... |
tree | commitdiff |
2004-04-06 |
Dimitri Schoolwerth | applied patch #926140: "warning cleaning" |
tree | commitdiff |
2004-04-04 |
Vadim Zeitlin | do take the toolbar into account for Windows CE, otherw... |
tree | commitdiff |
2004-04-04 |
Vadim Zeitlin | added wxTLWBase::GetDefaultSize() to avoid creating... |
tree | commitdiff |
2004-04-04 |
Vadim Zeitlin | include just wrapwin.h and not the entire msw/private.h |
tree | commitdiff |
2004-04-04 |
Vadim Zeitlin | bsearch() is now available under CE, use it |
tree | commitdiff |
2004-04-04 |
Vadim Zeitlin | define BI_RLE4/8 if not defined as well |
tree | commitdiff |
2004-04-04 |
Vadim Zeitlin | include wx/msw/wrapwin.h instead of entire private... |
tree | commitdiff |
2004-04-03 |
David Elliott | Make DoGetBestSize cache the value of GetSize() the... |
tree | commitdiff |
2004-04-01 |
Vadim Zeitlin | removed (well, kept empty shell to avoid breaking exist... |
tree | commitdiff |
2004-04-01 |
Vadim Zeitlin | use wxFULL_REPAINT_ON_RESIZE only for wxPreviewCanvas... |
tree | commitdiff |
2004-04-01 |
Vadim Zeitlin | added Get(Class)DefaultAttributes() |
tree | commitdiff |
2004-03-30 |
Vadim Zeitlin | don't inherit font from the parent by default |
tree | commitdiff |
2004-03-30 |
David Elliott | wxMenuBase changes: |
tree | commitdiff |
2004-03-29 |
Václav Slavík | applied patch 923858 (fixes crash in zlib streams) |
tree | commitdiff |
2004-03-29 |
Robert Roebling | Applied patches. |
tree | commitdiff |
2004-03-29 |
Vadim Zeitlin | made wxADJUST_MINSIZE default |
tree | commitdiff |
2004-03-28 |
Václav Slavík | reverted previous commit, it broke URLs parsing |
tree | commitdiff |
2004-03-28 |
Julian Smart | Corrected wxFileSystemHandler::GetRightLocation for... |
tree | commitdiff |
2004-03-28 |
Vadim Zeitlin | removed Win16 code (patch 905241), last version with... |
tree | commitdiff |
2004-03-27 |
Stefan Csomor | proper theme fonts |
tree | commitdiff |
2004-03-27 |
Stefan Csomor | make construct simpler |
tree | commitdiff |
2004-03-27 |
Stefan Csomor | merge of new wxMac code |
tree | commitdiff |
2004-03-27 |
Stefan Csomor | unicode support |
tree | commitdiff |
2004-03-25 |
David Elliott | Move m_isShown = false; into base class constructor |
tree | commitdiff |
2004-03-24 |
Robin Dunn | copare lower case |
tree | commitdiff |
2004-03-24 |
Vadim Zeitlin | don't show the window initially if m_isShown is false... |
tree | commitdiff |
2004-03-20 |
Vadim Zeitlin | compilation fix for the last wxSprintf() change |
tree | commitdiff |
2004-03-19 |
Vadim Zeitlin | fixed wxSnprintf() for Unicode build |
tree | commitdiff |
2004-03-19 |
Jouk Jansen | Committing in . |
tree | commitdiff |
2004-03-19 |
Jouk Jansen | Committing in . |
tree | commitdiff |
2004-03-18 |
Stefan Csomor | corrected delete operator for array |
tree | commitdiff |
2004-03-17 |
Václav Slavík | we need to output \r\n on MSW |
tree | commitdiff |
2004-03-17 |
Vadim Zeitlin | initialize m_initialized to false to avoid spurious... |
tree | commitdiff |
2004-03-17 |
Václav Slavík | don't add \n, it's supposed to be part of the input |
tree | commitdiff |
2004-03-16 |
Vadim Zeitlin | really fixed calling isspace() for non-ASCII characters |
tree | commitdiff |
2004-03-15 |
Robert Roebling | Comitted GTK part of clipboard patch, that |
tree | commitdiff |
2004-03-15 |
Robert Roebling | New menu code. |
tree | commitdiff |
2004-03-13 |
Vadim Zeitlin | fixed debug assert in VC 7.1 CRT due to calling isalnum... |
tree | commitdiff |
2004-03-07 |
Stefan Csomor | fix for always terminating intermediate UniChar String... |
tree | commitdiff |
2004-03-07 |
Stefan Csomor | byte length for interim UniChar String corrected |
tree | commitdiff |
2004-03-07 |
Stefan Csomor | header includes for mac corrected |
tree | commitdiff |
2004-03-07 |
Stefan Csomor | SetWindowVariant implemented |
tree | commitdiff |
2004-03-05 |
Ron Lee | More updates to the Debian packaging for wxPython,... |
tree | commitdiff |
2004-03-03 |
Stefan Csomor | added conversions via UniChar for wchar = 4 bytes versions |
tree | commitdiff |
2004-03-03 |
Robin Dunn | Fix for [ 907679 ] segfault on SetSizerAndFit after... |
tree | commitdiff |
2004-03-02 |
Robin Dunn | Trim trailing spaces from key names when parsing |
tree | commitdiff |
2004-02-29 |
Vadim Zeitlin | renamed start parameter of wxDC::DrawPolyPolygon()... |
tree | commitdiff |
2004-02-28 |
Václav Slavík | fixed wxDebugContext to work with global and static... |
tree | commitdiff |
2004-02-28 |
Václav Slavík | reverted rev 1.26, workarounds for memchecking code... |
tree | commitdiff |
2004-02-28 |
Stefan Neis | Compilation fix for OS/2 specific "Innotek gcc" port. |
tree | commitdiff |
2004-02-26 |
Václav Slavík | fixed invalid memory read |
tree | commitdiff |
2004-02-22 |
Robert Roebling | Don't hide the last TLW immediately as this |
tree | commitdiff |
2004-02-20 |
Robert Roebling | Don't do toolbar and menu UI updates if |
tree | commitdiff |
2004-02-19 |
Robert Roebling | Don't update toolbar UI if the parent will |
tree | commitdiff |
2004-02-19 |
Václav Slavík | applied patch 890642: wxRE_ADVANCED flag and docs |
tree | commitdiff |
2004-02-16 |
Dimitri Schoolwerth | Fixed compilation for !wxUSE_IMAGE as well as !wxUSE_TO... |
tree | commitdiff |
2004-02-15 |
Vadim Zeitlin | fail WC2MB conversion in wxCSConv if we can't be sure... |
tree | commitdiff |
2004-02-15 |
Robert Roebling | wxGPE updates to HEAD. |
tree | commitdiff |
2004-02-15 |
Robert Roebling | This allows white space to be in the name |
tree | commitdiff |
2004-02-14 |
Dimitri Schoolwerth | Simplified OS X Panther detection code. |
tree | commitdiff |
2004-02-11 |
Robin Dunn | Added wxDC:GetPartialTextExtents |
tree | commitdiff |
2004-02-11 |
Stefan Csomor | added condition for DARWIN (thanks to Steve Hartwell) |
tree | commitdiff |
2004-02-11 |
Chris Elliott | try to fix D Mars compilation for Unicode |
tree | commitdiff |
2004-02-10 |
Vadim Zeitlin | allow generating PS on an output stream and not only... |
tree | commitdiff |
2004-02-10 |
Stefan Neis | Unicode fixes. |
tree | commitdiff |
2004-02-10 |
Vadim Zeitlin | added base array of size_t as under Win64 size_t >... |
tree | commitdiff |
2004-02-10 |
Vadim Zeitlin | part of Ictrl -> Iscntrl change I forgot to commit... |
tree | commitdiff |
2004-02-10 |
Vadim Zeitlin | Win64 compilation fixes: use wxUIntPtr instead of long |
tree | commitdiff |
2004-02-08 |
Julian Smart | Fixed Unicode breakage |
tree | commitdiff |
2004-02-08 |
Stefan Neis | Applied and extended patch 886524 (wxGridCellFloatEdito... |
tree | commitdiff |
2004-02-08 |
Stefan Csomor | corrections for buffers |
tree | commitdiff |
2004-02-07 |
Vadim Zeitlin | added wxDC::DrawPolyPolygon() (patch 882189) |
tree | commitdiff |
2004-02-07 |
Vadim Zeitlin | made wxFFile a bit more safe: don't crash when Tell... |
tree | commitdiff |
2004-02-07 |
Vadim Zeitlin | wxURL implementation using WinInet functions under... |
tree | commitdiff |
2004-02-07 |
Vadim Zeitlin | Digital Mars compilation warnings and Unicode fixes... |
tree | commitdiff |
2004-02-07 |
Vadim Zeitlin | fixes for compiling with more stuff disabled in setup... |
tree | commitdiff |
2004-02-07 |
Vadim Zeitlin | replaced ASSERT in wxEvtHandler::ProcessPendingEvents... |
tree | commitdiff |
2004-02-07 |
Stefan Csomor | adding textencoding for classic |
tree | commitdiff |
next |