2007-01-11 |
Julian Smart | Use the associated document manager, not the global one |
commit | commitdiff | tree | snapshot |
2007-01-11 |
Julian Smart | Write a newline, not a 10 into the stream |
commit | commitdiff | tree | snapshot |
2007-01-11 |
Vadim Zeitlin | no changes, just refactor the code sending spin update... |
commit | commitdiff | tree | snapshot |
2007-01-11 |
Vadim Zeitlin | apply patch 1630906 after all as with my simpler fix... |
commit | commitdiff | tree | snapshot |
2007-01-11 |
Vadim Zeitlin | fix lack of spin control update event when control... |
commit | commitdiff | tree | snapshot |
2007-01-11 |
Vadim Zeitlin | suppress spurious error message when copying from clipb... |
commit | commitdiff | tree | snapshot |
2007-01-11 |
Vadim Zeitlin | reverted wrong change of rev 1.129 and fixed the first... |
commit | commitdiff | tree | snapshot |
2007-01-11 |
Vadim Zeitlin | do strtoll() test using C++ compiler as at least under... |
commit | commitdiff | tree | snapshot |
2007-01-10 |
Václav Slavík | added wxDFB to distribution scripts |
commit | commitdiff | tree | snapshot |
2007-01-10 |
Julian Smart | Removed versions so we don't have to update with every... |
commit | commitdiff | tree | snapshot |
2007-01-10 |
Julian Smart | Updated date |
commit | commitdiff | tree | snapshot |
2007-01-10 |
Julian Smart | Updated version and date |
commit | commitdiff | tree | snapshot |
2007-01-10 |
Václav Slavík | added support for Bakefile's upcoming msvs2005prj forma... |
commit | commitdiff | tree | snapshot |
2007-01-10 |
Vadim Zeitlin | add #if wxUSE_TOOLTIPS around DoSetToolTip() |
commit | commitdiff | tree | snapshot |
2007-01-10 |
Chris Elliott | 2.8.2 |
commit | commitdiff | tree | snapshot |
2007-01-10 |
Chris Elliott | fix missing setup.h file(s) http://lists.wxwidgets... |
commit | commitdiff | tree | snapshot |
2007-01-09 |
Julian Smart | IsRich should be defined even if wxUSE_RICHTEXT isn't |
commit | commitdiff | tree | snapshot |
2007-01-09 |
Julian Smart | Fix for missing separator if any previous items were... |
commit | commitdiff | tree | snapshot |
2007-01-09 |
Vadim Zeitlin | check parameters after options check sothat usign ... |
commit | commitdiff | tree | snapshot |
2007-01-09 |
Vadim Zeitlin | show -version in the list of options; exit after showin... |
commit | commitdiff | tree | snapshot |
2007-01-09 |
Vadim Zeitlin | more about virtual functions access specifier changing |
commit | commitdiff | tree | snapshot |
2007-01-08 |
Robin Dunn | don't use default style |
commit | commitdiff | tree | snapshot |
2007-01-08 |
Robin Dunn | Tweak dates and version number |
commit | commitdiff | tree | snapshot |
2007-01-08 |
Robin Dunn | Version --> 2.8.1.0 |
commit | commitdiff | tree | snapshot |
2007-01-08 |
Robin Dunn | Minor tweaks to get up to date with wx CVS |
commit | commitdiff | tree | snapshot |
2007-01-08 |
Robin Dunn | ignore things that are just defined for the sake of... |
commit | commitdiff | tree | snapshot |
2007-01-08 |
Vadim Zeitlin | added more wxUSE_TREE/LISTCTRL tests to fix compilation... |
commit | commitdiff | tree | snapshot |
2007-01-08 |
Chris Elliott | 2.8.1 |
commit | commitdiff | tree | snapshot |
2007-01-08 |
Chris Elliott | remove space which broke tex2rtf |
commit | commitdiff | tree | snapshot |
2007-01-08 |
Chris Elliott | fix part of proposal at http://news.gmane.org/find... |
commit | commitdiff | tree | snapshot |
2007-01-08 |
Vadim Zeitlin | use wxLongLong_t instead of long long |
commit | commitdiff | tree | snapshot |
2007-01-08 |
Paul Cornett | non-pch build fix |
commit | commitdiff | tree | snapshot |
2007-01-08 |
Kevin Ollivier | Fix GetNextItem for virtual wxListCtrl, and improve... |
commit | commitdiff | tree | snapshot |
2007-01-07 |
Vadim Zeitlin | fix compilation for latest SDK where EnumModulesProc... |
commit | commitdiff | tree | snapshot |
2007-01-07 |
Vadim Zeitlin | updated version to 2.8.1 |
commit | commitdiff | tree | snapshot |
2007-01-07 |
Vadim Zeitlin | also update wxVERSION_STRING |
commit | commitdiff | tree | snapshot |
2007-01-07 |
Vadim Zeitlin | fix wxConfig::DeleteGroup() for arguments with trailing... |
commit | commitdiff | tree | snapshot |
2007-01-07 |
Vadim Zeitlin | apparently the previous version was generated with... |
commit | commitdiff | tree | snapshot |
2007-01-07 |
Vadim Zeitlin | also update manual.tex |
commit | commitdiff | tree | snapshot |
2007-01-07 |
Vadim Zeitlin | more informative output |
commit | commitdiff | tree | snapshot |
2007-01-07 |
Vadim Zeitlin | updated version to 2.8.1 |
commit | commitdiff | tree | snapshot |
2007-01-07 |
Stefan Neis | Attempt at fixing deepCopyHostent/Servent. |
commit | commitdiff | tree | snapshot |
2007-01-07 |
Vadim Zeitlin | added a script to update release version field |
commit | commitdiff | tree | snapshot |
2007-01-07 |
Vadim Zeitlin | don't compile wxDataViewDateRendererPopupTransient... |
commit | commitdiff | tree | snapshot |
2007-01-07 |
Vadim Zeitlin | no changes, just removed duplicate TreeView_HitTest... |
commit | commitdiff | tree | snapshot |
2007-01-07 |
Vadim Zeitlin | corrected message about page number overflow |
commit | commitdiff | tree | snapshot |
2007-01-07 |
Vadim Zeitlin | added EVT_TASKBAR_CLICK and use it to show taskbar... |
commit | commitdiff | tree | snapshot |
2007-01-07 |
Vadim Zeitlin | regenerated after wx/richtext/richtextstyles.h addition |
commit | commitdiff | tree | snapshot |
2007-01-07 |
Vadim Zeitlin | added wx/richtext/richtextstyles.h (bug 1624364) |
commit | commitdiff | tree | snapshot |
2007-01-07 |
Vadim Zeitlin | make HitTest() public (bug 1626543); this changes ABI... |
commit | commitdiff | tree | snapshot |
2007-01-07 |
Stefan Neis | Fixed switching to a different drive/volume on OS/2. |
commit | commitdiff | tree | snapshot |
2007-01-07 |
Kevin Ollivier | Add more sanity checks to virtual list item nums as... |
commit | commitdiff | tree | snapshot |
2007-01-07 |
Kevin Ollivier | Make it easier to switch between native and generic... |
commit | commitdiff | tree | snapshot |
2007-01-07 |
Vadim Zeitlin | disable wxCollapsiblePane compilation in wx/chkconf... |
commit | commitdiff | tree | snapshot |
2007-01-07 |
Vadim Zeitlin | fix attribute memory leak in wxGrid::ShowCellEditContro... |
commit | commitdiff | tree | snapshot |
2007-01-07 |
Vadim Zeitlin | added support and enable long long support when wxLong... |
commit | commitdiff | tree | snapshot |
2007-01-07 |
Vadim Zeitlin | fix wxMDIChidFrame::GetPosition() (patch 1626610) |
commit | commitdiff | tree | snapshot |
2007-01-07 |
Vadim Zeitlin | fix wxConfig::DeleteGroup() for arguments with trailing... |
commit | commitdiff | tree | snapshot |
2007-01-07 |
Vadim Zeitlin | include WebKit.h as otherwise WebKit is not detected... |
commit | commitdiff | tree | snapshot |
2007-01-07 |
Vadim Zeitlin | mention RTL fixes by Diaa Sami |
commit | commitdiff | tree | snapshot |
2007-01-07 |
Vadim Zeitlin | fix combobox dropdown position in RTL (patch 1623127) |
commit | commitdiff | tree | snapshot |
2007-01-07 |
Vadim Zeitlin | fixes and workarounds to return value of our own wxVsnp... |
commit | commitdiff | tree | snapshot |
2007-01-07 |
Vadim Zeitlin | fix for popup positioning in RTL mode (patch 1622930) |
commit | commitdiff | tree | snapshot |
2007-01-07 |
Vadim Zeitlin | set tooltips for the both subcontrols (patch 1622531) |
commit | commitdiff | tree | snapshot |
2007-01-07 |
Vadim Zeitlin | added wxTreeCtrl::CollapseAll[Children]() and IsEmpty... |
commit | commitdiff | tree | snapshot |
2007-01-07 |
Vadim Zeitlin | return correct item and position from wxTreeEvent:... |
commit | commitdiff | tree | snapshot |
2007-01-07 |
Vadim Zeitlin | corrected ctor signature |
commit | commitdiff | tree | snapshot |
2007-01-07 |
Vadim Zeitlin | added wxTreeCtrl::CollapseAll[Children]() and IsEmpty... |
commit | commitdiff | tree | snapshot |
2007-01-07 |
Vadim Zeitlin | operators == and != are const (part of patch 1622125) |
commit | commitdiff | tree | snapshot |
2007-01-07 |
Stefan Neis | Extended wxGetHostName implementation. |
commit | commitdiff | tree | snapshot |
2007-01-07 |
Stefan Neis | Added wxGetDiskSpace implementation (patch #1625514). |
commit | commitdiff | tree | snapshot |
2007-01-07 |
Stefan Neis | Compilation fix for really old gcc versions. |
commit | commitdiff | tree | snapshot |
2007-01-07 |
Vadim Zeitlin | changed copyright year to 2007 |
commit | commitdiff | tree | snapshot |
2007-01-07 |
Kevin Ollivier | Use GetItem to get item info for events, even for virtu... |
commit | commitdiff | tree | snapshot |
2007-01-07 |
Kevin Ollivier | Generic list and tree ctrl should not use the focused... |
commit | commitdiff | tree | snapshot |
2007-01-06 |
Robin Dunn | Add dependency on tabmdi.h |
commit | commitdiff | tree | snapshot |
2007-01-06 |
Robin Dunn | Added wx.aui.AuiNotebook.GetAuiManager(). |
commit | commitdiff | tree | snapshot |
2007-01-06 |
Robin Dunn | Fixes for segfaults when the parent frame is destroyed |
commit | commitdiff | tree | snapshot |
2007-01-06 |
Robin Dunn | Add GetAuiManager |
commit | commitdiff | tree | snapshot |
2007-01-06 |
Kevin Ollivier | Add a grid sizer demo, and document the props accepted... |
commit | commitdiff | tree | snapshot |
2007-01-06 |
Kevin Ollivier | Don't draw the primary highlight colors if the control... |
commit | commitdiff | tree | snapshot |
2007-01-05 |
Kevin Ollivier | Apply patch #1626802, which fixes GetNextItem to return... |
commit | commitdiff | tree | snapshot |
2007-01-05 |
Włodzimierz... | '-version' parameter for tex2rtf. |
commit | commitdiff | tree | snapshot |
2007-01-05 |
Stefan Csomor | allowing vertical scrolling even if wxTE_NO_VSCROLL... |
commit | commitdiff | tree | snapshot |
2007-01-05 |
Vadim Zeitlin | more unescaped underscores |
commit | commitdiff | tree | snapshot |
2007-01-05 |
Vadim Zeitlin | fix broken links to File/DirName() |
commit | commitdiff | tree | snapshot |
2007-01-05 |
Vadim Zeitlin | rename Inside(x,y) parameters to avoid gcc warnings... |
commit | commitdiff | tree | snapshot |
2007-01-04 |
Jouk Jansen | Update OpenVMS make-files |
commit | commitdiff | tree | snapshot |
2007-01-04 |
Kevin Ollivier | Have SetSizerProps internally handle the assignment... |
commit | commitdiff | tree | snapshot |
2007-01-03 |
Václav Slavík | fixed deadlock when calling wxPostEvent() from worker... |
commit | commitdiff | tree | snapshot |
2007-01-02 |
Robin Dunn | Remove some items from the Recent additions list |
commit | commitdiff | tree | snapshot |
2007-01-02 |
Robin Dunn | reformat the overview string |
commit | commitdiff | tree | snapshot |
2007-01-02 |
Chris Elliott | fix errant __BORLAND__ see http://article.gmane.org... |
commit | commitdiff | tree | snapshot |
2007-01-02 |
Jouk Jansen | avoid reading KDE-tables on OpenVMS. They will never... |
commit | commitdiff | tree | snapshot |
2007-01-01 |
Paul Cornett | restore declaration inline specifier, and make definiti... |
commit | commitdiff | tree | snapshot |
2007-01-01 |
Robin Dunn | reSWIGged |
commit | commitdiff | tree | snapshot |
2007-01-01 |
Robin Dunn | Don't steal VK_RETURN for wxEVT_COMMAND_LIST_ITEM_ACTI... |
commit | commitdiff | tree | snapshot |
2007-01-01 |
Robin Dunn | fixed a compile error in one of the stub classes |
commit | commitdiff | tree | snapshot |
2007-01-01 |
Paul Cornett | remove inline from declaration of functions which are... |
commit | commitdiff | tree | snapshot |
2006-12-31 |
Vadim Zeitlin | correct OnOpenError() return type |
commit | commitdiff | tree | snapshot |
next |