]> git.saurik.com Git - wxWidgets.git/shortlog
wxWidgets.git
2004-08-11  Robin DunnSet minsize and implement DoGetBestSize
2004-08-11  Václav Slavíkfixed typo
2004-08-11  Václav Slavíkreverted my last change, pch problem is deeper and...
2004-08-11  Václav Slavíkassert if conversion ctors are used incorrectly
2004-08-10  Robin Dunnupdated wxSUBRELEASE_NUMBER to match wxPython release...
2004-08-10  Robin Dunnregenerated
2004-08-10  Robin Dunntypo fixed
2004-08-10  Václav Slavíkdon't use precompiled headers for gsocket code
2004-08-10  Robin Dunnbump version number
2004-08-10  Robin Dunnbump version number
2004-08-10  Robin Dunnuse root on all ssh connects to OSX, other tweaks
2004-08-10  Robin Dunntweak border size
2004-08-10  Robin Dunnupdated to wx namespace by Peter Damoc
2004-08-10  Chris Elliottfix bug with new numbering system
2004-08-10  Włodzimierz... Cleaning of sources (Univ related files). -1/TRUE/FALSE...
2004-08-10  Włodzimierz... Reverted Borland subversion recognizion due to binary...
2004-08-10  Robin DunnGive wxListBox a GetClassDefaultAttributes so wxCalenda...
2004-08-10  David ElliottRemove some cruft
2004-08-10  Robin Dunnfix some wording
2004-08-10  Robin DunnMore tweaks and fixes
2004-08-10  Robin DunnReloadDemoPanel is no longer needed since every sample...
2004-08-10  Robin DunnGo back to the old order for loading the demo tabs...
2004-08-10  Robin Dunntweaks
2004-08-10  Robin DunnMake all samples in the demo have a panel in the demo...
2004-08-10  Robin Dunnremoved some samples
2004-08-09  Robin Dunnfixed a typo
2004-08-09  Robin DunnReduce frame size a bit
2004-08-09  Robin DunnConvert EOLs in pasted or DnD'd text to match what...
2004-08-09  Robin DunnSwitch to monolithic build because of a dependency...
2004-08-09  Robin Dunnworkaround for wxMac weirdness
2004-08-09  Robin DunnUse "--libs gl"
2004-08-09  Robin DunnAll wxScrolledWindows shoudl have wxHSCROLL|wxVSCROLL...
2004-08-09  Robin DunnStill can't do "if (flags & wxSOUND_SYNC)..." because...
2004-08-09  Stefan Csomorxcode 1.5
2004-08-09  Stefan Csomorsocket c++ adaptions
2004-08-09  Włodzimierz... Precise Borland C++ and DMC compiler description.
2004-08-09  Włodzimierz... We need one float argument to perform floating point...
2004-08-09  Václav Slavíkreally fixed wxMenuBar::Remove (bug 610850): reverted...
2004-08-09  Julian SmartMust specify wxHSCROLL/wxVSCROLL now
2004-08-09  Włodzimierz... wxUSE_IOSTREAMH always 0 for MinGW (finally closed...
2004-08-09  Stefan Csomorunicode fixes
2004-08-09  Stefan Csomorfixed size patch applied
2004-08-09  Stefan Csomorgcc warning
2004-08-09  Włodzimierz... Fixed bug with truncation of Unicode data in wxConnecti...
2004-08-09  Włodzimierz... wxUSE_GENERIC_DIALOGS_IN_MSW removed
2004-08-09  Stefan Csomorcatching errors
2004-08-09  Stefan Csomoraa const
2004-08-08  Stefan NeisGet rid of warning about select being undeclared on...
2004-08-08  Stefan NeisFixed linkage errors (C linkage vs. C++ linkage) caused...
2004-08-08  Václav Slavíkdon't output -DwxUSE_GUI=0 in monolithic build, setup...
2004-08-08  Václav SlavíkHP-UX fix: removed unneeded call to sed(patch #1005025)
2004-08-08  David ElliottAdded const qualifier to char* in struct service_entry
2004-08-08  Stefan Csomorwrong method call, we need to add the second update...
2004-08-08  David ElliottUse bool instead of int. Replace TRUE/FALSE with true...
2004-08-08  David ElliottRemoved incorrect struct qualifier from GSocketGUIFunct...
2004-08-07  Julian SmartImproved search for about.htm on mac
2004-08-07  Mattia Barbon wxMotif now uses wxX11 region code (forgot to commit).
2004-08-07  Mattia Barbon Compilation fix.
2004-08-07  Mattia Barbon Unhide function from superclass.
2004-08-07  Julian SmartMore likely to find the about.htm instructions now
2004-08-07  Václav Slavíkfixed plugins naming in samples
2004-08-07  Stefan Csomorblind fix for trails of border after resize operations
2004-08-07  Stefan Csomorwe have to include the mac/private header in order...
2004-08-07  Julian SmartHelp button left-aligned in wizard
2004-08-07  Stefan Csomorsupport for Mac Help Button added (wxID_HELP) is automa...
2004-08-07  Julian SmartNeed to include scrolwin.h
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 NeisFixed typo reported in patch 1004953.
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  Stefan Csomorforward declaration for combobox members
2004-08-07  Robin Dunnversion number update
2004-08-07  Robin Dunnsome cleanup
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-07  Robin Dunnupdate the overview text before updating the pages
2004-08-07  Robin DunnChanged the order that the demo and code pages are...
2004-08-06  Robin DunnA better workaround for Bug# 901694 that works with...
2004-08-06  David ElliottGet rid of inline C compatibility methods
2004-08-06  David ElliottUse delete foo; instead of GSocket_destroy(foo);
2004-08-06  David ElliottUse native C++ GSocket interface
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 ElliottCompile gsockpm.cpp instead of gsockpm.c for wxOS/2
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 ElliottOS/2 now uses C++ gsocket.
2004-08-06  David ElliottC->C++ conversion
2004-08-06  David Elliottinclude wx/mac/gsockmac.h when compiling wxMac CFM
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  Vadim Zeitlinremoved not existing GiveFeedback() parameter
2004-08-06  Robin DunnUpdate the notebook before running the sample in case...
2004-08-06  Włodzimierz... DMC distrubutes broken header which will not be fixed...
2004-08-06  Włodzimierz... Deleting void is undefined.
next