2001-11-22 |
Mattia Barbon | Unicode compilation fixed for almost all samples |
tree | commitdiff |
2001-11-21 |
Vadim Zeitlin | fixed compilation somehow, the code is still broken! |
tree | commitdiff |
2001-11-21 |
Vadim Zeitlin | 1. restored wxEvent::operator=() |
tree | commitdiff |
2001-11-21 |
Václav Slavík | wxMGL compilation fix |
tree | commitdiff |
2001-11-20 |
Václav Slavík | compilation fix for wxUniv |
tree | commitdiff |
2001-11-20 |
Gilles Depeyrot | use "..." instead of <...> for wx headers |
tree | commitdiff |
2001-11-20 |
Vadim Zeitlin | applied patch fixing compilation without wxUSE_TIMEDATE... |
tree | commitdiff |
2001-11-20 |
Vadim Zeitlin | added bitmaps to the resources |
tree | commitdiff |
2001-11-20 |
Vadim Zeitlin | fix for BC++ internal compiler error |
tree | commitdiff |
2001-11-20 |
Vadim Zeitlin | added 2nd image as XPM as well to the wizard sample |
tree | commitdiff |
2001-11-20 |
Vadim Zeitlin | added #if wxUSE_TIMEDATE where needed |
tree | commitdiff |
2001-11-20 |
Vadim Zeitlin | compilation fix |
tree | commitdiff |
2001-11-20 |
Vadim Zeitlin | replaced wxDate with wxDateTime |
tree | commitdiff |
2001-11-19 |
Julian Smart | More VC++ project file corrections |
tree | commitdiff |
2001-11-19 |
Julian Smart | Project file corrections, doc corrections |
tree | commitdiff |
2001-11-18 |
Vadim Zeitlin | fixes for programmatically deleting the find/replace... |
tree | commitdiff |
2001-11-16 |
Vadim Zeitlin | added wxEVT_COMMAND_LIST_ITEM_FOCUSED event and impleme... |
tree | commitdiff |
2001-11-16 |
Gilles Depeyrot | applied SourceForge patch #479670 (fixes for OpenGL... |
tree | commitdiff |
2001-11-14 |
Václav Slavík | minor complitation fix |
tree | commitdiff |
2001-11-14 |
Vadim Zeitlin | added wxTextBuffer and wxMemoryText which allow to... |
tree | commitdiff |
2001-11-14 |
Vadim Zeitlin | added wxTextCtrl::GetSelection() returning a wxString... |
tree | commitdiff |
2001-11-11 |
Vadim Zeitlin | some clean up, no real changes |
tree | commitdiff |
2001-11-07 |
Jouk Jansen | Committing in . |
tree | commitdiff |
2001-11-04 |
Václav Slavík | controls sample is now able to use default command... |
tree | commitdiff |
2001-11-03 |
Vadim Zeitlin | implemented Freeze/Thaw() for the generic listctrl |
tree | commitdiff |
2001-11-02 |
Vadim Zeitlin | support for vetoing grid cell editing (patch 469049) |
tree | commitdiff |
2001-11-02 |
Vadim Zeitlin | patch from Søren Erland Vestø for additional wxCalendar... |
tree | commitdiff |
2001-11-02 |
Gilles Depeyrot | added missing const |
tree | commitdiff |
2001-10-31 |
Vadim Zeitlin | made wxFileName::Set/GetTimes() work under Win32 |
tree | commitdiff |
2001-10-30 |
George Tasker | All occurances of #include <wx/wxprec.h> changed to... |
tree | commitdiff |
2001-10-29 |
Vadim Zeitlin | improved sizing of wxBusyInfo window and updated the... |
tree | commitdiff |
2001-10-29 |
Vadim Zeitlin | added wxBusyInfo test |
tree | commitdiff |
2001-10-28 |
Stefan Csomor | added clientdata to makefile |
tree | commitdiff |
2001-10-28 |
Stefan Csomor | added conversion routines to CIconHandle, removing... |
tree | commitdiff |
2001-10-26 |
Robin Dunn | Added wxDragLink |
tree | commitdiff |
2001-10-18 |
Gilles Depeyrot | use $(MAKE) instead of make |
tree | commitdiff |
2001-10-17 |
Kendall Bennett | Mutiple updates from SciTech for wxWindows including... |
tree | commitdiff |
2001-10-17 |
Vadim Zeitlin | fixed linking problems related to wxStatusBar under... |
tree | commitdiff |
2001-10-16 |
Jouk Jansen | Committing in . |
tree | commitdiff |
2001-10-16 |
Vadim Zeitlin | show some text in the status bar panes |
tree | commitdiff |
2001-10-14 |
Václav Slavík | wxUSE_CHOICE ifdefs, so that the sample compiles with... |
tree | commitdiff |
2001-10-14 |
Vadim Zeitlin | 1. added wxStatusBarUniv |
tree | commitdiff |
2001-10-12 |
Vadim Zeitlin | make the main dialog resizeable |
tree | commitdiff |
2001-10-10 |
Vadim Zeitlin | fixes for cube sample from Paul Thiessen |
tree | commitdiff |
2001-10-10 |
Vadim Zeitlin | updated templates and regenerated project files for... |
tree | commitdiff |
2001-10-10 |
Vadim Zeitlin | [blind] fixes to the project file according to George... |
tree | commitdiff |
2001-10-10 |
Vadim Zeitlin | ignore samples workspace files |
tree | commitdiff |
2001-10-10 |
Vadim Zeitlin | 1. new samples proejct files for VC++ |
tree | commitdiff |
2001-10-10 |
Vadim Zeitlin | fixed crash in OnSize() handler |
tree | commitdiff |
2001-10-09 |
Vadim Zeitlin | regenerated from .pro files |
tree | commitdiff |
2001-10-09 |
Vadim Zeitlin | changed html and opengl project names to start with... |
tree | commitdiff |
2001-10-09 |
Vadim Zeitlin | added new project files for all samples and demos;... |
tree | commitdiff |
2001-10-09 |
Vadim Zeitlin | minor additions to wxCmdLineParser tests |
tree | commitdiff |
2001-10-09 |
Gilles Depeyrot | recompiled header support |
tree | commitdiff |
2001-10-09 |
Gilles Depeyrot | added wx/defs.h include to correct compilation issues... |
tree | commitdiff |
2001-10-08 |
Vadim Zeitlin | allow disabling text events too; show Ctrl-x events... |
tree | commitdiff |
2001-10-08 |
Vadim Zeitlin | don't log mouse events by default |
tree | commitdiff |
2001-10-07 |
Vadim Zeitlin | added status bar to the sample because it uses wxLogSta... |
tree | commitdiff |
2001-10-07 |
Václav Slavík | FloodFill not in MGL, either |
tree | commitdiff |
2001-10-04 |
Robin Dunn | Changed how EVT_CHAR and EVT_KEY_DOWN are sent to Scintilla |
tree | commitdiff |
2001-10-04 |
Vadim Zeitlin | regenerated from the template |
tree | commitdiff |
2001-10-04 |
Vadim Zeitlin | new project files for wxBase apps |
tree | commitdiff |
2001-10-03 |
Vadim Zeitlin | new VC++ templates and project files generated from... |
tree | commitdiff |
2001-10-02 |
Vadim Zeitlin | first new sample project file - comments welcome |
tree | commitdiff |
2001-10-01 |
Robin Dunn | Updated the wxSTC makefile for Borland, and tweaked... |
tree | commitdiff |
2001-09-28 |
Vadim Zeitlin | allow multiple extensions in tge generic wxFileDialog... |
tree | commitdiff |
2001-09-28 |
Ron Lee | More build system polishing.. mostly. Some stuff... |
tree | commitdiff |
2001-09-26 |
Vadim Zeitlin | reverted last accidental commit, added comment about... |
tree | commitdiff |
2001-09-24 |
Vadim Zeitlin | added wxTLW for MSW |
tree | commitdiff |
2001-09-21 |
Mattia Barbon | Unicode compilation fixes. |
tree | commitdiff |
2001-09-18 |
Gilles Depeyrot | corrections related to wxDialog inheritance changes... |
tree | commitdiff |
2001-09-17 |
Stefan Csomor | added carbonaccessors.o |
tree | commitdiff |
2001-09-09 |
Gilles Depeyrot | renamed CodeWarrior 5 projects (added new ones as well) |
tree | commitdiff |
2001-09-08 |
Gilles Depeyrot | corrected creation of wxWizard (wxWizardBase::Create... |
tree | commitdiff |
2001-09-06 |
Gilles Depeyrot | replaced CPPFLAGS with CXXFLAGS following corrections... |
tree | commitdiff |
2001-09-02 |
Vadim Zeitlin | added support for column images under MSW |
tree | commitdiff |
2001-09-01 |
Václav Slavík | finally applied the helpbest patch |
tree | commitdiff |
2001-09-01 |
Vadim Zeitlin | added a bunch of new wxListCtrl messages: column right... |
tree | commitdiff |
2001-08-28 |
Gilles Depeyrot | replaced CPPFLAGS with CXXFLAGS following corrections... |
tree | commitdiff |
2001-08-28 |
Gilles Depeyrot | removed leftover testing code in patch for wxComboBox... |
tree | commitdiff |
2001-08-25 |
Vadim Zeitlin | added wxGetDiskSpace for Win/Unix |
tree | commitdiff |
2001-08-25 |
Vadim Zeitlin | added wxLongLong::ToString() |
tree | commitdiff |
2001-08-25 |
Vadim Zeitlin | added test for HitTest(m_dragPoint) bug to the sample |
tree | commitdiff |
2001-08-25 |
Vadim Zeitlin | applied patch 432814: saving BMP in 1, 4 and 8 bpp |
tree | commitdiff |
2001-08-24 |
Stefan Csomor | added new calling conventions for mac |
tree | commitdiff |
2001-08-23 |
Vadim Zeitlin | fixes for rotated text drawing |
tree | commitdiff |
2001-08-23 |
Vadim Zeitlin | added possibility to filter out some messages - there... |
tree | commitdiff |
2001-08-23 |
Stefan Csomor | added conversion to mac native filenames from local... |
tree | commitdiff |
2001-08-22 |
Václav Slavík | compilation fix for genericTreeCtrl-only stuff |
tree | commitdiff |
2001-08-20 |
Vadim Zeitlin | moved button handler into the modeless dialog itself... |
tree | commitdiff |
2001-08-20 |
Stefan Csomor | no message |
tree | commitdiff |
2001-08-20 |
Vadim Zeitlin | fixed bug with calling Destroy() on the NULL wxSocket |
tree | commitdiff |
2001-08-19 |
Robert Roebling | Various changes for simplification of focus event |
tree | commitdiff |
2001-08-19 |
Stefan Csomor | added carbonaccessors.o |
tree | commitdiff |
2001-08-19 |
Václav Slavík | compilation fix |
tree | commitdiff |
2001-08-18 |
Robert Roebling | Applied Greg's patch to tree control and related. |
tree | commitdiff |
2001-08-16 |
Vadim Zeitlin | added wxURLDataObject which unfortunately doesn't seem... |
tree | commitdiff |
2001-08-15 |
Vadim Zeitlin | implemented, tested and documented wxTextCtrl::SetMaxLe... |
tree | commitdiff |
2001-08-13 |
Vadim Zeitlin | added missing refresh when changing focus in wxListCtrl... |
tree | commitdiff |
2001-08-12 |
Gilles Depeyrot | corrected CodeWarrior project target names and generate... |
tree | commitdiff |
next |