]> git.saurik.com Git - wxWidgets.git/history - src
Warning fixes.
[wxWidgets.git] / src /
2004-10-06  Kevin HockMac sockets events must be added to the RunLoop in...
2004-10-06  Kevin HockAdded back compile-time check for about/prefs menu...
2004-10-06  Stefan Csomoradjusting DoGetBestSize according MSW
2004-10-05  Vadim Zeitlincleaning up strdup/isascii definitions for compilers...
2004-10-05  Robert Roebling Make wxComboBox spit out a bit fewer surplis
2004-10-05  Ryan Nortondefault pos/size cleanup
2004-10-05  Robert Roebling Fixed missing focus problem.
2004-10-05  Václav Slavíkadded wxRB_SINGLE
2004-10-05  Włodzimierz SkibaWarning fixes found under hardest mode of OpenWatcom...
2004-10-05  David ElliottImplement wxButtonBase::GetDefaultSize()
2004-10-04  David ElliottAdded wxAutoNSAutoreleasePool where needed for controls...
2004-10-04  Vadim Zeitlinmade IsMainLoopRunning() static and implemented it...
2004-10-04  Robin Dunnfix compile error
2004-10-04  Włodzimierz SkibaWarning fixes to most detailed warning output of OpenWa...
2004-10-04  Robin DunnBail out if GetCurrentMenu returns NULL
2004-10-04  Ryan Nortonnative wxFontDialog for carbon, second shot
2004-10-04  Dimitri Schoolwerthadded missing include for non-PCH compilation
2004-10-04  Vadim Zeitlindon't use non blocking sockets if wxApp::IsMainLoopRunn...
2004-10-04  Vadim Zeitlinassert that name, not full path, is used in RenameEntry...
2004-10-04  Vadim Zeitlinfixed deletion of last group in the config file (bugs...
2004-10-04  Vadim Zeitlindon't try to delete our config file in DeleteAll()...
2004-10-04  Vadim Zeitlindon't add dummy empty line at the end when reading...
2004-10-04  Vadim Zeitlinsmall optimization in wxConfigPathChanger: don't change...
2004-10-03  Dimitri Schoolwerthremoved tab character
2004-10-03  Vadim Zeitlinadded wxFileConfig::Save(stream); documented it in...
2004-10-03  Vadim Zeitlindon't keep a dirty flag in each entry/group, this is...
2004-10-03  Vadim Zeitlinuse wxFileName::MacSetTypeAndCreator() in Flush() inste...
2004-10-03  Vadim Zeitlinadded wxUmaskChanger class and wxCHANGE_UMASK macro...
2004-10-03  Václav Slavíkfixed menu destruction if it was removed from menubar...
2004-10-03  Václav Slavíkfixed transiency when the parent is MDI child frame
2004-10-03  Julian SmartWorkaround for special menu items not always being...
2004-10-03  Václav Slavíkfixed crash on invalid data (patch 1039453)
2004-10-03  Vadim Zeitlindon't include headers not needed when wxUSE_GUI == 0
2004-10-03  Robert Roebling Reworked TLW and app activation event code, also
2004-10-03  Vadim Zeitlinstore bitmap data in premultiplied by alpha format...
2004-10-03  Vadim Zeitlinuse AlphaBlt() when blitting to a bitmap with alpha...
2004-10-03  Vadim Zeitlinupdate the disabled buttons appearance when system...
2004-10-03  Vadim Zeitlinoops, AdjustFontSize() had no effect; fixed (patch...
2004-10-03  Vadim Zeitlindestroy any TLWs still alive when the app terminates...
2004-10-02  Vadim Zeitlinfixes for Metrowerks command line compiler (avoid redef...
2004-10-02  Vadim Zeitlin$#include "expat_config.h" instead of <expat_config...
2004-10-02  Vadim Zeitlinonly use __attribute__(regparm) for x86, this results...
2004-10-02  Vadim Zeitlinadded wxVaCopy() and use it to fix wxVsnprintf() crash...
2004-10-02  Vadim Zeitlinfixed dll import specification of wxGetHInstance()
2004-10-02  Julian SmartBlind fixes for Mac project files (version number,...
2004-10-01  David ElliottwxCocoa: Added (mostly) stubs for wxGLCanvas and friends.
2004-10-01  Ryan Nortonfix const to normal warning
2004-10-01  Václav Slavíkuse default GUI font in wxHtmlListBox
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  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  Vadim Zeitlindon't deprecate SetItemImage() with 3 parameters; just...
2004-09-30  Václav Slavíkblind compilation fix for MSVC
2004-09-30  Julian SmartDeprecated SetItemImage with 2 image ids
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  Ryan Nortonhave it work the old way with PopupMenu(), and have...
2004-09-29  Robin DunnwxSystemSettings::GetMetric returns -1 if the metric...
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  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  Vadim Zeitlinsigned/unsigned comparison warning fix
2004-09-29  Vadim Zeitlinremoved C++ comments from C files
2004-09-29  Vadim Zeitlinmore 64 bit correctness fixes
2004-09-29  Ron LeeUpdate the wx-config man page.
2004-09-29  Włodzimierz SkibaInclude missing.h to find O_* flags.
2004-09-29  Włodzimierz SkibaCorrection to lost #ifdef
2004-09-29  David ElliottwxStaticBox constructor is not supposed to take a wxVal...
2004-09-29  Kevin HockSend EVT_COMMAND_TEXT_UPDATED from the spin control...
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  Włodzimierz SkibaHardware defines spec.
2004-09-28  Włodzimierz SkibaHardware defines spec.
2004-09-28  Włodzimierz SkibaHardware defines spec.
2004-09-28  Włodzimierz SkibaHardware defines spec.
2004-09-28  Julian SmartImproved the generic font dialog appearance.
2004-09-28  Ryan Nortonpossibly fix compilo error w/xcode
2004-09-28  Ryan NortonFix some bugs
2004-09-28  Włodzimierz SkibaSource cleaning: whitespaces, tabs, TRUE/true, FALSE...
2004-09-28  Ryan Nortonremove unfinished impl
2004-09-28  Vadim ZeitlinwxFile::Length() return type fix (replaces last check in)
2004-09-28  Ryan Nortonfix unicode stuff
2004-09-28  Julian SmartRemoved fcntl.h include
2004-09-28  Julian Smart__WINCE__ -> __WXWINCE__
2004-09-28  Robin DunnOn the Mac the Alt key is a character modifier like...
2004-09-27  Ryan Nortonsource nice-ness and remove erronous files
2004-09-27  Ryan Nortonrevert bad change
2004-09-27  Robin DunnAllow style spec strings to contain colour names as...
next