]> git.saurik.com Git - wxWidgets.git/history - src/common
Use old licence name
[wxWidgets.git] / src / common /
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-05-19  Włodzimierz SkibaCentralized wxDefaultSize & wxDefaultPosition values.
2004-05-18  Robin DunnCall SetSize for explicit sizees too in case it wasn...
2004-05-18  Włodzimierz SkibaLimited setup.h shouldn't break building. Helpful in...
2004-05-18  Włodzimierz SkibaFix to wxChar* access.
2004-05-18  George TaskerUnicode compilation fixes
2004-05-17  Stefan Csomorcalling FormatV seems to be correct, as we are already...
2004-05-15  Vadim Zeitlinsubdindented paragraphs support (patch 933436)
2004-05-15  Stefan Csomorunicode conversion support for dataobjects
2004-05-13  Robin DunnTake the hgap and vgap into account when doing alignmen...
2004-05-13  Stefan Csomorchanged ppc to ptpc as ppc is a preprocessor constant...
2004-05-13  George TaskerBLOB fix - if the type for the BLOB column is SQL_C_CHA...
2004-05-13  George TaskerMore BLOB fixes
2004-05-12  George Tasker[SF#789459] Add support for connection strings. The...
2004-05-12  George Tasker[SF#777752] Applied a slight variation of this patch...
2004-05-12  George Tasker[SF#851487] wxDb::Catalog() function was attempting...
2004-05-12  George TaskerIndentation formatting fix. No source code affected
2004-05-12  George TaskerUse of blobs with a binding to a SQL_C_BINARY type...
2004-05-12  George TaskerThe wxDb::Open() function that takes a wxDbConnectInf...
2004-05-11  Julian SmartwxDocMDIParentFrame needs a default constructor
2004-05-10  Robin DunnAdd GetOwner accessor and fix wxRTTI inheritance for...
2004-05-09  Julian SmartFixed size problem due to wxMac window implementation...
2004-05-08  Václav Slavíkcorrected wxLANGUAGE_CHINESE to use same default as...
2004-05-08  Mattia Barbon Remove duplicate definition caused by last commit.
2004-05-08  Mattia Barbon When wxUSE_STL == 1 and STL provides quasi-standard...
2004-05-08  Mattia Barbon Fix for pure virtual method call caused by wxHashTabl...
2004-05-07  Dimitri Schoolwerthfixed bug #947908: wxString("abcdefghij", wxConvLibc...
2004-05-04  Dimitri Schoolwerthremoved tab characters
2004-05-04  Dimitri Schoolwerthdelayed destruction of global memLocker object
2004-05-03  Vadim Zeitlinset min size to initial size when it is explicitly...
2004-05-03  Vadim Zeitlinmoved SetBestSize() to .cpp file; set min size from it
2004-05-03  Vadim ZeitlinunTABbed
2004-05-02  Vadim Zeitlinmoved OnExceptionInMainLoop() in .cpp from header
2004-05-02  Dimitri Schoolwerthfixed Xcode 1.2 warnings; code cleanup
2004-05-01  Mattia Barbon Use new wxHashTable implementation not using keyed...
2004-04-28  Vadim Zeitlinfixed wild card string construction when description...
2004-04-28  Vadim Zeitlinlet wxFileName::GetModificationTime() work with files...
2004-04-28  Jouk Jansen Committing in .
2004-04-27  Robin DunnFixes Bug [ 930200 ] Async does not work
2004-04-26  Robin DunnPatch [ 942051 ] generic wxDCBase::DoGetPartialTextExte...
2004-04-25  Václav Slavíkremoved wxGzipStreams (supported by wxZlibStreams now)
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
next