wxWidgets.git
2006-07-03  Vadim Zeitlinmake the frame big enough to show all controls initially
2006-07-03  Włodzimierz... [ 1515520 ] wxOwnerDrawnComboBox mouse hover on partial...
2006-07-02  Stefan NeisUpdated information on concurrent installs.
2006-07-02  Stefan NeisRemoved some outdated stuff.
2006-07-02  Stefan NeisFixed typos in comments (patch #1515724)
2006-07-02  Stefan NeisFixes to sizing and others, according to patch #1507207.
2006-07-02  Julian SmartImplemented wxTextAttrEx::CombineEx and wxRichTextAttr...
2006-07-02  Vadim Zeitlincorrected preview scale calculation (patch from Daniel...
2006-07-02  Vadim Zeitlinuse PROOF_QUALITY in LOGFONT by default
2006-07-02  Vadim Zeitlintake pixel sizes into account as well when comparing...
2006-07-02  Julian SmartAdded wxTextCtrlBase to type info, useful if different...
2006-07-02  Julian SmartTypo correction
2006-07-02  Julian SmartSeems to work fine without switching off anti-aliasing now
2006-07-02  Vadim Zeitlinfix appearance problems when the cell is scrolled ...
2006-07-02  Vadim Zeitlinuse gtk_file_chooser_set_current_folder() instead of...
2006-07-02  Vadim Zeitlinadded indirect base classes too (patch 1513451)
2006-07-02  Vadim ZeitlinIndex() is const (patch 1513451)
2006-07-02  Vadim Zeitlinadded ExpandAllChildrne() (patch 1498343)
2006-07-02  Vadim Zeitlindon't use old name for wxTE_PROCESS_ENTER unavailable...
2006-07-02  Vadim Zeitlinreset m_selectingKeyboard in ClearSelection() too
2006-07-02  Vadim Zeitlindon't refresh the menu if it's frozen
2006-07-01  Julian SmartCorrected GIF
2006-07-01  Julian SmartFirst cut at wxRichTextCtrl documentation
2006-07-01  Julian SmartRemoved duplicate wxDCClipper documentation
2006-07-01  Julian SmartSwapped parameters
2006-07-01  Julian SmartNeed to convert from physical to logical units inside...
2006-07-01  Vadim Zeitlindon't set the size to the full screen for the windows...
2006-07-01  Vadim Zeitlinuse WM_NCCALCSIZE in DoGetClientSize() if the window...
2006-06-30  Vadim Zeitlindon't ignore dialog code when processing Ctrl-keys...
2006-06-30  Vadim Zeitlinavoid asserts by not using GetSelection() with multi...
2006-06-30  Vadim Zeitlinadded wxHyperLink and context help testing code (not...
2006-06-30  Vadim Zeitlinsupport Ctrl-PageUp/Dn for changing the notebook pages...
2006-06-30  Vadim Zeitlinwe don't need to override MSWTranslateMessage(), it...
2006-06-30  Vadim Zeitlincall MSWProcessMessage() for the window itself, althoug...
2006-06-30  Vadim Zeitlinmoved wxUSE_MS_HTML_HELP to MSW-specific setup.h, it...
2006-06-30  Angel Vidal... Old socket code has no wxDatagramSocket::Connect()...
2006-06-30  Stefan Csomormaking sure mac filenames are always decomposed D Unico...
2006-06-30  Angel Vidal... wxDatagramSocket docs added
2006-06-30  Angel Vidal... Fixes tex2rtf to search for files on current folder...
2006-06-30  Václav Slavíkfixed wxCheckBoxBase::DoUpdateWindowUI to handle disabl...
2006-06-30  Stefan Csomormissing retval
2006-06-30  Stefan Csomorfixing PPI bugs in printer dcs and print preview
2006-06-30  Stefan Csomorfixing PPI bugs in printer dcs
2006-06-30  Benjamin Williamsadded/expanded various comments
2006-06-29  Robin DunnRemoved __future__ import that has been in the "past...
2006-06-29  Stefan Csomorswitching all text rendering/measuring to ATSUI
2006-06-29  Stefan Csomormoving UniChar code to one place
2006-06-29  Vadim Zeitlincall wxApp::OnInit() from MyApp::OnInit() so that stand...
2006-06-29  Vadim Zeitlinflush stderr in wxSafeShowMessage(): this might be...
2006-06-29  Julian SmartMoved wrongly placed hit test constants
2006-06-29  Julian SmartChanged order of libs to fix linking
2006-06-29  Stefan Csomorfix for potential crash when conversion fails
2006-06-29  Stefan Csomorfix for potention crash when conversion fails
2006-06-29  Julian SmartRespun configure for richtext library
2006-06-29  Julian SmartTypo correction
2006-06-29  Julian SmartMoved wxRichTextCtrl to its own library
2006-06-29  Robin DunnAdded SWIG patches to allow compiling the generated...
2006-06-28  Robin DunnApplied patch from Armel Asselin that reduces memory...
2006-06-28  Julian SmartTypo correction
2006-06-28  Vadim Zeitlinadded missing wx/sizer.h header
2006-06-28  Julian SmartFixed zoom problem (Robert J.Lang)
2006-06-28  Julian SmartAdded support for tabs in wxRichTextCtrl (Ashish More)
2006-06-27  Robin DunnreSWIGged
2006-06-27  Robin Dunnnew wxTreeEvent ctor
2006-06-27  Robin DunnDon't use custom bg style except on wxGTK
2006-06-27  Robin DunnPicker control updates
2006-06-27  Robin DunnChanged call order of the PreCreate method, and pass...
2006-06-27  Robin Dunnlittle tweaks
2006-06-27  Robin DunnNew SetModified method
2006-06-27  Robin DunnNew wxNB_HITTEST_ONPAGE flag
2006-06-27  Robin DunnAdded missing platform constants
2006-06-27  Robin DunnRemove use of wxHIDE_READONLY
2006-06-27  Robin DunnPut wxHIDE_READONLY back for compatibility.
2006-06-27  Robin DunnwxMSW doesn't look in a LC_MESSAGES dir for the message...
2006-06-27  Robin DunnPut back the old wxTreeEvent ctor for compatibility
2006-06-27  Kevin OllivierFixed incorrect get page source check around SetPageSource.
2006-06-27  Robin DunnwxPickerBase derives from wxControl, not wxWindow
2006-06-27  Robin Dunnfixed typo
2006-06-27  Vadim Zeitlinadded a wxTreeEvent ctor taking the associated wxTreeCt...
2006-06-27  Vadim Zeitlinadded a wxTreeEvent ctor taking the associated wxTreeCt...
2006-06-27  Vadim Zeitlinlook in the environment for the options values
2006-06-27  Vadim Zeitlinadded wxUSE_PRINTF_POS_PARAMS which can be used to...
2006-06-27  Vadim Zeitlinfix handling of % in our printf implementation (part...
2006-06-27  Vadim Zeitlincreate text control with wxTE_PROCESS_ENTER style if...
2006-06-27  Vadim Zeitlinfix VC compilation warnings about implicit int->bool...
2006-06-27  Vadim Zeitlinuse wxBoxSizer in wxPickerBase instead of doing the...
2006-06-27  Vadim Zeitlinremove duplicate m_popupInterface (patch 1509424)
2006-06-27  Julian SmartAdded wxPROPSHEET_TREEBOOK option
2006-06-27  Julian SmartRemove use of GetVolumeInformation since it causes...
2006-06-26  Vadim Zeitlinallow empty filename in ctor taking the extents
2006-06-26  Vadim Zeitlininclude wx/msw/metafile.h when wxUSE_WIN_METAFILES_ALWA...
2006-06-26  Vadim Zeitlinforce showing 0 in the spin control instead of leaving...
2006-06-26  Vadim Zeitlinpicker controls improvements: fixes to valid paths...
2006-06-26  Vadim Zeitlinadd SetSelection(-1) test (part of patch 1506943)
2006-06-26  Vadim Zeitlindeselect all items when SetSelection(-1) is called...
2006-06-26  Vadim Zeitlinadded SetModified() for people who find it easier to...
2006-06-26  Vadim Zeitlinremove the item from proportions arrays as well as...
2006-06-26  Vadim Zeitlindefine WXMAKINGDLL_QA when WXMAKINGDLL is defined ...
2006-06-26  Vadim Zeitlinexplicitely include <shellapi.h>, apparently needed...
2006-06-25  Vadim Zeitlinavoid infinite loop in AlwaysYield() if we somehow...
next