2005-04-08 |
Vadim Zeitlin | compilation fix for wxUSE_MIMETYPE == 0; wxFileType... |
tree | commitdiff |
2005-04-07 |
Robin Dunn | Set the find button to be the default button. |
tree | commitdiff |
2005-04-07 |
Włodzimierz Skiba | [1178593] Outdated exclamation mark. |
tree | commitdiff |
2005-04-06 |
Julian Smart | As yet unsuccessful attempt to set the focus to the... |
tree | commitdiff |
2005-04-05 |
Vadim Zeitlin | added GetVisibleBegin/End() to complement/replace GetFi... |
tree | commitdiff |
2005-04-05 |
Vadim Zeitlin | use wxTE_RICH2 for the text control, it looks better... |
tree | commitdiff |
2005-04-05 |
Włodzimierz Skiba | Deprecate wxPathExists, make wxDirExists used everywher... |
tree | commitdiff |
2005-04-02 |
Julian Smart | Further WinCE adaptations |
tree | commitdiff |
2005-04-02 |
Julian Smart | Only set background colour explicitly for PPC/Smartphone |
tree | commitdiff |
2005-04-02 |
Julian Smart | Fixed bug preventing dir enumeration from working on... |
tree | commitdiff |
2005-04-02 |
Julian Smart | WinCE adaptations |
tree | commitdiff |
2005-04-02 |
Julian Smart | WinCE adaptations |
tree | commitdiff |
2005-03-31 |
Robert Roebling | Fix the fix for not sending two end label edit events |
tree | commitdiff |
2005-03-31 |
Julian Smart | Applied patch [ 1174270 ] small fixes to wxGenericDirCtrl |
tree | commitdiff |
2005-03-31 |
Stefan Csomor | content clipping becomes a runtime attribute |
tree | commitdiff |
2005-03-30 |
Robert Roebling | Fix bug [ 1170089 ] wxGenericDirCtrl doesn't show... |
tree | commitdiff |
2005-03-29 |
Stefan Csomor | handling mac as gtk |
tree | commitdiff |
2005-03-29 |
Julian Smart | Allow Initialize(NULL) |
tree | commitdiff |
2005-03-27 |
Vadim Zeitlin | fixed crash introduced by recently applied autowidth... |
tree | commitdiff |
2005-03-27 |
Vadim Zeitlin | send wxEVT_COMMAND_SPLITTER_SASH_POS_CHANGED only once... |
tree | commitdiff |
2005-03-26 |
Robert Roebling | Small fix for generic print dialog. |
tree | commitdiff |
2005-03-24 |
Robin Dunn | Applied patch [ 1170019 ] Fix for wxGTK drop button... |
tree | commitdiff |
2005-03-24 |
Vadim Zeitlin | added wxRendererNative::DrawDropArrow (patch 1166596) |
tree | commitdiff |
2005-03-22 |
Włodzimierz Skiba | Build fixes. |
tree | commitdiff |
2005-03-21 |
Vadim Zeitlin | speed up SetColumnWidth() by caching max column width... |
tree | commitdiff |
2005-03-21 |
Włodzimierz Skiba | Dummy warning fix. |
tree | commitdiff |
2005-03-21 |
Vadim Zeitlin | unreachable code warning fix (Unicode build) |
tree | commitdiff |
2005-03-19 |
Robin Dunn | Fixed bug #1163384. Moved the code that handles activa... |
tree | commitdiff |
2005-03-17 |
Vadim Zeitlin | iterator methods fixes (patch 1164808) |
tree | commitdiff |
2005-03-17 |
Vadim Zeitlin | removed #ifdef __WXMAC__ as the code is now the same... |
tree | commitdiff |
2005-03-17 |
Robin Dunn | Use Update() instead of yielding and waiting for the... |
tree | commitdiff |
2005-03-17 |
Vadim Zeitlin | don't set virtual size of the window to (0, 0) if scrol... |
tree | commitdiff |
2005-03-17 |
Julian Smart | Provided GetBestVirtualSize and DoGetBestSize implement... |
tree | commitdiff |
2005-03-17 |
Włodzimierz Skiba | Fixed strange situation when we had wxPathExists and... |
tree | commitdiff |
2005-03-17 |
Julian Smart | Small fixes for compiling Cygwin (with --disable-sockets) |
tree | commitdiff |
2005-03-16 |
Julian Smart | Removed checklistbox test |
tree | commitdiff |
2005-03-15 |
Julian Smart | WinCE doesn't have wxCheckListBox, and doesn't like... |
tree | commitdiff |
2005-03-15 |
Włodzimierz Skiba | SetLeft|RightMenu is supposed to be API for all smartph... |
tree | commitdiff |
2005-03-15 |
Julian Smart | Fixed wxPropertySheetDialog for Smartphone |
tree | commitdiff |
2005-03-14 |
Julian Smart | Added wxPropertySheetDialog for implementing settings... |
tree | commitdiff |
2005-03-14 |
Włodzimierz Skiba | 'Dummy' warning fixes (might be used uninitialized). |
tree | commitdiff |
2005-03-13 |
Julian Smart | Added wxNB_FLAT for WinCE property sheet tabs |
tree | commitdiff |
2005-03-12 |
David Elliott | Fix compilation of generic message dialog. |
tree | commitdiff |
2005-03-11 |
Robert Roebling | GTK compilation. |
tree | commitdiff |
2005-03-11 |
Włodzimierz Skiba | Base for wxMessageDialog with common checks for style. |
tree | commitdiff |
2005-03-11 |
Vadim Zeitlin | added wxDebugReport |
tree | commitdiff |
2005-03-10 |
Włodzimierz Skiba | Smartphone adjustements to generic log dialog. |
tree | commitdiff |
2005-03-09 |
Robert Roebling | Compilo. |
tree | commitdiff |
2005-03-08 |
Robert Roebling | Applied dir control token patch. |
tree | commitdiff |
2005-03-08 |
Robert Roebling | Override OnSize in the scrollsub sample to disable |
tree | commitdiff |
2005-03-08 |
Vadim Zeitlin | fixed loop deleting the old filters in SetWildcard... |
tree | commitdiff |
2005-03-08 |
Vadim Zeitlin | init member variables properly (patch 1156088) |
tree | commitdiff |
2005-03-07 |
Robert Roebling | Applied patch to reenable single selection mode. |
tree | commitdiff |
2005-03-07 |
Robert Roebling | This fixes a problem in the two tree and list controls... |
tree | commitdiff |
2005-03-04 |
Włodzimierz Skiba | #pragma implementation fix. |
tree | commitdiff |
2005-03-02 |
Robin Dunn | Set the mouse pos for the drag events |
tree | commitdiff |
2005-03-02 |
Julian Smart | Must use GetAdjustedBestSize for getting child window... |
tree | commitdiff |
2005-03-01 |
Ryan Norton | More wxUSE_STATTEXT fixes |
tree | commitdiff |
2005-03-01 |
Ryan Norton | wxUSE_STATTEXT fixes |
tree | commitdiff |
2005-03-01 |
Ryan Norton | wxUSE_IMAGLIST fix (good grief...) |
tree | commitdiff |
2005-02-28 |
Robert Roebling | Changed ComboDropDown button under GTK+ so that it |
tree | commitdiff |
2005-02-28 |
Vadim Zeitlin | don't hide m_cal when disabling the control (bug 1150830) |
tree | commitdiff |
2005-02-27 |
Vadim Zeitlin | added default ctor and fixed copying of wxFileData... |
tree | commitdiff |
2005-02-27 |
Julian Smart | Fixes |
tree | commitdiff |
2005-02-27 |
Julian Smart | Added GetBitmap, GetIcon to wxImageList |
tree | commitdiff |
2005-02-26 |
Robin Dunn | The key event for the shift key should not start the... |
tree | commitdiff |
2005-02-25 |
Vadim Zeitlin | fix for disabling the control (bug 1150830) |
tree | commitdiff |
2005-02-22 |
Dimitri Schoolwerth | use a larger font again for wxMSW (the chopping off... |
tree | commitdiff |
2005-02-21 |
Vadim Zeitlin | use different image for pressed button state |
tree | commitdiff |
2005-02-20 |
David Elliott | Don't build when __WXMAC__ is defined but __WXMAC_OSX__... |
tree | commitdiff |
2005-02-20 |
Kevin Hock | Color dialog sliders make more sense inverted, with... |
tree | commitdiff |
2005-02-20 |
Vadim Zeitlin | don't use invalid font in wxDC used for measuring text... |
tree | commitdiff |
2005-02-19 |
Vadim Zeitlin | fix for Create(wxDateInvalidDate) |
tree | commitdiff |
2005-02-19 |
Stefan Csomor | adapt to mac l&f |
tree | commitdiff |
2005-02-19 |
Vadim Zeitlin | wxGenericListCtrl::SetItemState(-1) now changes the... |
tree | commitdiff |
2005-02-19 |
Vadim Zeitlin | fixes for MSW |
tree | commitdiff |
2005-02-19 |
Kevin Hock | Added newline at the end, eliminates gcc warning |
tree | commitdiff |
2005-02-18 |
Stefan Csomor | using correct theme heights for header on mac |
tree | commitdiff |
2005-02-18 |
Robin Dunn | Fix the use of Today() for when invalid date is passed... |
tree | commitdiff |
2005-02-18 |
Ryan Norton | wxUSE_XXX related fixes |
tree | commitdiff |
2005-02-17 |
Vadim Zeitlin | minor cleanup |
tree | commitdiff |
2005-02-17 |
Vadim Zeitlin | more tweaks to drop down arrow drawing (Andreas Pflug) |
tree | commitdiff |
2005-02-16 |
Robert Roebling | Applied background colour patch for Motif notebooks |
tree | commitdiff |
2005-02-16 |
Włodzimierz Skiba | wxPoint/Size/Rect() causes the same code with (0,0... |
tree | commitdiff |
2005-02-16 |
Julian Smart | Standard dialogs becoming useable on WinCE. |
tree | commitdiff |
2005-02-15 |
Vadim Zeitlin | use type-safe Connect()s |
tree | commitdiff |
2005-02-15 |
Stefan Csomor | toplevel background behaviour changed |
tree | commitdiff |
2005-02-14 |
Włodzimierz Skiba | Minor editing. |
tree | commitdiff |
2005-02-13 |
Stefan Csomor | changed back, as I found a source compatible way to... |
tree | commitdiff |
2005-02-13 |
Stefan Csomor | wxMac needs inherited on paint for the correct backgrou... |
tree | commitdiff |
2005-02-13 |
Robert Roebling | Comment out line that set the VirtualSizeHints()... |
tree | commitdiff |
2005-02-13 |
Vadim Zeitlin | fixes for wxDP_ALLOWNONE handling |
tree | commitdiff |
2005-02-13 |
Vadim Zeitlin | bug fixes for using wxTransientPopupWindow and wxDP_ALL... |
tree | commitdiff |
2005-02-12 |
Robert Roebling | Reapplied patch to change the two scrolled window... |
tree | commitdiff |
2005-02-12 |
Robert Roebling | Revert patch again, as the scrollbars are now always... |
tree | commitdiff |
2005-02-12 |
Robert Roebling | ALso correct scrollbar calc to not clip division... |
tree | commitdiff |
2005-02-11 |
Vadim Zeitlin | don't hardcode the array size as done by last commit... |
tree | commitdiff |
2005-02-11 |
Robin Dunn | typo |
tree | commitdiff |
2005-02-10 |
Włodzimierz Skiba | Use default constructors for wxSize/Point/Rect. |
tree | commitdiff |
2005-02-10 |
Julian Smart | Applied patch [ 1113565 ] generic treectl multiselection |
tree | commitdiff |
next |