wxWidgets.git
2009-03-13  Kevin OllivierRebake after Mac bundle change.
2009-03-13  Kevin OllivierJust move the binary inside of the app bundle instead...
2009-03-12  Kevin OllivierRemoving more CodeWarrior samples.
2009-03-12  Kevin OllivierRemoving more CodeWarrior project files.
2009-03-12  Kevin OllivierRemove docs for the removed CodeWarrior projects.
2009-03-12  Kevin OllivierRemove instructions for Mac OS Classic.
2009-03-12  Kevin OllivierRemoving Classic MacOS / CodeWarrior instructions as...
2009-03-12  Jaakko SalliReworked the way child properties can be added to a...
2009-03-12  Kevin OllivierRemoving pch header files for CodeWarrior and also...
2009-03-12  Kevin OllivierFix reference ids and update Mac requirements in the...
2009-03-12  Kevin OllivierRemove CodeWarrior portion of the Mac installation...
2009-03-12  Kevin OllivierCodeWarrior has been discontinued on Mac for years...
2009-03-12  Vadim Zeitlincompilation fix for ANSI build
2009-03-12  Jouk Jansenupdate OpenVMS makefiles
2009-03-12  Vadim Zeitlincorrections to Dutch translation from Gideon van Melle
2009-03-12  Kevin OllivierUpdate wxMac docs to reflect new wxOSX/Carbon and wxOSX...
2009-03-12  Kevin OllivierAdd a note about the flag for compiling OSX/Cocoa.
2009-03-11  Vadim Zeitlinreset the associated view frame pointer when the frame...
2009-03-11  Robert RoeblingCommit third algorithm for sorting and preserving old...
2009-03-11  Vadim Zeitlinwork around some (harmless) g++ warnings about possibly...
2009-03-11  Vadim Zeitlinremove MSVC warnings about DLL-exported class inheritin...
2009-03-11  Vadim Zeitlindisable IPC test completely as it prevents the test...
2009-03-11  Václav Slavíkrenamed ATTRIBUTE_PRINTF to WX_ATTRIBUTE_PRINTF to...
2009-03-11  Kevin OllivierGet SetLabel working again for wxStaticText by overridi...
2009-03-10  Stefan Csomoradding pure CoreText Impl
2009-03-10  Robert RoeblingMention wxQsort()
2009-03-10  Robert RoeblingMake a single for loop out of two
2009-03-10  Vadim Zeitlinalso fix handling of wxSP_ARROW_KEYS|wxSP_WRAP (see...
2009-03-10  Vadim Zeitlinhonour wxSP_ARROW_KEYS in wxSpinCtrlGeneric and don...
2009-03-10  Robert RoeblingChange Compare() method to being const
2009-03-10  Robert RoeblingUse sorting algo using wxQsort that includes the old...
2009-03-10  Robert RoeblingMake wxDataViewModel::Compare() const
2009-03-10  Kevin OllivierForgot to commit the header change too.
2009-03-10  Kevin OllivierFocus handling fixes - make sure new windows activate...
2009-03-10  Kevin OllivierBorder styles create a double-border on native search...
2009-03-09  Vadim Zeitlinadd support for multiple extensions to wxImage handlers...
2009-03-09  Vadim Zeitlinno changes, just correct the file name in the header...
2009-03-09  Vadim Zeitlinno real changes, just correct a comment (closes #10563)
2009-03-09  Vadim Zeitlindefine HOST_SUFFIX as empty string when not cross-compi...
2009-03-09  Robert RoeblingImplement vetoing editing in wxDataViewTextRenderer...
2009-03-09  Robert RoeblingAdd wxDataViewEvent for vetoing label editing (see...
2009-03-09  Vadim Zeitlinclose the associated frame if the view is deleted direc...
2009-03-09  Vadim Zeitlindon't use wxScopedPtr<> in wxDocTemplate::CreateDocumen...
2009-03-09  Vadim ZeitlinPCH-less build fix after r59452
2009-03-09  Vadim Zeitlindon't leak memory if exceptions are thrown during a...
2009-03-09  Jaakko SalliMinor wxPGMultiButton refacotring
2009-03-09  Jaakko SalliAllow wxPGMultiButton to work even if primary editor...
2009-03-09  Vadim Zeitlindon't call neither OnSaveModified() nor Modify(false...
2009-03-09  Jaakko SalliAdded build/msw/wx_propgrid.dsp to vc manifest (I hope...
2009-03-09  Vadim Zeitlinrestore passing WM_COMMAND messages for SC_XXX commands...
2009-03-09  Kevin OllivierFix for accessing m_peer during initialization.
2009-03-08  Robert RoeblingCommit most parts of #10495 wxDataViewCtrl needs a...
2009-03-08  Robert RoeblingFixes #10556: wxDataViewCtrl keyboard navigation broken...
2009-03-08  Vadim Zeitlintake into account the width of the static box label...
2009-03-08  Vadim Zeitlinno changes, just removed unnecessary GetStaticBoxBorder...
2009-03-08  Francesco Montorsiadd wxAppConsoleBase::DeletePendingEvents and wxEvtHand...
2009-03-08  Francesco Montorsidocument that locking a wxMutex or a wxCriticalSection...
2009-03-08  Francesco Montorsidocument wxProgressDialog::Update(maximumValue) behavio...
2009-03-08  Francesco Montorsifix typo; distribute docs between Open() overloads...
2009-03-08  Jaakko SalliAdded support for 'AutoComplete' attribute, automatical...
2009-03-08  Jaakko SalliAlways reduce size of the last (instead of widest)...
2009-03-08  Stefan Csomorletting the peer declare whether it wants to draw its...
2009-03-08  Kevin OllivierFix double-click support for wxListBox (#10548)
2009-03-08  Kevin OllivierMac inherits the window variant setting on control...
2009-03-08  Kevin OllivierFixes needed to get transient popup windows working...
2009-03-08  Kevin OllivierMake sure the user can't select the text.
2009-03-07  Vadim Zeitlindetect adding too many items to a grid sizer sooner...
2009-03-07  Vadim Zeitlinsupport %l in wxDateTime::ParseFormat()
2009-03-07  Vadim Zeitlinoptimize Replace() to use a linear algorithm (closes...
2009-03-07  Vadim Zeitlinadd wxUSE_CONFIG checks (see #10560)
2009-03-07  Vadim Zeitlinno changes, just remove an extra space (see #10560)
2009-03-07  Vadim Zeitlinreplace wxGetMultipleChoices() with wxGetSelectedChoice...
2009-03-07  Vadim Zeitlincorrect size of extra controls in pixels to dialogs...
2009-03-07  Vadim Zeitlindon't add the sash size to the best size if the window...
2009-03-07  Vadim Zeitlinalso remove WXUNUSED_UNLESS_DEBUG to fix release build...
2009-03-07  Vadim Zeitlincompilation fix: add missing header after r59404
2009-03-07  Robert RoeblingwxMac requires UTF-8 for wxTextDataoObject
2009-03-07  Vadim Zeitlinstore our styles in wxSpinCtrlGenericBase ctor (needed...
2009-03-07  Vadim Zeitlinsupport wxSP_WRAP in generic implementation (closes...
2009-03-07  Vadim Zeitlinuse wxLog::Log() instead of ugly cast
2009-03-07  Vadim Zeitlinsuppress wxLog::DoLog() and DoLogString() hiding warnings
2009-03-07  Robert RoeblingwxDATAVIEW_CELL_ACTIVATABLE translates Editable under...
2009-03-07  Vadim Zeitlinfix generation of key events with Alt pressed broken...
2009-03-07  Vadim Zeitlinadd wxUSE_CONFIG guard
2009-03-07  Vadim Zeitlinadded wxProtocolLog class for logging network requests...
2009-03-07  Robert RoeblingReport first selected item in selection change event
2009-03-07  Robert RoeblingMake wxDataViewCtrl::GetBestSize() return a height...
2009-03-07  Robert RoeblingCorrect define
2009-03-07  Kevin OllivierFor search ctrl, the bordered and bezeled styles destro...
2009-03-07  Kevin OllivierAdd alignment support, and more tweaks for label size...
2009-03-06  Francesco Montorsifix wxDataObjectComposite::GetFormatCount and add some...
2009-03-06  Robert RoeblingwxBusyInfo now uses wxGenericStaticText under GTK+...
2009-03-06  Francesco MontorsiwxDataViewColumn derives from wxSettableHeaderColumn...
2009-03-06  Francesco Montorsidon't return hardcoded constants for empty renderers...
2009-03-06  Francesco Montorsifix wxTextDataObject::GetDataHere and SetData functions...
2009-03-06  Francesco Montorsimove wxDataFormat and wxDataObject docs at the beginnin...
2009-03-06  Francesco Montorsifix typo (part of r59384)
2009-03-06  Francesco Montorsiremove wxT() and _() macros to make the sample more...
2009-03-06  Francesco Montorsisome more const-ification of HasEditorCtrl
2009-03-06  Francesco Montorsicomment out wxPrintf/wxLogDebug calls; fix some indenta...
next