]> git.saurik.com Git - wxWidgets.git/history - src
wxUniv compilation fixes
[wxWidgets.git] / src /
2004-08-18  Václav SlavíkwxUniv compilation fixes
2004-08-18  Stefan CsomorSetValue is not adding a line if values does not exist
2004-08-18  Stefan CsomorwxOVERWRITE_PROMPT support
2004-08-18  Dimitri Schoolwerthfixes for CW8 Mac Classic compilation
2004-08-18  Włodzimierz SkibawxApp::GetComCtl32Version seems possible and works...
2004-08-18  Włodzimierz SkibaSource cleaning.
2004-08-18  Włodzimierz SkibaFix for the undocumented holes in spiner sizes.
2004-08-17  Robert Roebling Applied Andreas patch for applying the widget style
2004-08-17  Stefan Csomorsetting the wx title as well
2004-08-16  Dimitri SchoolwerthMSVC6 return warning fix
2004-08-16  Dimitri Schoolwerthdoc typo
2004-08-16  Václav Slavíkmore warnings fixes
2004-08-16  Václav Slavíkfixed handlers registration in DoPopupMenu (patch 1009949)
2004-08-16  Włodzimierz Skibabreak after return makes 'Unreachable code' warnings.
2004-08-16  Włodzimierz SkibaUnused parameter warning fix.
2004-08-16  Włodzimierz SkibaTRUE/true, FALSE/false, whitespace cleaning.
2004-08-16  Václav Slavíkfixed wxImage->wxBitmap conversion for images with...
2004-08-16  Václav Slavíkadded wxImage::ConvertAlphaToMask
2004-08-16  Václav Slavíkminor polishing of user-visible messages
2004-08-16  Chris Elliottfixes bug when closing mdi frame with >5 children
2004-08-16  David ElliottProvide implementation for GSocket_new
2004-08-15  Václav Slavíkaccept files in wxHtmlEasyPrinting::{Print,Preview...
2004-08-15  Václav Slavíkmore GetDefaultAttributesFromGTKWidget fixes
2004-08-15  Václav Slavíkanother fix
2004-08-15  Václav Slavíkall windows can use wxCLIP_CHILDREN
2004-08-15  Václav Slavíkfixes for stock items not known to some GTK+ versions
2004-08-15  Václav Slavíkcompilation fix for GTK2 < 2.4
2004-08-15  Václav Slavíkstyle obtained from a widget not associated with screen...
2004-08-15  Václav Slavíkadded stock buttons support
2004-08-15  Václav Slavíkuse stock buttons in generic dialogs
2004-08-15  Václav Slavík1. added stock buttons support
2004-08-15  Václav Slavíkfont affects best size, invalidate cache if it changes
2004-08-15  Václav Slavíkinvalidate best size cache when GTK style changes
2004-08-14  Václav Slavíkreverted accidentally committed changes in previous...
2004-08-14  Václav Slavíkattributes inheritance fix; apply style to both m_wxwin...
2004-08-14  Václav Slavíkgtk notebook page style fixes (patch 984864)
2004-08-13  Václav Slavík[ 1008799 ] Traverse hidden directories only if hidden...
2004-08-13  Kevin OllivierAdded a flag to enable selecting .app bundles (programs...
2004-08-12  Jouk Jansen Committing in .
2004-08-11  Włodzimierz SkibaWarning fixes, source cleaning.
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  Václav Slavíkdon't use precompiled headers for gsocket code
2004-08-10  Włodzimierz SkibaCleaning of sources (Univ related files). -1/TRUE/FALSE...
2004-08-10  Robin DunnGive wxListBox a GetClassDefaultAttributes so wxCalenda...
2004-08-09  Robin DunnConvert EOLs in pasted or DnD'd text to match what...
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 Csomorsocket c++ adaptions
2004-08-09  Włodzimierz SkibaWe 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  Stefan Csomorunicode fixes
2004-08-09  Stefan Csomorfixed size patch applied
2004-08-09  Stefan Csomorgcc warning
2004-08-09  Włodzimierz SkibaFixed bug with truncation of Unicode data in wxConnecti...
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  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  Mattia Barbon Compilation fix.
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 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...
next