]> git.saurik.com Git - wxWidgets.git/shortlog
wxWidgets.git
2005-03-10  Włodzimierz... Use initial book from available controls. Select it...
2005-03-10  Vadim ZeitlinwxGetEnv() should return wxChar *, even if it's a macro...
2005-03-10  Włodzimierz... Apart smartphones use choicebook when notebook is not...
2005-03-10  Václav Slavíkuse dummy.cpp with eVC, too
2005-03-10  Václav Slavíkuse dummy.cpp with eVC, too
2005-03-10  Vadim Zeitlindefine wxGetEnv() as macro, not inline function, for...
2005-03-10  Vadim ZeitlinUnicode fix after last commit
2005-03-10  Vadim Zeitlinignore build files for stuff which is not in the cvs
2005-03-10  Vadim Zeitlindefine wxGetenv() for WinCE which doesn't have _tgetenv...
2005-03-10  Vadim Zeitlinuse wxGetenv() instead of getenv() which doesn't exist...
2005-03-10  Vadim Zeitlinmoved WinCE-specific part into wx/msw/wince/chkconf...
2005-03-10  Robin DunnGive the wxChoice an explicit width so the min size...
2005-03-10  Vadim Zeitlindisable wxUSE_EXCEPTIONS when compiling with VC++ but...
2005-03-10  Vadim Zeitlinunused param warning with wxUSE_OLE=0
2005-03-10  Vadim Zeitlingenerate (common part of) include/wx/msw/wince/setup...
2005-03-10  Stefan Csomorcursor setting corrected
2005-03-10  Stefan Csomormake sure we don't have two associations pointing to...
2005-03-10  Vadim Zeitlincheck that wxYES and wxNO are always used together...
2005-03-10  Włodzimierz... Smartphone adjustements to generic log dialog.
2005-03-10  Robin DunnreSWIGged
2005-03-10  Robin DunnCatch possible exception from getdefaultlocale
2005-03-09  Julian SmartAdded some missing samples
2005-03-09  Václav Slavíkfixed wxrc's dependencies
2005-03-09  Václav SlavíkAddFile usage clarifications
2005-03-09  Robin DunnreSWIGged
2005-03-09  Robin DunnAdded some missing files
2005-03-09  Robin DunnUser newer APIs for setting up scrolling
2005-03-09  Robin DunnUse the PyGILState_* APIs on Python >= 2.3
2005-03-09  Robert Roebling Compilo.
2005-03-09  Ryan Nortoncgimagecreate from wxbitmap crashes 10.2 - turn off...
2005-03-09  Ryan NortonDon't pass empty string to wxFileNameFSSpec or you...
2005-03-09  Kevin HockAutomatic use of MSG_NOSIGNAL or SO_NOSIGPIPE (checked...
2005-03-09  Dimitri Schoolwerthminor cleanup (doc typos fixed, removed tabs)
2005-03-09  Włodzimierz... Missing casts to event handling functions.
2005-03-09  Vadim Zeitlinmade wxStaticCast more backwards compatible by allowing...
2005-03-09  Włodzimierz... WinCE fixes.
2005-03-09  Włodzimierz... Missing flags.
2005-03-09  Vadim Zeitlinslightly clarified msw.window.no-clip-children test
2005-03-08  Robert Roebling Applied dir control token patch.
2005-03-08  Robert Roebling Applied DnD patch, adding a field for setting a defau...
2005-03-08  Robert Roebling Override OnSize in the scrollsub sample to disable
2005-03-08  Ryan NortonFix crash when using a proxy (m_protocol already gets...
2005-03-08  Włodzimierz... Casting fix for events. Needs check by ARM eVC4 users.
2005-03-08  Włodzimierz... More cleaning and wxFileOffset usage.
2005-03-08  Robin DunnreSWIGged
2005-03-08  Vadim Zeitlinreturn name and extension by const ref, not by value...
2005-03-08  Vadim Zeitlinfixed wrong use of = instead of == (patch 1159289)
2005-03-08  Vadim Zeitlinremoved unused wxDirToWinStyle() (part of patch 1159289)
2005-03-08  Kevin HockGTK1 compilation fix from Mart R., followup to patch...
2005-03-08  Kevin HockRemoved descriptions of now-private m_ variables and...
2005-03-08  Włodzimierz... Correct header filename (part of bug #1154011).
2005-03-08  Vadim Zeitlindon't need AC_CXX_DYNAMIC_CAST for now
2005-03-08  Vadim Zeitlinuse static_cast<> for wxStaticCast; updated comment...
2005-03-08  Vadim Zeitlinmention Linux/AMD64 build fix
2005-03-08  Vadim Zeitlinremoved wx_dynamic_cast(), it can't be implemented...
2005-03-08  Vadim Zeitlinset wxDIALOG_UNIT_COMPATIBILITY to 0 by default
2005-03-08  Włodzimierz... Allow forward declaration of wxSlider in wxMSW (bug...
2005-03-08  Vadim Zeitlinfixed loop deleting the old filters in SetWildcard...
2005-03-08  Włodzimierz... Missing flags.
2005-03-08  Włodzimierz... XTI has own wxObjectEventFunction and has to follow...
2005-03-08  Robin DunnWorkaround for toolbartool tooltip not getting written...
2005-03-08  Robin DunnreSWIGged
2005-03-08  Robin DunnFix compilation error
2005-03-08  Robin DunnreSWIGged
2005-03-08  Robin DunnLittle tweaks to match CVS changes
2005-03-08  Robin DunnMove wxPyCallback back to derive from wxObject
2005-03-08  Vadim Zeitlinhonour stateMask in GetItem() too (patch 1153451)
2005-03-08  Robin DunnAllow wxBufferedDC to be constructed with just a wxDC.
2005-03-08  Vadim Zeitlininit member variables properly (patch 1156088)
2005-03-08  Vadim Zeitlinupdate from Hakki Dogusan
2005-03-08  Vadim Zeitlinadded wxUSE_STDPATHS
2005-03-08  Vadim ZeitlinPPC 2003 SDK doesn't seem to have setlocale() neither...
2005-03-08  Vadim Zeitlinfixed bug in Set(double jdn): don't test whether the...
2005-03-07  Vadim Zeitlinfix top margin for static box sizer when wxDIALOG_UNIT_...
2005-03-07  Vadim Zeitlinextracted platform-specific code to determine static...
2005-03-07  Vadim Zeitlindon't exclude msw/gsocket.cpp and msw/gsockmsw.cpp...
2005-03-07  Vadim Zeitlinadded wxUSE_STDPATHS
2005-03-07  Vadim Zeitlinadded file with WinCE-specific configuration options...
2005-03-07  Vadim Zeitlincompilation fix for CE with Standard SDK
2005-03-07  Vadim Zeitlinadded wxUSE_STDPATHS
2005-03-07  Julian SmartNeed wxFULL_REPAINT_ON_SIZE for the background to erase...
2005-03-07  Vadim Zeitlincompilation fix for VC6 (patch 1158433)
2005-03-07  Julian SmartAdded metal styles
2005-03-07  Julian SmartAdded wxFRAME_EX_METAL, wxDIALOG_EX_METAL for Mac metal...
2005-03-07  Vadim Zeitlinlook in /usr/lib64 before standard locations, this...
2005-03-07  Julian SmartRemoved very very obsolete flags from 1.x
2005-03-07  Włodzimierz... More wxFileOffset usage and making layout of the code...
2005-03-07  Vadim Zeitlinfix evaluation order bug (patch 1158099)
2005-03-07  Vadim Zeitlinharmless warning fixes for WinCE (mostly unused parameters)
2005-03-07  Vadim Zeitlinharmless warning fixes for WinCE (mostly unused parameters)
2005-03-07  Vadim Zeitlinfix to avoid eVC crashes: restored wxObjectEventFunctio...
2005-03-07  Włodzimierz... Inform settings about wxWindow class existence.
2005-03-07  Robin DunnDon't enable the mediactrl on jaguar
2005-03-07  Włodzimierz... Warning fix.
2005-03-07  Robert Roebling Applied GetSystemMetric patch to suppurt GTK and...
2005-03-07  Robert Roebling Applied patch to reenable single selection mode.
2005-03-07  Robert Roebling This fixes a problem in the two tree and list controls...
2005-03-07  Robert Roebling Readd support for prelight tree control triangles...
2005-03-07  Robert Roebling Use GtkPixmap instead of GtkImage as the latter incor...
2005-03-07  Vadim Zeitlinreplaced complicated and not working test for WinCE...
next