2002-04-25 |
Mattia Barbon | Glitches in wxDelegateRenderer |
tree | commitdiff |
2002-04-24 |
Ron Lee | Added {S,G}etItem{Text,Background}Colour methods. |
tree | commitdiff |
2002-04-24 |
Stefan Csomor | uses native implementation for mac |
tree | commitdiff |
2002-04-24 |
Gilles Depeyrot | corrected post increment operators which must return... |
tree | commitdiff |
2002-04-23 |
Vadim Zeitlin | replaced unnecessary #include with a forward decl |
tree | commitdiff |
2002-04-23 |
Václav Slavík | added wx/msw/missing.h |
tree | commitdiff |
2002-04-22 |
Vadim Zeitlin | removed unused OnSetFocus() |
tree | commitdiff |
2002-04-22 |
Vadim Zeitlin | fixed a fatal bug in DLL loading code: the deleted... |
tree | commitdiff |
2002-04-21 |
Václav Slavík | wxWizardPage(Simple) can do two-phase creation now |
tree | commitdiff |
2002-04-21 |
Vadim Zeitlin | fixed WM_GETDLGCODE processing to include the bits... |
tree | commitdiff |
2002-04-21 |
Vadim Zeitlin | implement SetFocusFromKbd() to select all text in the... |
tree | commitdiff |
2002-04-21 |
Vadim Zeitlin | added and documented wxWindow::SetFocusFromKbd |
tree | commitdiff |
2002-04-20 |
Vadim Zeitlin | fixed initial focus handling in the dialog and made... |
tree | commitdiff |
2002-04-20 |
Vadim Zeitlin | added wxGetTopLevelParent() |
tree | commitdiff |
2002-04-20 |
Vadim Zeitlin | made operator==() and \!=() const (still doesn't make... |
tree | commitdiff |
2002-04-20 |
Vadim Zeitlin | implemented DoGetSize() for wxSlider (patch from Dimitri) |
tree | commitdiff |
2002-04-19 |
Ron Lee | Added knowledge of virtual size to wx(Scrolled)Windows... |
tree | commitdiff |
2002-04-19 |
David Webster | More updates for gdi |
tree | commitdiff |
2002-04-19 |
Robert Roebling | Updated makefile for mobile sample. |
tree | commitdiff |
2002-04-18 |
Vadim Zeitlin | select the whole text in the single line text control... |
tree | commitdiff |
2002-04-18 |
David Webster | back to void for DoFloodFill |
tree | commitdiff |
2002-04-18 |
Robin Dunn | Some secondary grid classes now derive from wxClientDat... |
tree | commitdiff |
2002-04-17 |
Julian Smart | Added wxDF_HTML |
tree | commitdiff |
2002-04-16 |
Václav Slavík | make wxArtProvider pure virtual (I was not so on |
tree | commitdiff |
2002-04-16 |
Václav Slavík | wxHtmlBookRecords needs not be wxObject |
tree | commitdiff |
2002-04-16 |
Stefan Csomor | added patch for theme savvy checkbox metrics |
tree | commitdiff |
2002-04-16 |
Vadim Zeitlin | better, more generic and backwards compatible, fix... |
tree | commitdiff |
2002-04-15 |
Vadim Zeitlin | corrected const char * to char * conversions (patch... |
tree | commitdiff |
2002-04-15 |
Vadim Zeitlin | redefined TRUE and FALSE to be of type bool |
tree | commitdiff |
2002-04-15 |
Vadim Zeitlin | added wx/ipc.h and used/documented it |
tree | commitdiff |
2002-04-15 |
David Webster | Bitmap and menu updates |
tree | commitdiff |
2002-04-14 |
Robert Roebling | Three more attempts to get metal look. |
tree | commitdiff |
2002-04-14 |
Julian Smart | Applied custom character filter patch for text validator |
tree | commitdiff |
2002-04-13 |
Robert Roebling | Fix wxListCtrl background colour bug Part I |
tree | commitdiff |
2002-04-13 |
Vadim Zeitlin | include wx/event.h before declarign the types (patch... |
tree | commitdiff |
2002-04-12 |
Julian Smart | Implemented wxMouseCaptureChangedEvent and made wxGener... |
tree | commitdiff |
2002-04-12 |
Vadim Zeitlin | implemented IPC using Unix domain sockets |
tree | commitdiff |
2002-04-12 |
Julian Smart | Applied docview patch |
tree | commitdiff |
2002-04-12 |
Vadim Zeitlin | a preprocessor constant must be 0, not FALSE |
tree | commitdiff |
2002-04-11 |
Julian Smart | Added back the missing Undo/Redo accelerators that... |
tree | commitdiff |
2002-04-11 |
Stefan Csomor | RemoveChild added for correct disposal of scrollbar |
tree | commitdiff |
2002-04-10 |
David Webster | Menuing and statusbar updates |
tree | commitdiff |
2002-04-10 |
Robert Roebling | Added "metal" theme. |
tree | commitdiff |
2002-04-10 |
Julian Smart | Added a wxDD_NEW_DIR_BUTTON style for wxDirDialog ... |
tree | commitdiff |
2002-04-10 |
David Webster | Lots of updates |
tree | commitdiff |
2002-04-10 |
Vadim Zeitlin | don't send dummy scroll events from wxNotebook when... |
tree | commitdiff |
2002-04-09 |
Václav Slavík | hidden root works in wxGenericDirCtrl again |
tree | commitdiff |
2002-04-09 |
Vadim Zeitlin | fixed a bug in wxStopWatch::Pause() (wouldn't pause... |
tree | commitdiff |
2002-04-08 |
Václav Slavík | compatibility macro |
tree | commitdiff |
2002-04-08 |
Vadim Zeitlin | fixed several bugs in Mkdir() and also modified its... |
tree | commitdiff |
2002-04-08 |
Vadim Zeitlin | added GetPath(flags) version to allow retrieving the... |
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 |
Václav Slavík | cleaning up the mess created by the FloodFill patch |
tree | commitdiff |
2002-04-07 |
Julian Smart | Changed caret to black and made it go when control... |
tree | commitdiff |
2002-04-07 |
Vadim Zeitlin | added wxTextCtrl::EmulateKeyPress |
tree | commitdiff |
2002-04-07 |
Vadim Zeitlin | added raw key code and flags support (based on patch... |
tree | commitdiff |
2002-04-07 |
Gilles Depeyrot | removed unnecessarily overridden wxControl method |
tree | commitdiff |
2002-04-07 |
Gilles Depeyrot | improved conditional compilation test (added wxUSE_POST... |
tree | commitdiff |
2002-04-07 |
Gilles Depeyrot | removed unused enum |
tree | commitdiff |
2002-04-07 |
Robert Roebling | Further work on wxTextCrl. |
tree | commitdiff |
2002-04-06 |
Robert Roebling | Added support for variable-width fonts |
tree | commitdiff |
2002-04-06 |
Václav Slavík | added wxFontMapper::Get/Set |
tree | commitdiff |
2002-04-05 |
David Webster | Catching up to new common class interfaces. |
tree | commitdiff |
2002-04-05 |
Vadim Zeitlin | SetPath() is now implemented in dirdlg.cpp |
tree | commitdiff |
2002-04-05 |
Vadim Zeitlin | minor fix to wxFileName::MakeRelativeTo(), removed... |
tree | commitdiff |
2002-04-05 |
Vadim Zeitlin | warning fix for cygwin (patch 539654) |
tree | commitdiff |
2002-04-05 |
Vadim Zeitlin | more fixes to handling the paths with trailing slashes... |
tree | commitdiff |
2002-04-04 |
Julian Smart | Added wxTB_NODIVIDER and wxTB_NOALIGN so native Windows... |
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 |
Vadim Zeitlin | changed wxCondition API to take a reference, not pointe... |
tree | commitdiff |
2002-04-02 |
Vadim Zeitlin | added wxSemaphore (with docs), new version of wxConditi... |
tree | commitdiff |
2002-04-02 |
Julian Smart | Now set the client and main windows in wxAdoptedWindow... |
tree | commitdiff |
2002-04-02 |
Robin Dunn | wxWindowMSW now eats EVT_CHAR if the key was handled... |
tree | commitdiff |
2002-04-01 |
Vadim Zeitlin | fixed wxCheckListBox behaviour in presense of wxLB_SORT... |
tree | commitdiff |
2002-04-01 |
Julian Smart | Applied FloodFill patch |
tree | commitdiff |
2002-04-01 |
Julian Smart | Modifications to get wxNanoX compiling again |
tree | commitdiff |
2002-04-01 |
Robert Roebling | Temporarily use self-made wxTextCtrl in wxX11 until |
tree | commitdiff |
2002-03-31 |
Robert Roebling | As in 2.2.9, toolbars should not get the focus. |
tree | commitdiff |
2002-03-30 |
Robert Roebling | Rewrote wxToolBar another time. |
tree | commitdiff |
2002-03-30 |
Robin Dunn | Give access to m_lastKeydownConsumed |
tree | commitdiff |
2002-03-29 |
Robert Roebling | Some work for wxX11 on 8-bit visuals. |
tree | commitdiff |
2002-03-29 |
Robert Roebling | A bit of scrolling works under GTK 2.0 |
tree | commitdiff |
2002-03-29 |
Robert Roebling | Pop-up menus no longer jump before appearing. |
tree | commitdiff |
2002-03-28 |
Mattia Barbon | Add missing include |
tree | commitdiff |
2002-03-28 |
Robert Roebling | More changes for better redraw flow under X11. |
tree | commitdiff |
2002-03-28 |
Stefan Csomor | corrected dynarray.h include |
tree | commitdiff |
2002-03-28 |
Vadim Zeitlin | committing the file which I forgot to commit yesterday... |
tree | commitdiff |
2002-03-28 |
Robert Roebling | Compile fix for wxFileName. |
tree | commitdiff |
2002-03-27 |
Vadim Zeitlin | wxFileName::Get/SetTimes() finally seem to work under... |
tree | commitdiff |
2002-03-27 |
Vadim Zeitlin | removed a few warnings and CW compilation problems... |
tree | commitdiff |
2002-03-27 |
Vadim Zeitlin | added wxEXEC_MAKE_GROUP_LEADER (patch 535422) |
tree | commitdiff |
2002-03-27 |
Vadim Zeitlin | compilation fix: include wx/iconbndl.h |
tree | commitdiff |
2002-03-26 |
Mattia Barbon | wxIconBundle implementation. |
tree | commitdiff |
2002-03-26 |
Gilles Depeyrot | minimum changes required for toolbar text related changes |
tree | commitdiff |
2002-03-26 |
Vadim Zeitlin | wxUniv toolbar compilation fixes |
tree | commitdiff |
2002-03-26 |
Vadim Zeitlin | wxMotif toolbar compilation fixes |
tree | commitdiff |
2002-03-26 |
Jouk Jansen | Committing in . |
tree | commitdiff |
next |