]> git.saurik.com Git - wxWidgets.git/shortlog
wxWidgets.git
2004-10-30  David ElliottDeclare namespace std {} before using namespace std...
2004-10-30  David ElliottFixed compilation with precompiled headers.
2004-10-30  David ElliottCodeWarrior dislikes #include <> syntax for in-tree...
2004-10-30  David ElliottMake wxString::WorstEncodingCase take a const wxMBConv&
2004-10-30  Ryan Nortonmark incompat and depreciated changes for wxURL, add...
2004-10-30  Kevin HockBetter alphabetized the event handler macros
2004-10-29  Ryan Norton[ 1054664 ] Implementation of wxMBConvUTF7 (Heavily...
2004-10-29  David ElliottAdded wxStandardPaths for wxMac and wxCocoa.
2004-10-29  Ryan NortonAdd wxString::WorstEncodingCase, other various cleanups
2004-10-29  David ElliottBuild src/mac/corefoundation/cfstring.cpp and src/commo...
2004-10-29  Ryan Nortonsomewhat modded [ 1056879 ] use wxURI::Unescape vs...
2004-10-29  David ElliottBuild the new cfstring stuff for both wxMac (as part...
2004-10-29  David ElliottMoved wxCFStringHolder and some other string functions...
2004-10-29  Robin Dunnversion number
2004-10-29  Robin DunnSet "rc1" in version
2004-10-29  Robin DunnUse $ on variables!!!
2004-10-29  Robin DunnDon't just assume that the metadata files will be found
2004-10-29  Robin DunnSave a reference to the async sound object
2004-10-29  Julian SmartUse Courier New instead of Courier, to avoid bad characters
2004-10-29  Ryan Nortonhave wxbuiltin wxmbconvutf7 return -1 (error) not 0...
2004-10-29  Ryan NortonHandle bad conversions correctly. Add Bad UTF8 test.
2004-10-29  Václav Slavíkcheck if conversion to UTF7 works
2004-10-29  Ryan NortonHandle invalid conversion slightly better, ecapsulate...
2004-10-29  Ryan NortonRemove erronues file
2004-10-29  Ryan Nortonadd some asserts for wxStringBufferLength
2004-10-28  Ryan Nortonincrease worst case for UTF8 to *4
2004-10-28  Ryan Nortonincrease worst case to *4 for UTF8, switch a memcpy...
2004-10-28  Vadim Zeitlinundid last change to wxBitmapButton::GetBestSize()...
2004-10-28  Ryan NortonwxURL - doc cleanups, depreciated more methods, more...
2004-10-28  Robin DunnI think that going to the home page woudl be more user...
2004-10-28  Robin Dunnadd skipupload flag
2004-10-28  Robin DunnUse the wx.App.SetMac* static methods instead of the...
2004-10-28  Vadim Zeitlinfixed wxBU_EXACTFIT handling in wxBitmapButton (closes...
2004-10-28  Włodzimierz... Missed CanRead and correct type for Eof (bug #983978).
2004-10-28  Włodzimierz... Single section for variants of the same function so...
2004-10-28  Włodzimierz... Lack of label causes 'topicN' anchors in url and report...
2004-10-28  Włodzimierz... Borland warning fix.
2004-10-28  Włodzimierz... Warning fixes.
2004-10-28  Włodzimierz... Warning fix due to unsigned nature of wParam.
2004-10-28  Václav SlavíkFL's floating windows render borders themselves, don...
2004-10-28  Václav Slavíkfixed wxTextCtrl::EmulateKeyPress to work in Unicode...
2004-10-28  Vadim Zeitlintemp compilation fix for wxMac
2004-10-28  Ryan NortonUse proper wxURI unescape instead of old way
2004-10-28  Ryan Nortonfinal wxURI API changes. Changed Get to BuildURI to...
2004-10-28  Václav SlavíkwxKeyEvent::m_uniChar must be copied by operator= too
2004-10-28  Ryan NortonInherit wxURL from wxURI, providing assignment, copy...
2004-10-28  Ron LeeApplied patch 1055774 from Paul Cornett for platforms
2004-10-28  Vadim Zeitlinuse \true/\false and \arg
2004-10-28  Vadim Zeitlinminor cleanup: don't use bool parameters, don't typedef...
2004-10-28  Robin Dunnjust a little tweak
2004-10-27  Robin DunnChanged selectNewest to ensureMinimal. If the default...
2004-10-27  Ryan Nortonfinal sweep over docs - replace & with \&
2004-10-27  Ryan Nortonupdate docs, add to class list
2004-10-27  Vadim Zeitlinwe don't have to call png_set_error_fn() any more after...
2004-10-27  Vadim Zeitlinuse wx_png_error/warning when calling png_create_read...
2004-10-27  Robert Roebling Removed Pango homemade implementation and
2004-10-27  Ryan NortonwxURI. Move Convert/to/fromURI into uri.cpp so that...
2004-10-27  Vadim Zeitlinremoved src/gtk/eggtrayicon.h
2004-10-27  Włodzimierz... Correct defaults for basic options (bug #1048680)
2004-10-27  Vadim Zeitlindon't preselect the first item if the array with the...
2004-10-27  Julian SmartNow possible to compile with wxURL disabled
2004-10-27  Julian SmartGTK+1 doesn't have gtk_window_set_type_hint
2004-10-27  Vadim Zeitlindon't abort if a shared library can't be loaded under...
2004-10-27  Stefan Csomorsetting the invoking window added to two other wxMenuBa...
2004-10-27  Włodzimierz... Replace license.txt with licence.txt as it is really...
2004-10-27  Robert Roebling Added initial support for GNOME printing.
2004-10-27  Robert Roebling Moved "enablePrint" setting around.
2004-10-27  Ryan NortonAdd preliminary wxStringBufferLength docs
2004-10-27  Ryan NortonUse wxStringBufferLength instead of wxXCharBuffer in...
2004-10-27  Stefan Csomorfixes angle calculation (on mac ALWAYS clockwise)
2004-10-27  Ron LeeUpdate for rpath with uninstalled builds and utility...
2004-10-27  Robin Dunnfixed copy/paste error
2004-10-27  Robin DunnVersion number bump
2004-10-27  Robin DunnThe old workaround for the 1-Jan-1970 bug still failed...
2004-10-27  Robin DunnReturn from DoDrawSpline without doing anything (like...
2004-10-27  Robin Dunnavoid crash if active_child_frame is not set yet
2004-10-27  Robin DunnEnsire that m_value is updated when SetSelection is...
2004-10-26  Václav Slavíkfixed wxFRAME_TOOL_WINDOW to use 'utility' type hint...
2004-10-26  Robin Dunn* Added selectNewest(minVersion)
2004-10-26  Robert Roebling Next phase of Print Factory code.
2004-10-26  Václav Slavíkat least partially implemented vswscanf() -- otherwise...
2004-10-26  Włodzimierz... Avoid anchor for label which determined creation of...
2004-10-26  Václav Slavíkprefix symbols with wx
2004-10-25  Robin DunnDoc and comment updates
2004-10-25  David ElliottConvert back to UNIX line endings (again)
2004-10-25  Kevin HockMutexGui calls in WakeUpIdle are not needed under GTK2...
2004-10-24  Vadim Zeitlinuse GetBestSize() and not GetSize() for AsIs() size...
2004-10-24  Stefan NeisRemoved list of modeless windows (apparently no longer...
2004-10-24  Stefan Csomorcorrected textbackground for theme text output
2004-10-24  Stefan NeisFixed handling of modal dialogs.
2004-10-24  Stefan Csomoradding Offset to wxRegion / carbon
2004-10-24  David ElliottFix wxExecute for ports other than wxMac and wxCocoa...
2004-10-24  Robin Dunntypo
2004-10-24  Robin DunnEP_ADD_OPTS defaults to true
2004-10-24  Robin Dunnrequire --> select, added checkInstalled and getInstalled
2004-10-24  Robin DunnCombine the common installer package into the main...
2004-10-24  Robin DunnDon't uninstall common files if there is more than...
2004-10-23  Vadim Zeitlindon't give focus to the window if it ate the left mouse...
2004-10-23  Václav Slavíkfixing sizing bug inside wxWizard
2004-10-23  Václav Slavíkadded InvalidateBestSize calls when combobox's content...
next