]> git.saurik.com Git - wxWidgets.git/history - src
*** empty log message ***
[wxWidgets.git] / src /
2004-07-30  Vadim Zeitlinswitched to wxEventLoopBase/wxEventLoop implementation...
2004-07-30  Włodzimierz SkibaConditional compilation fix.
2004-07-30  Włodzimierz SkibaWarning cleaning.
2004-07-30  Włodzimierz SkibaCode and warning cleaning.
2004-07-29  Julian SmartCan't use directives within a macro
2004-07-29  Julian SmartNeeds log.h
2004-07-29  David ElliottRemoved unused event table entries
2004-07-29  Vadim Zeitlinfix for assert when copying bitmap in CloneRefData()
2004-07-29  Julian SmartCheckbox needs an extra pixel in height on WinCE
2004-07-29  David ElliottC/C++ differences
2004-07-29  David ElliottCopied from src/msw/gsocket.c revision 1.61
2004-07-29  David ElliottApplied gsockmsw.c 1.20 to 1.25 changes
2004-07-28  David ElliottwxWindowMSW::OnInitDialog is only implemented for WinCE
2004-07-28  Stefan NeisSwitched from wxUsleep to wxMilliSleep/wxMicroSleep.
2004-07-28  Stefan Csomortrying to get coordinates of native controls and wx...
2004-07-28  Stefan CsomorHasFlag is not set at this point
2004-07-28  Stefan CsomorRefresh is necessary in earlier systems, no penalty...
2004-07-28  Julian SmartWorked around static box opaqueness problem on WinCE...
2004-07-28  Vadim Zeitlinremoved GSocket_[Un]Streamed
2004-07-27  Julian SmartUnder WinCE, we need to send the groupbox z position...
2004-07-27  Włodzimierz SkibaMissing DMC OFN_* values.
2004-07-27  Václav Slavíkfixed memory leak
2004-07-27  Stefan Csomorregion from polygon added
2004-07-27  Václav Slavíkfixed sending 2 events (normal and bogus cancel one...
2004-07-27  David ElliottIncorporated src/unix/gsocket.c 1.86 to 1.92 changes...
2004-07-26  Vadim Zeitlinremoved GSocket_Unstreamed() call
2004-07-26  Vadim Zeitlinremoved GSocket_[Un]Streamed(), GSocket_SetNonOriented...
2004-07-26  Vadim Zeitlinremoved _GSocket::m_oriented
2004-07-26  Julian SmartDon't return wxEmptyString for e.g. wxPathOnly("\file...
2004-07-26  Julian SmartOFN_ENABLESIZING not appropriate for WinCE
2004-07-25  Vadim Zeitlincheck if wxTheApp still exists in FreeColour(); fixes...
2004-07-25  Vadim ZeitlinIsTopLevel() may return true not only for wxTLW: this...
2004-07-25  Vadim Zeitlindetach removed submenu from the menubar too
2004-07-25  Vadim Zeitlinreplace wxHashTable with a type safe hash map of Window...
2004-07-25  Vadim Zeitlincompilation fixes
2004-07-25  Vadim Zeitlincompilation warning fix
2004-07-25  Vadim Zeitlinreverted previous patch applied by mistake
2004-07-25  Vadim Zeitlininvalidate selection when deleting the page changes...
2004-07-25  Vadim Zeitlinuse wxWindowDisabler instead of ShowModal() for showing...
2004-07-25  Vadim Zeitlinreplaced my recent GSocket_SetReuseAddr() addition...
2004-07-25  Vadim Zeitlinimplemented moving the dialog (patch 996448)
2004-07-25  Dimitri Schoolwerthadded shortcut functions AddSpacer and AddStretchSpacer...
2004-07-25  Vadim Zeitlindon't assign the same normal value for all the other...
2004-07-25  Vadim Zeitlinupdate the caret bitmap size in EVT_SIZE (patch 990361)
2004-07-25  Vadim Zeitlincorrected assert in wxSocket::Initialize()
2004-07-25  Vadim Zeitlinadded status bar fields styles support (patch 988292)
2004-07-25  Vadim Zeitlinfixed flushing of secondary log target in wxLogChain...
2004-07-25  Vadim Zeitlincompilation fix for a patch which didn't compile...
2004-07-25  Vadim Zeitlincompilation fix after last commit
2004-07-25  Vadim Zeitlinadded DoCreate/Load/SaveDocument() (patches 983570...
2004-07-25  Vadim Zeitlinadded GetHeaderValue() (patch 974427)
2004-07-25  Vadim Zeitlindon't crash if we delete the item being edited (replace...
2004-07-25  Vadim Zeitlinunselect previously selected items in SetSelection...
2004-07-25  Vadim Zeitlincorrected Center() for cases when client display rect...
2004-07-25  Vadim Zeitlinadded and documented SplitVolume() and GetPathTerminato...
2004-07-25  Vadim Zeitlinsupport for alpha channel in toolbars (patch 949843)
2004-07-25  Vadim Zeitlincheck better before overwriting files (patch 951868)
2004-07-25  Vadim Zeitlindocumented how to use sockets in non-main thread (patch...
2004-07-25  Vadim Zeitlindon't set SO_REUSEADDR by default; added GSocket_SetReu...
2004-07-25  Vadim ZeitlinFindItem() implementation (patch 950021)
2004-07-25  Vadim Zeitlinfixed Freeze/Thaw() for wxCombobox (patch 925808)
2004-07-25  Vadim Zeitlinuse BS_RIGHT for right-aligned controls (patch 945460)
2004-07-25  Vadim Zeitlinbasic UDP support (patch 835128)
2004-07-25  Vadim Zeitlintided up the code a little (replaces part of patch...
2004-07-24  David ElliottIncorporated gsocket.c 1.80 to 1.86 changes
2004-07-23  Vadim Zeitlingenerate EVT_CONTEXT_MENU when right mouse button is...
2004-07-23  Vadim Zeitlinshow the cursor on screen after moving it
2004-07-23  Vadim Zeitlindon't crash if WriteText() argument can't be converted...
2004-07-23  Vadim Zeitlinimplemented ScrollLines/Pages() for GTK+ 2
2004-07-23  Vadim Zeitlinfixed inserting styled text into an empty control under...
2004-07-23  Vadim Zeitlindon't modify all wxBitmaps sharing the same wxBitmapRef...
2004-07-23  Vadim Zeitlinimplement HitTest(pos) variant and not HitTest(x, y...
2004-07-23  Robin DunnAvoid an assert in wxFrame::SetTitle
2004-07-23  Vadim Zeitlinimplemented HitTest() for GTK2; test it in the sample
2004-07-23  Václav Slavíkchanged to behave in same way as native win32 control...
2004-07-23  Václav Slavíkdocumented while event.Skip() is necessary so that...
2004-07-23  Václav Slavíkreverted JS' rev. 1.27 - the real fix was 1.28, disabli...
2004-07-23  Włodzimierz SkibawxUSE_STL/wxArrayString fixes.
2004-07-23  Włodzimierz SkibaCorrect definition of sorting function.
2004-07-22  David ElliottFix compilation with older (before C99) C compilers.
2004-07-22  Robin DunnAlso don't send set focus events when the window is...
2004-07-22  Mattia Barbon Added compatibility functions for wxUSE_STL = 1:
2004-07-22  Włodzimierz SkibaRemoved unused variable.
2004-07-22  Robin DunnFix so sound looping will stop, courtesy of Ryan Norton.
2004-07-22  Włodzimierz SkibawxUSE_STATLINE fix.
2004-07-22  Vadim Zeitlinreimplemented wxBitmap::ConvertToImage() using wxDIB
2004-07-22  Włodzimierz SkibaAlternate form of condition readable for Borland compiler.
2004-07-22  Vadim Zeitlinadded wxDIB(HBITMAP) ctor and corresponding Create...
2004-07-22  Václav Slavíkuse sizers instead of constraints in wxProgressDialog...
2004-07-22  Václav Slavíkdon't select first hit in index if it is multi-topic...
2004-07-22  Václav Slavíkinstall headers in prefix/include/wx-version/wx/ instea...
2004-07-22  Robin DunnFix so async wxSound can continue playing after it...
2004-07-22  Robin Dunn39 items is awfully big
2004-07-22  Robin DunnwxSOUND_SYNC is zero so it can't be used in a
2004-07-21  Robin DunnIf no colour name then use "BLACK"
2004-07-21  Robin DunnCall CreateControl instead of CreateBase
2004-07-21  Vadim Zeitlinpretend that we support all encodings instead of not...
2004-07-21  Robin DunnFixed incorrect ratio initialization
2004-07-21  Robin DunnSet m_wheelDelta for wheel events
2004-07-21  Stefan Csomorryan's QT implementation
next