2002-09-02 |
Vadim Zeitlin | generate key events for Space/Enter in addition to... |
tree | commitdiff |
2002-09-01 |
Stefan Neis | Fixed apparent typo in wxGridCellAttr::MergeWith, hopef... |
tree | commitdiff |
2002-09-01 |
Julian Smart | Removed warnings from ipcbase.cpp |
tree | commitdiff |
2002-09-01 |
Stefan Neis | Clear attribute cache in Redimension to fix Bug 508407. |
tree | commitdiff |
2002-09-01 |
Stefan Neis | Added some const qualifiers. |
tree | commitdiff |
2002-09-01 |
Stefan Neis | Applied AutoWrap Renderer Bugfix by Roger Gammans ... |
tree | commitdiff |
2002-08-31 |
Vadim Zeitlin | fix for losing focus under Windows after showing the... |
tree | commitdiff |
2002-08-31 |
Vadim Zeitlin | compilation fix |
tree | commitdiff |
2002-08-31 |
Vadim Zeitlin | SetSelection() for generic wxSpinCtrl (forgot to commit... |
tree | commitdiff |
2002-08-31 |
Stefan Neis | Make use of new array functions. |
tree | commitdiff |
2002-08-31 |
Julian Smart | Applied patch [ 600500 ] Tip-of-day: comments, translatable |
tree | commitdiff |
2002-08-31 |
Julian Smart | Applied patch [ 601957 ] wxGrid: Start editing with... |
tree | commitdiff |
2002-08-30 |
Julian Smart | Mods for Wine compilation |
tree | commitdiff |
2002-08-30 |
Chris Elliott | lost log.h fixed |
tree | commitdiff |
2002-08-30 |
David Webster | Fix to allow proper positioning of child windows under... |
tree | commitdiff |
2002-08-28 |
Julian Smart | Using wxImageListType instead of wxGenericImageList |
tree | commitdiff |
2002-08-28 |
Julian Smart | Ditribution script mods; |
tree | commitdiff |
2002-08-27 |
Vadim Zeitlin | deprecated static wxWizard::Create() |
tree | commitdiff |
2002-08-25 |
Robert Roebling | Compile fix for prop. |
tree | commitdiff |
2002-08-25 |
Robert Roebling | More work on Printing. It prints Kanji now using |
tree | commitdiff |
2002-08-25 |
Stefan Neis | EMX (OS/2) compilation fix. The implemented logic for... |
tree | commitdiff |
2002-08-24 |
Robin Dunn | All editors that derive from wxGridCellTextEditor will... |
tree | commitdiff |
2002-08-24 |
Robin Dunn | If the number or float editor is being used but the... |
tree | commitdiff |
2002-08-24 |
Robin Dunn | Fixed wxGridCellFloatEditor::Clone |
tree | commitdiff |
2002-08-24 |
Gilles Depeyrot | improved conditional compilation since generic grid... |
tree | commitdiff |
2002-08-23 |
Vadim Zeitlin | fixed crash when calling Delete(root) and also when... |
tree | commitdiff |
2002-08-23 |
Julian Smart | Misc mods for feedback from Marcin Wojdyr <wojdyr@if... |
tree | commitdiff |
2002-08-21 |
David Webster | OS/2 update to get Tip icon created correctly. |
tree | commitdiff |
2002-08-20 |
Julian Smart | Added generic MDI files |
tree | commitdiff |
2002-08-19 |
Stefan Csomor | wxMac needs same cursor setup for cursor as GTK and MSW |
tree | commitdiff |
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 |
next |