wxWidgets.git
2005-09-25  Michael WetherellFixups for solaris; remove '-mt' from pkg-config output...
2005-09-24  Vadim ZeitlinwxLaunchDefaultBrowser() now supports wxBROWSER_NEW_WIN...
2005-09-24  Vadim Zeitlinfix wxExecute() return code checks and removed not...
2005-09-24  Vadim Zeitlinmake WinStruct<> available in non-GUI code too
2005-09-24  Vadim Zeitlinset error to GSOCK_TIMEOUT if the socket timed out...
2005-09-24  Vadim Zeitlinadded missing consts and pass objects by const referenc...
2005-09-24  Vadim Zeitlinmissing const added (patch 1295036)
2005-09-24  Vadim Zeitlindon't set focus to a hidden notebook (patch 1299005)
2005-09-24  Vadim Zeitlinupdate for 2.6.2 (patch 1294900)
2005-09-24  Vadim Zeitlinmade absence of wxCHANGE_DIR flag work even under NT...
2005-09-24  Vadim Zeitlinremove extraneous semicolons (patch 1299687)
2005-09-24  Vadim Zeitlinremoved code defining NO_GCC_PRAGMA, we shouldn't need...
2005-09-24  Kevin HockUse CXXFLAGS rather than CFLAGS for -Werror when determ...
2005-09-24  Michael WetherellMemory corruption fix
2005-09-24  Michael WetherellHopefully this adds the msdos files to the wxBase zip
2005-09-23  Mart RaudseppRemove instruction to define NO_GCC_PRAGMA when compili...
2005-09-23  David ElliottAs of src/common/framecmn.cpp revision 1.60 the wxFrame...
2005-09-23  David ElliottAdded Cocoa_acceptsFirstMouse.
2005-09-23  David ElliottAdded Cocoa_canBecomeKeyWindow.
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-09-23  Kevin OllivierFixed unicode support and introduced a debug flag.
2005-09-22  Michael WetherellFix for 'make dist' to include headers for all ports
2005-09-22  Vadim ZeitlinUnicode build fix
2005-09-22  Vadim Zeitlingcc compilation fixes after last commit
2005-09-22  Vadim Zeitlintry all known UCS-[24] synonyms in wxMBConv_iconv,...
2005-09-22  Vadim Zeitlinmore synonyms for UCS-2/4
2005-09-22  Vadim Zeitlinwarning about standard controls
2005-09-21  Julian SmartDon't skip after writing tab or we could get another...
2005-09-21  Vadim Zeitlinconverted XPMs to Unix EOLs, otherwise some Unix compil...
2005-09-21  Włodzimierz... Wrong flag correction.
2005-09-21  Mart Raudsepp[wxGTK] Remove wxTLW::RequestUserAttention related...
2005-09-21  Kevin OllivierRemoving hardcoded ansi and 2.3 support for Mac build...
2005-09-21  Kevin OllivierFix an issue where dist may actually be created as...
2005-09-20  Vadim Zeitlinand restored error checking too: this completes sequenc...
2005-09-20  Vadim Zeitlinbetter (i.e. actually working) fix for the problem...
2005-09-20  Vadim Zeitlinmade wx-config work in place on systems where /bin...
2005-09-20  Vadim Zeitlinfix SGI CC warning about last parameter of vararg funct...
2005-09-20  Vadim Zeitlindon't define constants unused in release build (SGI...
2005-09-20  David ElliottCall [super dealloc] from overridden dealloc methods.
2005-09-20  Vadim Zeitlinreally fix binary backwards compatibility for wxMotif
2005-09-20  David ElliottAdded simple instructions and autogen.mk to rebuild...
2005-09-20  Stefan Csomoradding missing file
2005-09-20  Julian SmartFixed typo
2005-09-20  Stefan Csomormoving libiconv and libz into linker flags, as Xcode...
2005-09-20  Julian SmartAdded aclocal files to make_dist.mk
2005-09-20  Julian SmartTweak
2005-09-20  Julian SmartAdded aclocal directory
2005-09-20  Włodzimierz... Polish translation update.
2005-09-20  Julian SmartChanged date
2005-09-20  Michael WetherellFix wxGTK crash on startup on 64-bit solaris 10
2005-09-20  Julian SmartDocmented IsModal change
2005-09-20  Julian SmartDon't assert if the window doesn't accept the focus.
2005-09-20  Julian SmartIsModal now has the newer meaning.
2005-09-20  Mart RaudseppDocument wxDirDialog styles
2005-09-20  Julian SmartRemoved unnecessary IsModal call
2005-09-20  Julian SmartIsModal() now has the newer meaning (equivalent of...
2005-09-20  Vadim Zeitlinblind compilation fix for cygwin Unicode build (bug...
2005-09-20  Julian SmartAdded commented-out IPC_SERVICE for easier testing
2005-09-20  Julian SmartUpdated FAQ from web files
2005-09-20  Kevin OllivierSome automated build scripts that wrap Robin's and...
2005-09-19  Vadim Zeitlinonly call fsync() on disk files, otherwise we get an...
2005-09-19  Włodzimierz... angle bracket problem fix
2005-09-19  Michael WetherellRegenerated after the lib64, lib/64 changes
2005-09-19  Michael WetherellRevert previous commit for fear that 'test -h' may...
2005-09-19  Michael WetherellAllow WX_PATH_FIND_INCLUDES and WX_PATH_FIND_LIBRARIES...
2005-09-19  Michael WetherellChange so that WX_PATH_FIND_LIBRARIES doesn't always...
2005-09-19  Michael WetherellUse lib64 for 64-bit builds on some kinds of linux...
2005-09-19  Michael WetherellFix for detection of motif in the default library path
2005-09-19  Julian SmartFix for modal/modeless wizards
2005-09-19  Julian SmartMissing end of comment
2005-09-19  Kevin HockMake sure Enable_Events is called when a connection...
2005-09-19  Vadim Zeitlintemporarily reverted binary backwards incompatible...
2005-09-19  Mart RaudseppFix "Error: Curly braces do not match inside file fontm...
2005-09-19  Vadim Zeitlintemporarily reverted binary backwards incompatible...
2005-09-19  Vadim Zeitlinonly check for lib directory for architectures which...
2005-09-19  Ron LeeApplied peer reviewed translation from:
2005-09-19  Vadim Zeitlinfix to last commit: extra parentheses removed
2005-09-19  Vadim Zeitlinfix for creation of shared libraries under AIX with gcc
2005-09-19  Vadim Zeitlinfix for creation of shared libraries under AIX with gcc
2005-09-18  Vadim Zeitlinworkaround for buggy setlocale() under AIX (without...
2005-09-18  Stefan NeisAdded (dummy) handler for loading bitmap from file...
2005-09-18  Vadim Zeitlindocumented GetAllEncodingNames
2005-09-18  Vadim Zeitlincondensed 2 very similar trace messages into one
2005-09-18  Vadim Zeitlinadded ifconfig and ping locations for AIX
2005-09-18  Mattia Barbon Send wxInitDialogEvent under wxMotif.
2005-09-18  Vadim ZeitlinUnicode compilation fix
2005-09-18  Vadim ZeitlinGetSystemEncodingName() cleanup: we don't need to check...
2005-09-18  Vadim Zeitlinadd CP-xxx as synonyms for WINDOWS-xxx
2005-09-18  Vadim Zeitlinlook in codeset-specific directory for locale files...
2005-09-18  Vadim Zeitlinmore encoding names for AIX/Solaris/IRIX
2005-09-18  Stefan Csomortentative fix for BestSize problems (non-native toolbar)
2005-09-18  Stefan Csomortentative fix for BestSize problems (non-native toolbar)
2005-09-18  Vadim Zeitlindon't pass NULL pointer to printf(), this crashes Solar...
2005-09-18  Vadim Zeitlindon't create conversion objects unless we really need...
2005-09-18  Vadim Zeitlinadded trace message to wxCSConv creation code
2005-09-18  Vadim Zeitlinavoid unnecessary conversions when loading the catalog...
2005-09-18  Vadim Zeitlincompate charset names case-insensitively in GetEncoding...
2005-09-18  Vadim Zeitlinsigned/unsigned comparison warning
2005-09-18  Vadim Zeitlinremoved unused variable
2005-09-18  Vadim Zeitlinadded GetAllEncodingNames(), use it to select the corre...
next