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 |
2002-03-26 |
Vadim Zeitlin | made radio buttons and the toolbat text work for Win32... |
tree | commitdiff |
2002-03-25 |
Václav Slavík | surround deprecated wxImage methods in WXWIN_COMPATIBIL... |
tree | commitdiff |
2002-03-25 |
Vadim Zeitlin | fixed compilation for wxMSW after the recent changes |
tree | commitdiff |
2002-03-25 |
Vadim Zeitlin | implemented (but it doesn't work yet) the radio buttons... |
tree | commitdiff |
2002-03-25 |
Vadim Zeitlin | added and documented wxTB_NOICONS and wxTB_TEXT style... |
tree | commitdiff |
2002-03-25 |
David Webster | New radio item menu stuff |
tree | commitdiff |
2002-03-25 |
Vadim Zeitlin | fixed the menu bug introduced by the previous commit |
tree | commitdiff |
2002-03-25 |
Vadim Zeitlin | blind fix for compilation under AIX: always include... |
tree | commitdiff |
2002-03-24 |
Robert Roebling | Implemented two-window approach for wxX11. |
tree | commitdiff |
2002-03-24 |
Julian Smart | Added SetActive to wxEventLoop |
tree | commitdiff |
2002-03-24 |
Vadim Zeitlin | fixes to radio menu items |
tree | commitdiff |
2002-03-24 |
Václav Slavík | added wxTheme::GetArtProvider to wxUniv |
tree | commitdiff |
2002-03-24 |
Václav Slavík | WXWIN_COMPATIBILITY_2_2 is on by default |
tree | commitdiff |
2002-03-24 |
Václav Slavík | move wxApp::GetStdIcon to wxArtProvider |
tree | commitdiff |
2002-03-24 |
Václav Slavík | moved the rest of XPMs to /art |
tree | commitdiff |
2002-03-23 |
Julian Smart | Use wxHtmlHelpController for HTML help, not wxHelpContr... |
tree | commitdiff |
2002-03-23 |
Vadim Zeitlin | compatibility constructors for wxMenuItem() taking... |
tree | commitdiff |
2002-03-23 |
Vadim Zeitlin | added wxEXEC_NOHIDE flag, modified wxExecute() to take... |
tree | commitdiff |
2002-03-22 |
Václav Slavík | point to MSLU library |
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 | use wxArtProvider in wxFileDialog |
tree | commitdiff |
2002-03-22 |
Václav Slavík | wxITEM_FOO instead of wxItem_Foo, for the sake of consi... |
tree | commitdiff |
2002-03-22 |
Václav Slavík | added wxBitmap::CopyFromIcon and wxIcon::CopyFromBitmap... |
tree | commitdiff |
2002-03-22 |
George Tasker | Semi-Blind fixes for trying to handle different version... |
tree | commitdiff |
2002-03-21 |
Václav Slavík | used wxArtProvider in wxTipDialog |
tree | commitdiff |
2002-03-21 |
Václav Slavík | use wxArtProvider in wxtipDialog |
tree | commitdiff |
2002-03-21 |
Václav Slavík | deleted no longer needed resource files |
tree | commitdiff |
2002-03-21 |
Václav Slavík | (hopefully) final touches to wxArtProvider |
tree | commitdiff |
2002-03-21 |
Václav Slavík | root is always hidden -> no icon needed |
tree | commitdiff |
2002-03-21 |
Robin Dunn | More unicode related cleanup and fixes for wxPython |
tree | commitdiff |
2002-03-21 |
Vadim Zeitlin | enabled toolbar as it works now |
tree | commitdiff |
2002-03-21 |
Vadim Zeitlin | let the popup listbox process the kbd messages in wxCom... |
tree | commitdiff |
2002-03-21 |
Vadim Zeitlin | implemented radio menu items for wxMSW |
tree | commitdiff |
2002-03-20 |
Robert Roebling | No more pixel junk when resizing windows that |
tree | commitdiff |
2002-03-20 |
Robin Dunn | wxStyledTextCtrl can now be built and used when wxUSE_U... |
tree | commitdiff |
2002-03-20 |
Robin Dunn | Decided I need copy and assignment afterall |
tree | commitdiff |
2002-03-19 |
Václav Slavík | added wxArtProvider |
tree | commitdiff |
2002-03-19 |
Vadim Zeitlin | compilation fix for FALSE -> wxItemKind conversion |
tree | commitdiff |
2002-03-19 |
Václav Slavík | minor fixes to #include |
tree | commitdiff |
2002-03-18 |
Robin Dunn | Updated wxSTC from Scintilla 1.40 to Scintilla 1.45 |
tree | commitdiff |
2002-03-18 |
Vadim Zeitlin | 1. implemented radio menu items for wxGTK |
tree | commitdiff |
2002-03-17 |
Gilles Depeyrot | added missing consts |
tree | commitdiff |
2002-03-17 |
Václav Slavík | added Calc(Un)ScrolledPosition taking wxPoint |
tree | commitdiff |
2002-03-17 |
Václav Slavík | Chris' wxImage::SaveFile(filename_only) patch |
tree | commitdiff |
2002-03-17 |
Ron Lee | really, it will build for 'doze this time. |
tree | commitdiff |
2002-03-17 |
Ron Lee | Added wxBufferedDC class. |
tree | commitdiff |
2002-03-16 |
Vadim Zeitlin | added support for wxTR_HIDE_ROOT style (patch 529614) |
tree | commitdiff |
2002-03-15 |
Vadim Zeitlin | erase separators shown behind the controls added to... |
tree | commitdiff |
next |