2002-06-04 |
Robin Dunn | Fixed a strange MSVC compile error (C2253) It thought... |
tree | commitdiff |
2002-06-04 |
Vadim Zeitlin | (re)enable Cancel button in Resume() |
tree | commitdiff |
2002-06-04 |
Vadim Zeitlin | added incremental keyboard search to wxTreeCtrl |
tree | commitdiff |
2002-06-03 |
Vadim Zeitlin | set focus to the page after showing it -- otherwise... |
tree | commitdiff |
2002-05-28 |
Vadim Zeitlin | added consts to wxAcceleratorTable ctors from wxAcceler... |
tree | commitdiff |
2002-05-28 |
Vadim Zeitlin | fixed icon drawing when they have different sizes ... |
tree | commitdiff |
2002-05-28 |
Vadim Zeitlin | unselected the current item when unfocusing it in a... |
tree | commitdiff |
2002-05-28 |
Vadim Zeitlin | added asserts to ensure that the splitter windows have... |
tree | commitdiff |
2002-05-26 |
Vadim Zeitlin | added wxWizard::Fit() |
tree | commitdiff |
2002-05-23 |
Robert Roebling | wxSPinCtrl no longer set focus to its text field |
tree | commitdiff |
2002-05-22 |
Vadim Zeitlin | fixed propagating of EVT_WIZARD_XXX events to the parent |
tree | commitdiff |
2002-05-20 |
Julian Smart | Applied drag fix to row labels as well |
tree | commitdiff |
2002-05-20 |
Julian Smart | Captured mouse in grid column label so the drag isn... |
tree | commitdiff |
2002-05-19 |
Václav Slavík | Cosmetic changes to wxSS::GetScreen: |
tree | commitdiff |
2002-05-18 |
Julian Smart | Updated font dialog constructors to use a reference... |
tree | commitdiff |
2002-05-15 |
Julian Smart | Don't call a function that might do drawing when settin... |
tree | commitdiff |
2002-05-14 |
Vadim Zeitlin | don't send SPLITTER_POS_CHANGED events when the splitte... |
tree | commitdiff |
2002-05-13 |
Julian Smart | textctrl.cpp: Removed assert from CanRedo/CanUndo since... |
tree | commitdiff |
2002-05-12 |
Julian Smart | Added overloaded AddChild from contributor |
tree | commitdiff |
2002-05-10 |
Robin Dunn | Fixed a crash when GetMonthControl returns NULL |
tree | commitdiff |
2002-05-09 |
Vadim Zeitlin | no changes |
tree | commitdiff |
2002-05-08 |
Stefan Csomor | layout improvement on mac |
tree | commitdiff |
2002-05-08 |
Vadim Zeitlin | added missing wxListItem copy ctor to wxMSW, moved... |
tree | commitdiff |
2002-05-08 |
Gilles Depeyrot | implemented missing copy constructor (needed for non... |
tree | commitdiff |
2002-05-07 |
Gilles Depeyrot | corrected warnings when compiling with -Wall -W |
tree | commitdiff |
2002-05-06 |
Robert Roebling | Fixed tree control redraw bug, which had nothing |
tree | commitdiff |
2002-05-05 |
Václav Slavík | gcc pragmas fixes |
tree | commitdiff |
2002-05-04 |
Robert Roebling | Added screen design to system settings for |
tree | commitdiff |
2002-05-04 |
Vadim Zeitlin | reverted the header change to include the generic one... |
tree | commitdiff |
2002-05-04 |
Vadim Zeitlin | wxDirDialog now has the same ctor under all platforms... |
tree | commitdiff |
2002-05-03 |
Gilles Depeyrot | corrected warnings when compiling with -Wall -W |
tree | commitdiff |
2002-05-03 |
Gilles Depeyrot | wxTextCtrl bug related to \n handling is Carbon related... |
tree | commitdiff |
2002-05-02 |
Mattia Barbon | Implemented wxStatusBar::Push/PopStatusText. |
tree | commitdiff |
2002-05-02 |
Vadim Zeitlin | small code cleanup while looking for an inexistent... |
tree | commitdiff |
2002-04-28 |
Vadim Zeitlin | don't pass arrays by value (and also fixed signed/unsig... |
tree | commitdiff |
2002-04-28 |
Stefan Neis | Replaced internal calls to XToCol/YToRow added in 1... |
tree | commitdiff |
2002-04-27 |
Stefan Neis | Fixes to my last commit. |
tree | commitdiff |
2002-04-24 |
Ron Lee | Added {S,G}etItem{Text,Background}Colour methods. |
tree | commitdiff |
2002-04-23 |
Stefan Neis | Speed-up for very large grids by more efficient search... |
tree | commitdiff |
2002-04-22 |
Julian Smart | Added some missing wxTextCtrl features to to-do list... |
tree | commitdiff |
2002-04-22 |
Julian Smart | Fixed drawing sample compilo for wxMotif (doesn't have... |
tree | commitdiff |
2002-04-22 |
Julian Smart | Fixed wxMotif compilo |
tree | commitdiff |
2002-04-21 |
Robert Roebling | Bunch of GTK theme changes. |
tree | commitdiff |
2002-04-21 |
Václav Slavík | wxWizardPage(Simple) can do two-phase creation now |
tree | commitdiff |
2002-04-20 |
Vadim Zeitlin | fixed huge memory leak in wxFileDialog (closes patch... |
tree | commitdiff |
2002-04-19 |
Ron Lee | Added knowledge of virtual size to wx(Scrolled)Windows... |
tree | commitdiff |
2002-04-17 |
Robert Roebling | Various changes to focus handling when TLW start. |
tree | commitdiff |
2002-04-17 |
Julian Smart | Added wxDF_HTML |
tree | commitdiff |
2002-04-15 |
Vadim Zeitlin | corrected const char * to char * conversions (patch... |
tree | commitdiff |
2002-04-12 |
Vadim Zeitlin | fixed the bug which resulted in not showing the grid... |
tree | commitdiff |
2002-04-12 |
Julian Smart | Implemented wxMouseCaptureChangedEvent and made wxGener... |
tree | commitdiff |
2002-04-10 |
Julian Smart | wxScrolledWindow::GetVirtualSize now returns client... |
tree | commitdiff |
2002-04-10 |
Julian Smart | Added a wxDD_NEW_DIR_BUTTON style for wxDirDialog ... |
tree | commitdiff |
2002-04-09 |
Václav Slavík | hidden root works in wxGenericDirCtrl again |
tree | commitdiff |
2002-04-09 |
Vadim Zeitlin | fixed the initial wxCalendarCtrl position and a minor... |
tree | commitdiff |
2002-04-09 |
Václav Slavík | don't allow expanding/collapsing hidden root node |
tree | commitdiff |
2002-04-09 |
Julian Smart | Removed redundant project file |
tree | commitdiff |
2002-04-08 |
Julian Smart | Added wxDIRCTRL_EDITABLE style so we can choose whether |
tree | commitdiff |
2002-04-08 |
Julian Smart | Canvas: added some DECLARE_CLASS macros to stop it... |
tree | commitdiff |
2002-04-07 |
Václav Slavík | oops, forgot to implement Home button |
tree | commitdiff |
2002-04-07 |
Vadim Zeitlin | added wxTextCtrl::EmulateKeyPress |
tree | commitdiff |
2002-04-07 |
Julian Smart | Version updates, manual date change, no change to dragi... |
tree | commitdiff |
2002-04-07 |
Václav Slavík | *DO* use wxTR_EDIT_LABELS, it is neccessary |
tree | commitdiff |
2002-04-07 |
Robert Roebling | Make wxFileDialog even smaller under X11. |
tree | commitdiff |
2002-04-06 |
Julian Smart | Strange sizing fix in DoResize() to workaround apparent |
tree | commitdiff |
2002-04-04 |
Julian Smart | Removed wxTR_HIDE_ROOT under Windows, and removed wxTR_... |
tree | commitdiff |
2002-04-03 |
Robin Dunn | Added sending of column dragging events to the generic... |
tree | commitdiff |
2002-04-03 |
Vadim Zeitlin | don't reenable the disabled windows in OnShow(), it... |
tree | commitdiff |
2002-04-02 |
Mattia Barbon | wxCalendarCtrl::Destroy() now deletes year spin control and |
tree | commitdiff |
2002-04-02 |
Mattia Barbon | Blind fix for bug #529874 . |
tree | commitdiff |
2002-04-01 |
Robert Roebling | Made wxFileDialog PDA friendlier. |
tree | commitdiff |
2002-03-31 |
Robert Roebling | Compile fix when not using WXR resources. |
tree | commitdiff |
2002-03-27 |
Vadim Zeitlin | removed a few warnings and CW compilation problems... |
tree | commitdiff |
2002-03-26 |
Jouk Jansen | Committing in . |
tree | commitdiff |
2002-03-25 |
Václav Slavík | oops, this was for my debugging purposes :( |
tree | commitdiff |
2002-03-25 |
Vadim Zeitlin | implemented (but it doesn't work yet) the radio buttons... |
tree | commitdiff |
2002-03-24 |
Václav Slavík | don't use deprecated wxImage methods inside wxWin |
tree | commitdiff |
2002-03-24 |
Václav Slavík | don't use wxApp::GetStdIcon |
tree | commitdiff |
2002-03-22 |
Václav Slavík | port proplist.cpp to wxArtProvider |
tree | commitdiff |
2002-03-22 |
Julian Smart | Removed helpwxht.h/cpp (old wxHelpControllerHtml class) |
tree | commitdiff |
2002-03-22 |
Václav Slavík | Added 'go home' button to generic dir dialog |
tree | commitdiff |
2002-03-22 |
Václav Slavík | use wxArtProvider in wxFileDialog |
tree | commitdiff |
2002-03-21 |
Václav Slavík | use wxArtProvider |
tree | commitdiff |
2002-03-21 |
Julian Smart | Put dialog in more sensible place in Forty, got a bit... |
tree | commitdiff |
2002-03-17 |
Václav Slavík | use Calc(Un)ScrolledPosition instead of wxClientDC |
tree | commitdiff |
2002-03-17 |
Václav Slavík | added Calc(Un)ScrolledPosition taking wxPoint |
tree | commitdiff |
2002-03-17 |
Ron Lee | build fix for mingw-cross. |
tree | commitdiff |
2002-03-17 |
Ron Lee | Added wxBufferedDC class. |
tree | commitdiff |
2002-03-16 |
Václav Slavík | make it possible to have empty lines in wxListCtrl |
tree | commitdiff |
2002-03-16 |
Vadim Zeitlin | restore Robin's code (reverted previous commit) |
tree | commitdiff |
2002-03-15 |
Julian Smart | Added sizer.h |
tree | commitdiff |
2002-03-15 |
Jouk Jansen | Committing in . |
tree | commitdiff |
2002-03-15 |
Robin Dunn | Give wxScrolledWindow its own Layout method that takes... |
tree | commitdiff |
2002-03-13 |
Vadim Zeitlin | update focus rectangle width when the columns are being... |
tree | commitdiff |
2002-03-12 |
Václav Slavík | fixes to refreshing code in wxTreeCtrl |
tree | commitdiff |
2002-03-11 |
Vadim Zeitlin | right clicking outside any column sets the column in... |
tree | commitdiff |
2002-03-10 |
Václav Slavík | use AllocExclusive in wxAcceleratorTable |
tree | commitdiff |
2002-03-08 |
Vadim Zeitlin | theoretically unnecessary but practically required... |
tree | commitdiff |
2002-03-06 |
Gilles Depeyrot | wxArray<T> macros have been changed to fix runtime... |
tree | commitdiff |
2002-03-05 |
Vadim Zeitlin | compilation fix for WXWIN_COMPATIBILITY_2_2 == 0 case |
tree | commitdiff |
next |