2002-02-06 |
Vadim Zeitlin | fixed 2 minor warnings |
commit | commitdiff | tree | snapshot |
2002-02-06 |
Vadim Zeitlin | added the missing (newly added) colours to the switch |
commit | commitdiff | tree | snapshot |
2002-02-06 |
Vadim Zeitlin | typo in IMPLEMENT_DYNAMIC_CLASS fixed |
commit | commitdiff | tree | snapshot |
2002-02-06 |
Vadim Zeitlin | compilation fix for BC++ (hopefully) |
commit | commitdiff | tree | snapshot |
2002-02-06 |
Vadim Zeitlin | compilation fix after m_lDlgCode removal |
commit | commitdiff | tree | snapshot |
2002-02-06 |
Stefan Csomor | m_style.cpp added |
commit | commitdiff | tree | snapshot |
2002-02-06 |
Vadim Zeitlin | IMPLEMENT_DYNAMIC_CLASS fixes |
commit | commitdiff | tree | snapshot |
2002-02-06 |
Vadim Zeitlin | assert when a base class of a class in wxRTTI system... |
commit | commitdiff | tree | snapshot |
2002-02-06 |
Vadim Zeitlin | added wxRTTI macros to wxList and wxStringList |
commit | commitdiff | tree | snapshot |
2002-02-06 |
Vadim Zeitlin | got rid of wxWindow::m_lDlgCode - now wxWANTS_CHARS... |
commit | commitdiff | tree | snapshot |
2002-02-05 |
Mattia Barbon | * SPACE -> TAB in filelist.txt |
commit | commitdiff | tree | snapshot |
2002-02-05 |
Robin Dunn | Derive wxGridWindow from wxWindow instead of wxPanel... |
commit | commitdiff | tree | snapshot |
2002-02-05 |
George Tasker | Added WXDLLEXPORT_DATA() around several data elements |
commit | commitdiff | tree | snapshot |
2002-02-05 |
Vadim Zeitlin | make the log dialog slightly taller when it is expanded... |
commit | commitdiff | tree | snapshot |
2002-02-05 |
Julian Smart | First stabs at stripping out Xt/Motif code |
commit | commitdiff | tree | snapshot |
2002-02-05 |
Julian Smart | Fixed a couple of typos |
commit | commitdiff | tree | snapshot |
2002-02-05 |
Julian Smart | Reformatted Motif headers; added __WXX11__ symbol suppo... |
commit | commitdiff | tree | snapshot |
2002-02-05 |
David Webster | no message |
commit | commitdiff | tree | snapshot |
2002-02-05 |
Julian Smart | Applied Hans Van Leemputten's FL separator patch |
commit | commitdiff | tree | snapshot |
2002-02-05 |
Vadim Zeitlin | compilation fix for wxUniv |
commit | commitdiff | tree | snapshot |
2002-02-05 |
Vadim Zeitlin | don't compile this file under wxMSW |
commit | commitdiff | tree | snapshot |
2002-02-05 |
Vadim Zeitlin | defined wxUSE_IFF |
commit | commitdiff | tree | snapshot |
2002-02-05 |
Vadim Zeitlin | fixed compilation without wxUSE_STREAMS |
commit | commitdiff | tree | snapshot |
2002-02-05 |
Vadim Zeitlin | fixed VC++ compilation warnings in optimized build |
commit | commitdiff | tree | snapshot |
2002-02-04 |
David Webster | const fix. |
commit | commitdiff | tree | snapshot |
2002-02-04 |
Vadim Zeitlin | fixed for compilation without wxUSE_WCHAR_T and minor... |
commit | commitdiff | tree | snapshot |
2002-02-04 |
Vadim Zeitlin | no changes, just the file I forgot to commit... |
commit | commitdiff | tree | snapshot |
2002-02-04 |
Gilles Depeyrot | added missing system colours (exact colours to be defined) |
commit | commitdiff | tree | snapshot |
2002-02-04 |
Vadim Zeitlin | fixed crash when return is pressed in a spinctrl inside... |
commit | commitdiff | tree | snapshot |
2002-02-04 |
Vadim Zeitlin | fixed size of the log dialog details drop down |
commit | commitdiff | tree | snapshot |
2002-02-04 |
Robert Roebling | Added missing test in wxObject::Ref() for already |
commit | commitdiff | tree | snapshot |
2002-02-04 |
Vadim Zeitlin | added GAUGE standard colour and use it in DrawProgressB... |
commit | commitdiff | tree | snapshot |
2002-02-04 |
Vadim Zeitlin | minor fix to the constraints of the cancel button to... |
commit | commitdiff | tree | snapshot |
2002-02-04 |
Vadim Zeitlin | don't skip first/last node when pressing down/up arrow... |
commit | commitdiff | tree | snapshot |
2002-02-04 |
David Webster | non const to const change |
commit | commitdiff | tree | snapshot |
2002-02-04 |
Robert Roebling | Now updating and clearing are done in a delayed fashion. |
commit | commitdiff | tree | snapshot |
2002-02-04 |
Robert Roebling | Applied thread wakeup patch. |
commit | commitdiff | tree | snapshot |
2002-02-04 |
Vadim Zeitlin | base class of wxTreeItemData corrected |
commit | commitdiff | tree | snapshot |
2002-02-04 |
Robert Roebling | Big wxRegion clean up. |
commit | commitdiff | tree | snapshot |
2002-02-04 |
Robert Roebling | Ref counting fixes and compile fixes. |
commit | commitdiff | tree | snapshot |
2002-02-04 |
David Webster | OS/2 scrolling support |
commit | commitdiff | tree | snapshot |
2002-02-04 |
Vadim Zeitlin | total wxBrush cleanup: made private stuff private,... |
commit | commitdiff | tree | snapshot |
2002-02-04 |
Vadim Zeitlin | changed CloneRefData() to take a const pointer |
commit | commitdiff | tree | snapshot |
2002-02-04 |
Vadim Zeitlin | ScrollWindow() should use the rect it scrolls as the... |
commit | commitdiff | tree | snapshot |
2002-02-03 |
Václav Slavík | Unicode compilation fixes |
commit | commitdiff | tree | snapshot |
2002-02-03 |
Václav Slavík | wxXmlInitXmlModule no longer needed |
commit | commitdiff | tree | snapshot |
2002-02-03 |
Vadim Zeitlin | compilation fix |
commit | commitdiff | tree | snapshot |
2002-02-03 |
Vadim Zeitlin | oops, Clone/CreateRefData() were not overridden in... |
commit | commitdiff | tree | snapshot |
2002-02-03 |
Vadim Zeitlin | added asserts to Clone/CreateRefData() |
commit | commitdiff | tree | snapshot |
2002-02-03 |
George Tasker | Added isql.h and isqlext.h to the "Base" target |
commit | commitdiff | tree | snapshot |
2002-02-03 |
Vadim Zeitlin | fixed wxRegion::Offset() to not modify the shared regions |
commit | commitdiff | tree | snapshot |
2002-02-02 |
Václav Slavík | wxXRC cleanup: removed .xmlbin format |
commit | commitdiff | tree | snapshot |
2002-02-02 |
Václav Slavík | added cur and ico formats to the sample |
commit | commitdiff | tree | snapshot |
2002-02-02 |
Václav Slavík | generated makefiles no longer contain information about... |
commit | commitdiff | tree | snapshot |
2002-02-02 |
Václav Slavík | changed wxFileName::Normalize signature to allow or... |
commit | commitdiff | tree | snapshot |
2002-02-02 |
Vadim Zeitlin | added more commands for moving the logical origin |
commit | commitdiff | tree | snapshot |
2002-02-02 |
Vadim Zeitlin | 1. fixed bug in wxDC::SetMapMode() which broke the... |
commit | commitdiff | tree | snapshot |
2002-02-02 |
Gilles Depeyrot | correction for compilation with ProjectBuilder |
commit | commitdiff | tree | snapshot |
2002-02-02 |
Gilles Depeyrot | wxCommand is in cmdproc.h (SourceForge patch #511506) |
commit | commitdiff | tree | snapshot |
2002-02-02 |
Robin Dunn | A little cleanup for this demo |
commit | commitdiff | tree | snapshot |
2002-02-02 |
Robin Dunn | Shouldn't call SetFont(wxNullFont) any more |
commit | commitdiff | tree | snapshot |
2002-02-02 |
Vadim Zeitlin | wxDC::SetClippingRegion() in wxMSW works like in wxGTK... |
commit | commitdiff | tree | snapshot |
2002-02-02 |
Robin Dunn | wxPyEmptyStr --> wxEmptyString |
commit | commitdiff | tree | snapshot |
2002-02-01 |
Robin Dunn | wxPyEmptyStr --> wxEmptyString |
commit | commitdiff | tree | snapshot |
2002-02-01 |
Robin Dunn | Updated contrib from Lorne White |
commit | commitdiff | tree | snapshot |
2002-02-01 |
Robin Dunn | better log messages for this demo |
commit | commitdiff | tree | snapshot |
2002-02-01 |
Václav Slavík | wxDialog::Show has default argument value in wxUniv now |
commit | commitdiff | tree | snapshot |
2002-02-01 |
Václav Slavík | wxRootWindow::AcceptsFocus must be const; added wxRTTI... |
commit | commitdiff | tree | snapshot |
2002-02-01 |
Václav Slavík | compilation fix |
commit | commitdiff | tree | snapshot |
2002-02-01 |
Vadim Zeitlin | removed GetString(), it doesn't belong here |
commit | commitdiff | tree | snapshot |
2002-02-01 |
Julian Smart | Added missing '!' to HasCapture() in window.cpp |
commit | commitdiff | tree | snapshot |
2002-02-01 |
David Webster | Makefile and mod def updates. Compile bug in Choice... |
commit | commitdiff | tree | snapshot |
2002-02-01 |
Vadim Zeitlin | made wxCondition::Signal() queue the signals generated... |
commit | commitdiff | tree | snapshot |
2002-02-01 |
Vadim Zeitlin | some really ancient tips updated, mention make problems... |
commit | commitdiff | tree | snapshot |
2002-02-01 |
Vadim Zeitlin | various minor fixes to wxHashMap: compilation warnings... |
commit | commitdiff | tree | snapshot |
2002-02-01 |
David Webster | Got rid of the bad EOLs. |
commit | commitdiff | tree | snapshot |
2002-02-01 |
Vadim Zeitlin | fixed Show() doc, added Hide() |
commit | commitdiff | tree | snapshot |
2002-02-01 |
Vadim Zeitlin | added default value for Show() argument |
commit | commitdiff | tree | snapshot |
2002-02-01 |
David Webster | no message |
commit | commitdiff | tree | snapshot |
2002-02-01 |
Robin Dunn | Fix for bug #511057 |
commit | commitdiff | tree | snapshot |
2002-02-01 |
Robin Dunn | added wx type info macros for wxFSFile |
commit | commitdiff | tree | snapshot |
2002-02-01 |
Robin Dunn | fixed compile bug for when threads are turned off |
commit | commitdiff | tree | snapshot |
2002-02-01 |
Vadim Zeitlin | test wxRegion::Offset() |
commit | commitdiff | tree | snapshot |
2002-01-31 |
Julian Smart | Applied hash copy fix, BC++ makefile fix (though not... |
commit | commitdiff | tree | snapshot |
2002-01-31 |
David Webster | Lots of fixes for scrolling |
commit | commitdiff | tree | snapshot |
2002-01-31 |
Julian Smart | Applied status bar sample patch to toggle status bar |
commit | commitdiff | tree | snapshot |
2002-01-31 |
Julian Smart | Applied wxImage -> wxCursor patch, tool window event... |
commit | commitdiff | tree | snapshot |
2002-01-31 |
Julian Smart | Applied wxPoem, wxSystemSettings, sizing, install doc... |
commit | commitdiff | tree | snapshot |
2002-01-31 |
Vadim Zeitlin | don't return HTCLIENT for radiobox - this breaks redraw... |
commit | commitdiff | tree | snapshot |
2002-01-31 |
Julian Smart | Applied patch to reset pointer |
commit | commitdiff | tree | snapshot |
2002-01-31 |
Julian Smart | Regenerated FL docs; applied patch [ #511363 ] Dialogs... |
commit | commitdiff | tree | snapshot |
2002-01-31 |
Vadim Zeitlin | added wxObject::AllocExclusive() and associated methods |
commit | commitdiff | tree | snapshot |
2002-01-31 |
Vadim Zeitlin | implemented wxRegion::Offset() for MSW and documented it |
commit | commitdiff | tree | snapshot |
2002-01-31 |
Julian Smart | Corrected Normalize invocation by casting |
commit | commitdiff | tree | snapshot |
2002-01-31 |
Julian Smart | Removed wxPATH_NORM_CASE from Normalize or files won... |
commit | commitdiff | tree | snapshot |
2002-01-30 |
Mattia Barbon | Add WXDLLEXPORT |
commit | commitdiff | tree | snapshot |
2002-01-30 |
Robin Dunn | SWIG update for wxMac |
commit | commitdiff | tree | snapshot |
2002-01-30 |
Vadim Zeitlin | attempts to make wxCondition::Broadcast() and Signal... |
commit | commitdiff | tree | snapshot |
2002-01-30 |
Robert Roebling | Added wxRegion::Offset(x,y) |
commit | commitdiff | tree | snapshot |
2002-01-30 |
Vadim Zeitlin | ignore the icon option in Netscape mime.type file |
commit | commitdiff | tree | snapshot |
next |