]> git.saurik.com Git - wxWidgets.git/shortlog
wxWidgets.git
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.
2004-08-06  Dimitri Schoolwerthmade code slightly more readable
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  Dimitri Schoolwerthfixed MSVC6 compiler warning
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-06  Robin DunnreSWIGged
2004-08-06  Robin DunnFixed typo
2004-08-06  Robin DunnGTK2 is now the default for builds.
2004-08-06  Robin DunnApplied (and heavily modified) a patch from Eugene
2004-08-06  Robin Dunnuse NormalizeFontSizes if on wxGTK2
2004-08-06  Robin Dunnmore build tweaks
2004-08-05  Robin DunnAdded NormalizeFontSizes which will set the html font...
2004-08-05  Václav Slavíkgsocket compilation fixes: use .cpp files, not .c
2004-08-05  David ElliottRemoved unneeded GSocket files
2004-08-05  Václav Slavíkfixed dependencies: dbgrid needs odbc
2004-08-05  Stefan Csomorcorrected GetPosition and extended erasing to include...
2004-08-05  Włodzimierz... Peparation for native Smartphone controls based on...
2004-08-05  Włodzimierz... Unused parameters markup.
2004-08-05  Włodzimierz... Make wxSplashScreen with parent so it ends immediatelly...
2004-08-05  Włodzimierz... GCC fixes: order of initializations, type casting,...
2004-08-05  Włodzimierz... Order of initializations according to class construction.
2004-08-05  Václav Slavíkadded splash sample
2004-08-05  Václav Slavíkadded Basque translation
2004-08-05  Włodzimierz... Fixed wrong condition.
2004-08-05  Włodzimierz... splash sample into distribution.
2004-08-05  Włodzimierz... splash sample into distribution.
2004-08-05  Robin Dunnlittle tweaks
2004-08-05  Robin DunnAdded ability to also do a remote build on the Jaguar...
2004-08-05  Robin DunnreSWIGged
next