2002-08-19 |
Julian Smart | Set the selection under Motif in wxChoiceDialog |
tree | commitdiff |
2002-08-17 |
Robert Roebling | Printing paper sizes, file printing, print metrics.. |
tree | commitdiff |
2002-08-17 |
Robert Roebling | Typos. |
tree | commitdiff |
2002-08-17 |
Robin Dunn | Put the page in the event for all event types |
tree | commitdiff |
2002-08-17 |
Robert Roebling | Printing things. |
tree | commitdiff |
2002-08-17 |
Robert Roebling | Removed all deprecated printing code. |
tree | commitdiff |
2002-08-14 |
Vadim Zeitlin | small fix to reduce flicker slightly while dragging... |
tree | commitdiff |
2002-08-14 |
Stefan Csomor | added creation of dialog - perhaps needed for all platforms |
tree | commitdiff |
2002-08-14 |
Stefan Csomor | added creation of dialog - perhaps needed for all platforms |
tree | commitdiff |
2002-08-14 |
Stefan Csomor | cleanup code |
tree | commitdiff |
2002-08-11 |
Robert Roebling | Added wxString::FromAscii() wxString::ToAscii(). |
tree | commitdiff |
2002-08-10 |
Stefan Csomor | wxMac removed debugging code |
tree | commitdiff |
2002-08-08 |
Robert Roebling | Changed wxStat, wxAccess and wxOpen to no longer |
tree | commitdiff |
2002-08-08 |
Robert Roebling | Adapted to Unicode compilation. |
tree | commitdiff |
2002-08-08 |
Julian Smart | Applied patch [ 590247 ] Fix bad calculation of listctr... |
tree | commitdiff |
2002-08-08 |
Julian Smart | Applied patch [ 592063 ] generic notebook does not... |
tree | commitdiff |
2002-08-07 |
Robert Roebling | Added support for outlines printing under wxGTK.... |
tree | commitdiff |
2002-08-06 |
Robert Roebling | Small fix for Pango printing with bitmaps. |
tree | commitdiff |
2002-08-06 |
Robert Roebling | Further code for Pango fonts (work now) and |
tree | commitdiff |
2002-08-06 |
David Webster | Some OS/2 Updates |
tree | commitdiff |
2002-08-05 |
Robert Roebling | Lots of Unix/Unicode compile fixes, some of which |
tree | commitdiff |
2002-08-05 |
David Webster | OS/2 VA needs to include time.h to get the time calls. |
tree | commitdiff |
2002-08-05 |
David Webster | FALSE, not false |
tree | commitdiff |
2002-07-30 |
Julian Smart | Added wx/listbase.h with wxListCtrl types, so we can |
tree | commitdiff |
2002-07-30 |
Julian Smart | Must include wx/listctrl.h unfortunately, for now |
tree | commitdiff |
2002-07-30 |
Julian Smart | More tweaks so wxGenericListCtrl only uses generic |
tree | commitdiff |
2002-07-29 |
Mattia Barbon | Fixed my utnpaste error (thanks to Marcin Wojdyr |
tree | commitdiff |
2002-07-29 |
Mattia Barbon | Generate EVT_SPINCTRL_UPDATED for wxMotif, too |
tree | commitdiff |
2002-07-29 |
Vadim Zeitlin | fixed bug due to which all items in a virtual control... |
tree | commitdiff |
2002-07-28 |
Mattia Barbon | Implemented wxSpinButton for wxMotif. |
tree | commitdiff |
2002-07-28 |
Robert Roebling | IMplement SetFilterINdex() |
tree | commitdiff |
2002-07-27 |
Mattia Barbon | Added DoSetSize and DoMoveWindow to generic wxStaticLine. |
tree | commitdiff |
2002-07-27 |
Mattia Barbon | Rename wxGenericImageList to wxImageList in generic... |
tree | commitdiff |
2002-07-22 |
David Webster | OS/2 tweaks. |
tree | commitdiff |
2002-07-22 |
Julian Smart | Added wxListCtrl to derive from wxGenericListCtrl, |
tree | commitdiff |
2002-07-22 |
Julian Smart | Applied patch [ 583922 ] Make generic/wxListCtrl avail... |
tree | commitdiff |
2002-07-22 |
David Webster | OS/2 Update |
tree | commitdiff |
2002-07-19 |
Robin Dunn | Moved the check for page scrolling with the wheel into... |
tree | commitdiff |
2002-07-19 |
Robin Dunn | Fix for mousewheel events when it is set to page mode... |
tree | commitdiff |
2002-07-15 |
Václav Slavík | wxPrinting fix for wxMGL |
tree | commitdiff |
2002-07-15 |
David Webster | Nicer looking OS/2 Statusbar |
tree | commitdiff |
2002-07-12 |
Vadim Zeitlin | treat NULL extension properly in wxLoad/SaveFileSelecto... |
tree | commitdiff |
2002-07-12 |
Vadim Zeitlin | attempt to fix a rare crash which happens when changing... |
tree | commitdiff |
2002-07-08 |
Vadim Zeitlin | fixed handling of Ctrl-arrows movement which was unsele... |
tree | commitdiff |
2002-07-08 |
Vadim Zeitlin | applied the same fix for crashing if the END_EDIT event... |
tree | commitdiff |
2002-07-08 |
Vadim Zeitlin | really remove the selection when Unselect() is called |
tree | commitdiff |
2002-07-08 |
Vadim Zeitlin | fix crash when the user code refuses to validate the... |
tree | commitdiff |
2002-07-03 |
Vadim Zeitlin | fixed a compilation warning about signed/unsigned compa... |
tree | commitdiff |
2002-07-03 |
Vadim Zeitlin | removed hardcoded 48 (number of standard colours) from... |
tree | commitdiff |
2002-07-03 |
Vadim Zeitlin | fixed off-by-few-pixels error in horz scrollbar calcula... |
tree | commitdiff |
2002-07-01 |
Ron Lee | Fix for the irksome, 'Details' sizing bug. Or at least... |
tree | commitdiff |
2002-07-01 |
Julian Smart | Corrected scoping error for i |
tree | commitdiff |
2002-06-30 |
Ron Lee | Preserve prior StatusBar contents when adding removing... |
tree | commitdiff |
2002-06-30 |
Václav Slavík | fixed hidden root expansion in extreme usage case |
tree | commitdiff |
2002-06-29 |
Vadim Zeitlin | made wxGenericFontDialog derive from wxFontDialogBase |
tree | commitdiff |
2002-06-27 |
Robin Dunn | Fixed compile error |
tree | commitdiff |
2002-06-26 |
Vadim Zeitlin | react to the year being changed in the spin control... |
tree | commitdiff |
2002-06-26 |
Vadim Zeitlin | fixed warnings about printf format specifications ... |
tree | commitdiff |
2002-06-24 |
Robin Dunn | Don't try to release the mouse unless we actually have... |
tree | commitdiff |
2002-06-23 |
Julian Smart | Applied patch [ 565012 ] Add wxTextValidator to wxTextE... |
tree | commitdiff |
2002-06-21 |
Vadim Zeitlin | renamed wxWizard::Fit() to FitToPage() to avoid potenti... |
tree | commitdiff |
2002-06-20 |
Vadim Zeitlin | don't crash trying to dereference NULL m_selection... |
tree | commitdiff |
2002-06-18 |
Vadim Zeitlin | relayout the window after adding/removing the columns... |
tree | commitdiff |
2002-06-15 |
Vadim Zeitlin | allow overriding the default button labels in wxWizard |
tree | commitdiff |
2002-06-15 |
Vadim Zeitlin | generic log dialog resizing now works more reasonably... |
tree | commitdiff |
2002-06-13 |
Vadim Zeitlin | added missing space before >> button label |
tree | commitdiff |
2002-06-09 |
Robert Roebling | Moved wxCharhookEvent so that it sends the same |
tree | commitdiff |
2002-06-07 |
Vadim Zeitlin | fixed wxScrolledWindow::SetScrollbars() which was broke... |
tree | commitdiff |
2002-06-06 |
Vadim Zeitlin | make the incremental kbd search wrap to the beginning... |
tree | commitdiff |
2002-06-06 |
Robin Dunn | Fix for compilation error in Unicode mode |
tree | commitdiff |
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 |
next |