]> git.saurik.com Git - wxWidgets.git/history - src
moving focus rect overlap problems to the vis region of a window
[wxWidgets.git] / src /
2004-08-07  Stefan Csomormoving focus rect overlap problems to the vis region...
2004-08-07  Stefan Csomordrawing the border based on the native control's border...
2004-08-07  Stefan Csomormoving popup-button closer to text
2004-08-07  Stefan Csomormaking the width of the popup button dependent from...
2004-08-07  Robin DunnAt least correct the compile error until we decide...
2004-08-07  Robin DunnHide the page before adjusting its size, otherwise...
2004-08-06  Robin DunnA better workaround for Bug# 901694 that works with...
2004-08-06  David ElliottUse delete foo; instead of GSocket_destroy(foo);
2004-08-06  David ElliottGet rid of wxUSE_GSOCKET_CPLUSPLUS
2004-08-06  David ElliottUse native C++ GSocket interface
2004-08-06  David Elliottgsocket.c has been replaced by gsocket.cpp
2004-08-06  David ElliottAccording to Stefan Neis this file isn't used by anythi...
2004-08-06  David ElliottRemoved unused file (replaced by src/os2/gsockpm.cpp)
2004-08-06  David ElliottwxMac CFM never has a GSocketGUIFunctionsTable
2004-08-06  David ElliottC->C++ conversion
2004-08-06  David ElliottwxMac GSocket C -> C++
2004-08-06  David ElliottCopied src/mac/carbon/gsocket.c revision 1.20
2004-08-06  Stefan Csomorcorrecting border drawing for clientareaorigin in noteb...
2004-08-06  Stefan Csomorcorrected positioning of focus rect in hierarchies...
2004-08-06  Stefan Csomorundoing last change, widgets sample had slider label...
2004-08-06  Stefan Csomormoving stacking event handlers and event ref to central...
2004-08-06  Stefan Csomormoving stacking event handlers and event ref to central...
2004-08-06  Stefan Csomorswitch to draw borders from the parent window, as we...
2004-08-06  Stefan Csomoradd a outside area for borders and focus rects of 3...
2004-08-05  Robin DunnAdded NormalizeFontSizes which will set the html font...
2004-08-05  David ElliottRemoved unneeded GSocket files
2004-08-05  Stefan Csomorcorrected GetPosition and extended erasing to include...
2004-08-05  Włodzimierz SkibaPeparation for native Smartphone controls based on...
2004-08-05  Włodzimierz SkibaUnused parameters markup.
2004-08-05  Włodzimierz SkibaFixed wrong condition.
2004-08-04  Stefan Csomorfixing memleak, correcting huge background erase area
2004-08-04  Stefan Csomorbest size taking into account borders
2004-08-04  Stefan Csomorredraw fixes
2004-08-04  Stefan Csomorwe have to force live updates under OSX as there is...
2004-08-04  Stefan Csomorcorrected scroll rect position
2004-08-04  Włodzimierz SkibaBlind fix to precompiled headers verified by author...
2004-08-04  David ElliottUse new C++ sockets for everything except OS/2
2004-08-04  David ElliottC->C++ conversion
2004-08-03  David ElliottAccidently left in an extra {} and also had wrong licen...
2004-08-03  David ElliottRevert original UNIX C->C++ conversion and instead...
2004-08-03  David ElliottProvide stub for wxDisplayBase::GetCount()
2004-08-03  Stefan Csomorrefresh had to offset the region by borders
2004-08-03  Włodzimierz SkibaWinCE warning fixes.
2004-08-03  David Elliott* Made GSocket::GetError() exp/imp from net library...
2004-08-03  David ElliottReal C++(ish) code
2004-08-03  David ElliottPrepare for GSocket C->C++ migration
2004-08-02  Julian SmartFix for toolbar workaround (mustn't set flag unless...
2004-08-02  Włodzimierz SkibaRegenerated file after deleting gzstream.cpp
2004-08-01  Julian SmartFix by George Wismer to get flat toolbars under Windows...
2004-07-31  Julian SmartFixed wxTextCtrl::SetMaxLength for rich edit controls
2004-07-31  Vadim Zeitlinfixed passing wxCharBuffer to a vararg function (part...
2004-07-31  Dimitri Schoolwerthapplied patch #997019: '[wxMac] updated wxSound', adds...
2004-07-30  Vadim Zeitlininvalidate m_selection in DoRemovePage(), not in Delete...
2004-07-30  Vadim Zeitlinfixed wxDateTime::GetWeekDayName() for wday > Wed ...
2004-07-30  Vadim Zeitlinfixed delete[]/free mismatch in SetAlpha (part of patch...
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()
next