2007-08-07 |
Vadim Zeitlin | don't include wx/wxprec.h from headers, it's bad style... |
tree | commitdiff |
2007-08-07 |
Julian Smart | Compile fix for VC++ 6 |
tree | commitdiff |
2007-07-28 |
Vadim Zeitlin | (ugly) compilation fix for wxUSE_STL==1 build |
tree | commitdiff |
2007-07-26 |
Vadim Zeitlin | many wxItemContainer-related changes: |
tree | commitdiff |
2007-06-30 |
Vadim Zeitlin | changed ds[pw] files to use CRLF eol style and not... |
tree | commitdiff |
2007-06-26 |
Vadim Zeitlin | remove .cvsignore files, they're useless with svn |
tree | commitdiff |
2007-06-22 |
Vadim Zeitlin | override DoLog(wxString) and not the deprecated DoLog... |
tree | commitdiff |
2007-05-28 |
David Elliott | Include wx/filedlg.h when not WX_PRECOMP. |
tree | commitdiff |
2007-05-24 |
Vadim Zeitlin | deprecate unneeded wxDIRCTRL_SHOW_FILTERS style, just... |
tree | commitdiff |
2007-04-26 |
Robert Roebling | Added Test for wxComboBox::SetValue() to widgets... |
tree | commitdiff |
2007-04-26 |
Vadim Zeitlin | allow to test changing combobox selection too |
tree | commitdiff |
2007-04-09 |
Vadim Zeitlin | added wx/image.h to fix compilation without PCH after... |
tree | commitdiff |
2007-04-07 |
Vadim Zeitlin | use smaller icons, it looks better (patch 1695225) |
tree | commitdiff |
2007-04-01 |
Vadim Zeitlin | added support for ellipsization and markup in wxStaticT... |
tree | commitdiff |
2007-03-31 |
Vadim Zeitlin | added test for EVT_TEXT handler for spin contorl |
tree | commitdiff |
2007-03-20 |
Vadim Zeitlin | no changes, just fixed spelling of 'indeterminate' |
tree | commitdiff |
2007-02-08 |
Vadim Zeitlin | removed the old tmake project files |
tree | commitdiff |
2007-02-07 |
Robin Dunn | rebaked after changing the version number |
tree | commitdiff |
2006-12-11 |
Vadim Zeitlin | 1. Renamed Set/GetXXXVisible() to ShowXXX() and IsXXXVi... |
tree | commitdiff |
2006-12-11 |
Vadim Zeitlin | wxSearchCtrl is an editable control (too) |
tree | commitdiff |
2006-12-11 |
Vadim Zeitlin | deTABified |
tree | commitdiff |
2006-12-11 |
Vadim Zeitlin | restored variabes initialization in OnButtonSet() to... |
tree | commitdiff |
2006-12-11 |
Vadim Zeitlin | compilation fix for USE_PCH==0 |
tree | commitdiff |
2006-12-11 |
Robin Dunn | Modified form of Patch #1611222, adds wxSearchCtrl... |
tree | commitdiff |
2006-12-10 |
Vadim Zeitlin | fixed off by one error in OnButtonSet() |
tree | commitdiff |
2006-12-10 |
Vadim Zeitlin | compilation fix for g++ < 3.4 after last commit |
tree | commitdiff |
2006-12-10 |
Włodzimierz Skiba | Implemented Set button for date picker page. |
tree | commitdiff |
2006-12-03 |
Vadim Zeitlin | fix initial layout of the widgets pages: avoid calling... |
tree | commitdiff |
2006-11-10 |
Robin Dunn | Move version number to 2.8.0.0 and rebake the makefiles |
tree | commitdiff |
2006-11-04 |
Vadim Zeitlin | rebaked with baefile rev 928 |
tree | commitdiff |
2006-10-28 |
Robin Dunn | Moved version number to 2.7.2.0 and rebaked |
tree | commitdiff |
2006-10-22 |
Vadim Zeitlin | test indeterminate wxGauge mode (part of patch 1551409) |
tree | commitdiff |
2006-10-19 |
Włodzimierz Skiba | Rescale images automatically with informations about... |
tree | commitdiff |
2006-10-16 |
Włodzimierz Skiba | Fix for assert in 'dynarray.cpp' by Jaakko Salli. |
tree | commitdiff |
2006-10-13 |
Włodzimierz Skiba | Fix for assert in setting image from file by Jaakko... |
tree | commitdiff |
2006-10-09 |
Paul Cornett | build fixes for WXWIN_COMPATIBILITY_2_6=0 |
tree | commitdiff |
2006-10-09 |
Robin Dunn | Bumping the version number also requires that version... |
tree | commitdiff |
2006-10-05 |
Włodzimierz Skiba | PCH build fix. |
tree | commitdiff |
2006-10-05 |
Włodzimierz Skiba | wxGenericDirCtrl page for widgets sample. |
tree | commitdiff |
2006-10-04 |
Włodzimierz Skiba | New icon for combobox with bitmaps. Improved readabilit... |
tree | commitdiff |
2006-10-04 |
Włodzimierz Skiba | Connect changed page event after subpages are created... |
tree | commitdiff |
2006-10-02 |
Paul Cornett | 64-bit warning fixes |
tree | commitdiff |
2006-09-23 |
Robert Roebling | [ 1559479 ] wxImageComboBox |
tree | commitdiff |
2006-09-19 |
Robert Roebling | 1552971 ] Add flag for wxODComboBox::OnDrawItem... |
tree | commitdiff |
2006-09-10 |
Vadim Zeitlin | added hyperlink alignment flags (patch 1537043) |
tree | commitdiff |
2006-09-09 |
Kevin Ollivier | Mac(Carbon) impl of wxGauge::Pulse, also added sample... |
tree | commitdiff |
2006-08-26 |
Vadim Zeitlin | don't call EnsureVisible(tree->GetRootItem()) for a... |
tree | commitdiff |
2006-08-25 |
Vadim Zeitlin | reset busy cursor checkbox when switching to another... |
tree | commitdiff |
2006-08-24 |
Vadim Zeitlin | prevent selecting the treebook items without correspond... |
tree | commitdiff |
2006-08-24 |
Vadim Zeitlin | added tests for setting the cursor |
tree | commitdiff |
2006-08-22 |
Paul Cornett | build fix |
tree | commitdiff |
2006-08-10 |
Vadim Zeitlin | empty spin range is valid and even useful (at least... |
tree | commitdiff |
2006-08-04 |
Vadim Zeitlin | undid last change and removed wxTE/CB_FILENAME style... |
tree | commitdiff |
2006-08-01 |
Włodzimierz Skiba | Removed unused Symantec (*.sc) build system. Symantec... |
tree | commitdiff |
2006-07-31 |
Włodzimierz Skiba | '[ 1530831 ] wxOwnerDrawnComboBox page for Widgets... |
tree | commitdiff |
2006-07-29 |
Vadim Zeitlin | moved combobox styles from defs.to to combobox.h; added... |
tree | commitdiff |
2006-07-27 |
Mart Raudsepp | Add line and page size modification possibility. |
tree | commitdiff |
2006-07-24 |
Vadim Zeitlin | don't use obsolete wxNO_FULL_REPAINT_ON_RESIZE flag... |
tree | commitdiff |
2006-07-19 |
Włodzimierz Skiba | Crash fix for working without selecting subpage. |
tree | commitdiff |
2006-07-16 |
Vadim Zeitlin | don't grow the combobox vertically (this does make... |
tree | commitdiff |
2006-07-16 |
Stefan Neis | With fix from treebase.cpp,v 1.28, (generic) treectrl... |
tree | commitdiff |
2006-07-11 |
Włodzimierz Skiba | Fixed crash in book pages. |
tree | commitdiff |
2006-06-21 |
Włodzimierz Skiba | [ 1509599 ] 'Split pickers page in widgets sample'... |
tree | commitdiff |
2006-06-14 |
Robin Dunn | fixed line endings |
tree | commitdiff |
2006-06-11 |
Stefan Neis | Don't use TreeBook for OS/2 PM port (at least not yet). |
tree | commitdiff |
2006-06-08 |
Włodzimierz Skiba | Use bottom flat notebook on PocketPC by default. |
tree | commitdiff |
2006-06-06 |
Włodzimierz Skiba | On-demand creation of the pages for speedup of sample... |
tree | commitdiff |
2006-06-05 |
Włodzimierz Skiba | Peaceful solution to wxCheckListBox inheritance in... |
tree | commitdiff |
2006-06-02 |
Michael Wetherell | Add wx-lib xml as adv depends on it for the richtext... |
tree | commitdiff |
2006-06-02 |
Michael Wetherell | Commit pickers-fixes.patch added to 1472329 (Francesco... |
tree | commitdiff |
2006-06-01 |
Włodzimierz Skiba | Typo fix. |
tree | commitdiff |
2006-06-01 |
Włodzimierz Skiba | Minor corrections to pickers presentation. |
tree | commitdiff |
2006-05-31 |
Vadim Zeitlin | added wx{Colour|File|Dir|Font}PickerCtrl (patch 1472329... |
tree | commitdiff |
2006-05-30 |
Włodzimierz Skiba | wxHyperlink page for widgets presentation. |
tree | commitdiff |
2006-05-27 |
Włodzimierz Skiba | More small devices adjustements. |
tree | commitdiff |
2006-05-26 |
Włodzimierz Skiba | Small devices adjustements. |
tree | commitdiff |
2006-05-25 |
Włodzimierz Skiba | Adjustement to wxCheckListBox under WinCE. |
tree | commitdiff |
2006-05-25 |
Włodzimierz Skiba | Better screen usage on smaller devices. |
tree | commitdiff |
2006-05-24 |
Włodzimierz Skiba | wxToggleButton page added to widgets sample. |
tree | commitdiff |
2006-05-22 |
Włodzimierz Skiba | Continuation of 'widgets' sample improvements. |
tree | commitdiff |
2006-05-19 |
Włodzimierz Skiba | Tinderbox build fix: preprocessing directive not recogn... |
tree | commitdiff |
2006-05-18 |
Włodzimierz Skiba | wxUniv port mentioned instead of native, wxButton ports... |
tree | commitdiff |
2006-05-17 |
Włodzimierz Skiba | Opening first subpage initially. |
tree | commitdiff |
2006-05-17 |
Włodzimierz Skiba | Rearranged widgets sample to show more and categorized... |
tree | commitdiff |
2006-05-05 |
Włodzimierz Skiba | [ 1482626 ] Fix widgets sample build on unicode |
tree | commitdiff |
2006-05-04 |
Vadim Zeitlin | allow entering multiline tooltips directly; allow remov... |
tree | commitdiff |
2006-04-28 |
Włodzimierz Skiba | Warning fixes. |
tree | commitdiff |
2006-04-27 |
Włodzimierz Skiba | Unicode build fix. |
tree | commitdiff |
2006-04-16 |
Vadim Zeitlin | added a menu allowing to quickly switch to any page |
tree | commitdiff |
2006-04-16 |
Vadim Zeitlin | no changes, just removed some commented out code |
tree | commitdiff |
2006-04-16 |
Vadim Zeitlin | added a menu allowing to change the border style used... |
tree | commitdiff |
2006-04-14 |
Włodzimierz Skiba | Deprecated and obsolete parts marked up for backward... |
tree | commitdiff |
2006-03-23 |
Vadim Zeitlin | replaced all int/size_t indices in wxControlWithItems... |
tree | commitdiff |
2006-03-22 |
Włodzimierz Skiba | Test both constuctors. Warning fix. |
tree | commitdiff |
2006-03-15 |
Włodzimierz Skiba | Warning fixes. |
tree | commitdiff |
2006-02-10 |
Vadim Zeitlin | added test for GetInsertyionPoint() (patch 1262125) |
tree | commitdiff |
2006-02-10 |
Vadim Zeitlin | regenerated all makefiles with bakefile 0.2.0; removed... |
tree | commitdiff |
2006-01-21 |
Michael Wetherell | Rebake all the VC++ project files and makefiles |
tree | commitdiff |
2006-01-18 |
Julian Smart | Don't pass wxALIGN_ flags to wxButton |
tree | commitdiff |
2005-12-19 |
Włodzimierz Skiba | __WIN95__ removed (used to differ win3.1 vs. 'modern... |
tree | commitdiff |
next |