wxWidgets.git
2004-10-02  Václav Slavíkcompilation fixes for gcc-3.4
2004-10-02  Václav Slavíkdon't link GUI libs into wxrc
2004-10-01  Robin DunnFixed typo, patch from Will
2004-10-01  Ron LeeFilter any arguments back to 2.4.2.6 syntax before
2004-10-01  David ElliottwxCocoa needs OpenGL/*.h instead of GL/*.h (for OpenGL...
2004-10-01  David ElliottwxCocoa: Added (mostly) stubs for wxGLCanvas and friends.
2004-10-01  Ron LeeAdd wxversion/ to the dist tarball.
2004-10-01  Ron LeeAdd support for legacy 2.4 installs to wx-config.
2004-10-01  Ryan Nortonfix const to normal warning
2004-10-01  Václav Slavíkuse default GUI font in wxHtmlListBox
2004-10-01  Václav Slavíkgcc-3.4 compilation fix
2004-10-01  Chris Elliottupdate script to use vars
2004-10-01  Ryan Norton*** empty log message ***
2004-10-01  Ryan NortonOSX only (a runtime check would be preferable as Kevin...
2004-10-01  Kevin HockIncrease status bar height from 15 to 18, allows common...
2004-10-01  Ryan Nortononly do the seperator between about and preferences...
2004-10-01  Kevin Hockwx apps did not have the separator like other apps...
2004-10-01  Ryan Nortonfix dialogs sample after change to generic on OSX
2004-10-01  Vadim Zeitlinhack: hide the MDI parent frame by moving it off screen
2004-10-01  Vadim Zeitlinrelayout frame contents when tool/statusbar is shown...
2004-10-01  Vadim Zeitlinextracted OnSize() body in a new DoLayout() method...
2004-09-30  Robin Dunnno need to build separate xrc lib anymore
2004-09-30  Robin DunnreSWIGged
2004-09-30  Robin DunnCorrect call to shape.Show()
2004-09-30  Vadim Zeitlindon't deprecate SetItemImage() with 3 parameters; just...
2004-09-30  Václav Slavíkbuild and install wxrc by default
2004-09-30  Václav Slavíkremoved remaining XRC files from contrib
2004-09-30  Václav Slavíkwxrc is in core utils now
2004-09-30  Václav Slavíkinstall wxrc as wxrc-2.5, with symlink
2004-09-30  Václav Slavíkblind compilation fix for MSVC
2004-09-30  David ElliottUse struct qualifier with objc_object (it is and always...
2004-09-30  Robin DunnDon't need to tickle the Idle process any more for...
2004-09-30  Julian SmartDeprecations
2004-09-30  Julian SmartDeprecated SetItemImage with 2 image ids
2004-09-30  Julian SmartApplied patch 1037938 by Zbigniew Zagorski to fix Unico...
2004-09-30  Václav Slavíkmoved wxWindow::GetBestSize implementation into DoGetBe...
2004-09-30  Václav Slavíkmoved wxWindow::GetBestSize implementation into DoGetBe...
2004-09-30  Robin DunnFix for crash when the child has no menu
2004-09-30  Václav Slavíkresize parent's frame client area correctly when status...
2004-09-30  Julian SmartBlind fix for missing files
2004-09-30  Julian SmartAdded XRC project
2004-09-30  Ryan Nortonhave it work the old way with PopupMenu(), and have...
2004-09-30  Włodzimierz... Missed labels to replace number of 'topicNNN' in anchor...
2004-09-30  Vadim Zeitlincompilation fix for wxGetEmptyString() with wxUSE_STL...
2004-09-30  Robin DunnA better fix for GetXWindow that can handle both the...
2004-09-29  Robin DunnwxSystemSettings::GetMetric returns -1 if the metric...
2004-09-29  Robin DunnChange which image is used in the taskbar
2004-09-29  Robin DunnStop the timer before closing the demo
2004-09-29  Robin DunnOverridable CreatePopupMenu in TaskBarIcon
2004-09-29  Robin DunnOverridable CreatePopupMenu in TaskBarIcon
2004-09-29  Václav Slavíkfixed flicker during MDI children creation: the frame...
2004-09-29  Robin DunnCreate a mask for the icon if it doesn't already have one
2004-09-29  Julian SmartFixed case sensitivity
2004-09-29  Vadim Zeitlinfixed memory leak in Submit(cmd, false) (bug 1037115)
2004-09-29  Robin DunnJust return zero without failing for unknown metrics...
2004-09-29  Robin Dunnoff_t --> wxFileOffset changes
2004-09-29  Julian SmartTemp fix for VC6/XTI
2004-09-29  David ElliottGet the stock label when stock ID is used with empty...
2004-09-29  Václav Slavíkimplementation should use DoFindFocus
2004-09-29  Václav Slavíkchanges to make wxWindow::FindFocus work as expected...
2004-09-29  Julian SmartApplied patch [ 1036833 ] Hiding declaration of wxScrol...
2004-09-29  Julian SmartIncreased a buffer size
2004-09-29  Włodzimierz... Missed labels to replace number of 'topicNNN' in anchor...
2004-09-29  Vadim Zeitlinsigned/unsigned comparison warning fix
2004-09-29  Vadim Zeitlinremoved C++ comments from C files
2004-09-29  Włodzimierz... wxTLW::SetLeft/RightMenu of smart phones documented.
2004-09-29  Vadim Zeitlinmore 64 bit correctness fixes
2004-09-29  Ron LeeUpdate the wx-config man page.
2004-09-29  Ryan Nortonremove unfinished sample for release
2004-09-29  Włodzimierz... Hardware defines spec.
2004-09-29  Julian SmartIncremented version
2004-09-29  Ron LeeUpdate odbc for parallel installs too.
2004-09-29  Włodzimierz... C++ removed from C syntax.
2004-09-29  Włodzimierz... Include missing.h to find O_* flags.
2004-09-29  Włodzimierz... Correction to lost #ifdef
2004-09-29  David ElliottwxStaticBox constructor is not supposed to take a wxVal...
2004-09-29  Ryan Nortondrawer sample mods from ABX (with only one mod - _CODE...
2004-09-29  Robin DunnreSWIGged
2004-09-29  Robin DunnAllow embedded double quotes, and hex-encode single...
2004-09-29  Robin DunnUpdates for how the Python code is generated
2004-09-29  Kevin HockSend EVT_COMMAND_TEXT_UPDATED from the spin control...
2004-09-29  Robin DunnVersion number bump
2004-09-29  Robin DunnBeginings of supporting multiple versions installed...
2004-09-28  Robin DunnTRUE/FALSE/etc. cleanup in the *.in files, regenerated...
2004-09-28  Kevin HockWhen enabling events, use CommonModes instead of Defaul...
2004-09-28  Vadim ZeitlinwxListItem::m_data is now of type wxUIntPtr, not long...
2004-09-28  Vadim Zeitlinadded wxPtrToUInt() to cast pointer to an integer type...
2004-09-28  Vadim Zeitlinadded HAVE_REINTERPRET_CAST detection
2004-09-28  Vadim Zeitlinadded AC_CXX_REINTERPRET_CAST
2004-09-28  Vadim Zeitlinadded wx_reinterpret_cast() macro
2004-09-28  Vadim Zeitlinsuppress VC7.1 64 bit correctness warnings
2004-09-28  Robin Dunnoff-by-one fix
2004-09-28  Robin DunnCorrected compile warnings, took out debug printf
2004-09-28  Robin DunnPatch from Alberto Griggio to use the wxRenderer for...
2004-09-28  Włodzimierz... Hardware defines spec.
2004-09-28  Włodzimierz... Hardware defines spec.
2004-09-28  Julian SmartDuplicate wxLC_VIRTUAL removed
2004-09-28  Włodzimierz... Hardware defines spec.
2004-09-28  Włodzimierz... Hardware defines spec.
2004-09-28  Robin DunnPatch from Victor V. Kryukov
next