]> git.saurik.com Git - wxWidgets.git/history - src/common
Initial revision
[wxWidgets.git] / src / common /
2004-04-22  Robin DunnInstead of using GetAdjustedBestSize use the minsize...
2004-04-22  Dimitri Schoolwerthfixed broken filetype filters in file dialogs
2004-04-21  Václav Slavíkapplied patch 939076: __SMARTPHONE__ define
2004-04-21  Václav Slavíkadded wxRegEx::GetMatchCount (patch 938995)
2004-04-21  Vadim Zeitlintime() takes time_t, not [unsigned] long -- and in...
2004-04-20  Vadim Zeitlinreplaced generic automatic filter string by 2 different...
2004-04-20  Julian SmartDon't use wxUSE_POCKETPC_UI, determine appropriate...
2004-04-20  Julian SmartTemporary fix for VC++ compile breakage.
2004-04-20  Chris Elliottfix bug compiling with DMC Borland gcc (macos); reverti...
2004-04-20  Chris Elliottfix bug compiling with DMC Borland gcc (macos); reverti...
2004-04-20  Robert Roebling Applied the two patches from Kevin for gsocket
2004-04-20  Vadim Zeitlinfixed bug in default filter string construction (you...
2004-04-19  Julian SmartDon't infinitely recurse when setting the child focus...
2004-04-18  Václav SlavíkwxVsnprintf_ fix: added %ls,%lc handling (patch 937094)
2004-04-18  Stefan CsomorMSL support also for MSW
2004-04-18  Stefan Csomorswitching to host / network ordering swapping
2004-04-17  Robin DunnSet m_window to NULL after destroying it
2004-04-15  Robin DunnIf the window has a minsize then use that as the BestSi...
2004-04-15  Vadim Zeitlinunused variable warning fix (patch 923094)
2004-04-15  Vadim Zeitlinmake XTI compile with VC6 (patch 896614)
2004-04-15  Vadim Zeitlinfixed DLL build (patch 879706)
2004-04-15  Vadim Zeitlinshow/hide static box when the wxStaticBoxSizer is shown...
2004-04-15  Vadim Zeitlinnormalize the case of the volume names too (patch 925887)
2004-04-15  Dimitri Schoolwerthmade GetAlpha(x, y) const (the docs are already correct)
2004-04-15  Robert Roebling Fix for white area above frame because of funky
2004-04-15  Dimitri Schoolwerthimproved const-ness of find/Find functions
2004-04-14  Robin DunnAdded wxSizerItem::SetMinSize that calls m_window-...
2004-04-14  Robin DunnKeep track of the initial size that the window was...
2004-04-11  Václav Slavíkdon't use strcpy to copy between overlapping strings...
2004-04-11  Václav Slavíkstream classes docs and code fixes (part of patch 924438)
2004-04-11  Václav Slavíkimprovements to zlib streams (patch 929416):
2004-04-11  Vadim Zeitlinadded GetEncodingFromName(); documented it and rearrang...
2004-04-11  Václav Slavíkfixed wxMBConv::cMB2WC and cWC2MB to check for conversi...
2004-04-10  Vadim Zeitlinadded support for koi8-u
2004-04-09  Vadim Zeitlin(blind) compilation fix for wxUniv
2004-04-08  Vadim Zeitlin1. moved InheritAttributes() from wxControl to wxWindow
2004-04-07  Robin DunnChanged name to wxFIXED_MINSIZE since that is more...
2004-04-07  Robin Dunnuse wxBU_EXACTFIT for the small buttons
2004-04-07  Robin DunnwxStaticBitmapBase::DoGetBestSize
2004-04-07  Robin DunnUse the size value passed to the ctor to set the window...
2004-04-07  Robin DunnAdded wxFIXED_SIZE.
2004-04-06  Dimitri Schoolwerthapplied patch #928786: "Fix memory leak produced by...
2004-04-06  Dimitri Schoolwerthapplied patch #926140: "warning cleaning"
2004-04-04  Vadim Zeitlindo take the toolbar into account for Windows CE, otherw...
2004-04-04  Vadim Zeitlinadded wxTLWBase::GetDefaultSize() to avoid creating...
2004-04-04  Vadim Zeitlininclude just wrapwin.h and not the entire msw/private.h
2004-04-04  Vadim Zeitlinbsearch() is now available under CE, use it
2004-04-04  Vadim Zeitlindefine BI_RLE4/8 if not defined as well
2004-04-04  Vadim Zeitlininclude wx/msw/wrapwin.h instead of entire private...
2004-04-03  David ElliottMake DoGetBestSize cache the value of GetSize() the...
2004-04-01  Vadim Zeitlinremoved (well, kept empty shell to avoid breaking exist...
2004-04-01  Vadim Zeitlinuse wxFULL_REPAINT_ON_RESIZE only for wxPreviewCanvas...
2004-04-01  Vadim Zeitlinadded Get(Class)DefaultAttributes()
2004-03-30  Vadim Zeitlindon't inherit font from the parent by default
2004-03-30  David ElliottwxMenuBase changes:
2004-03-29  Václav Slavíkapplied patch 923858 (fixes crash in zlib streams)
2004-03-29  Robert Roebling Applied patches.
2004-03-29  Vadim Zeitlinmade wxADJUST_MINSIZE default
2004-03-28  Václav Slavíkreverted previous commit, it broke URLs parsing
2004-03-28  Julian SmartCorrected wxFileSystemHandler::GetRightLocation for...
2004-03-28  Vadim Zeitlinremoved Win16 code (patch 905241), last version with...
2004-03-27  Stefan Csomorproper theme fonts
2004-03-27  Stefan Csomormake construct simpler
2004-03-27  Stefan Csomormerge of new wxMac code
2004-03-27  Stefan Csomorunicode support
2004-03-25  David ElliottMove m_isShown = false; into base class constructor
2004-03-24  Robin Dunncopare lower case
2004-03-24  Vadim Zeitlindon't show the window initially if m_isShown is false...
2004-03-20  Vadim Zeitlincompilation fix for the last wxSprintf() change
2004-03-19  Vadim Zeitlinfixed wxSnprintf() for Unicode build
2004-03-19  Jouk Jansen Committing in .
2004-03-19  Jouk Jansen Committing in .
2004-03-18  Stefan Csomorcorrected delete operator for array
2004-03-17  Václav Slavíkwe need to output \r\n on MSW
2004-03-17  Vadim Zeitlininitialize m_initialized to false to avoid spurious...
2004-03-17  Václav Slavíkdon't add \n, it's supposed to be part of the input
2004-03-16  Vadim Zeitlinreally fixed calling isspace() for non-ASCII characters
2004-03-15  Robert Roebling Comitted GTK part of clipboard patch, that
2004-03-15  Robert Roebling New menu code.
2004-03-13  Vadim Zeitlinfixed debug assert in VC 7.1 CRT due to calling isalnum...
2004-03-07  Stefan Csomorfix for always terminating intermediate UniChar String...
2004-03-07  Stefan Csomorbyte length for interim UniChar String corrected
2004-03-07  Stefan Csomorheader includes for mac corrected
2004-03-07  Stefan CsomorSetWindowVariant implemented
2004-03-05  Ron LeeMore updates to the Debian packaging for wxPython,...
2004-03-03  Stefan Csomoradded conversions via UniChar for wchar = 4 bytes versions
2004-03-03  Robin DunnFix for [ 907679 ] segfault on SetSizerAndFit after...
2004-03-02  Robin DunnTrim trailing spaces from key names when parsing
2004-02-29  Vadim Zeitlinrenamed start parameter of wxDC::DrawPolyPolygon()...
2004-02-28  Václav Slavíkfixed wxDebugContext to work with global and static...
2004-02-28  Václav Slavíkreverted rev 1.26, workarounds for memchecking code...
2004-02-28  Stefan NeisCompilation fix for OS/2 specific "Innotek gcc" port.
2004-02-26  Václav Slavíkfixed invalid memory read
2004-02-22  Robert Roebling Don't hide the last TLW immediately as this
2004-02-20  Robert Roebling Don't do toolbar and menu UI updates if
2004-02-19  Robert Roebling Don't update toolbar UI if the parent will
2004-02-19  Václav Slavíkapplied patch 890642: wxRE_ADVANCED flag and docs
2004-02-16  Dimitri SchoolwerthFixed compilation for !wxUSE_IMAGE as well as !wxUSE_TO...
2004-02-15  Vadim Zeitlinfail WC2MB conversion in wxCSConv if we can't be sure...
2004-02-15  Robert Roebling wxGPE updates to HEAD.
next