2002-02-07 |
Julian Smart | Fixes for X11 builds |
commit | commitdiff | tree | snapshot |
2002-02-07 |
George Tasker | Applied patch #514037 from Paul Gammans to remove unnee... |
commit | commitdiff | tree | snapshot |
2002-02-07 |
Jouk Jansen | Committing in . |
commit | commitdiff | tree | snapshot |
2002-02-07 |
Vadim Zeitlin | wxMSW compilation fix |
commit | commitdiff | tree | snapshot |
2002-02-07 |
Julian Smart | Added X11 support |
commit | commitdiff | tree | snapshot |
2002-02-07 |
Julian Smart | Added x11.t, changes to other config files |
commit | commitdiff | tree | snapshot |
2002-02-07 |
Gilles Depeyrot | removed trailing comma for SunSoft compiler |
commit | commitdiff | tree | snapshot |
2002-02-07 |
Vadim Zeitlin | documented wxCOMPILE_TIME_ASSERT2 |
commit | commitdiff | tree | snapshot |
2002-02-07 |
Vadim Zeitlin | added wxCOMPILE_TIME_ASSERT2() macro allowing to give... |
commit | commitdiff | tree | snapshot |
2002-02-07 |
Vadim Zeitlin | a hack to fix the MSW build for now, pending better... |
commit | commitdiff | tree | snapshot |
2002-02-07 |
Vadim Zeitlin | fixed passing empty macro argument for VC++ |
commit | commitdiff | tree | snapshot |
2002-02-07 |
Julian Smart | Stripped out miscellaneous Motif/Xt-specific code |
commit | commitdiff | tree | snapshot |
2002-02-07 |
Robin Dunn | Check for existing colour names when adding to wxTheCol... |
commit | commitdiff | tree | snapshot |
2002-02-07 |
Robin Dunn | added sample (currently commented out) of how to veto... |
commit | commitdiff | tree | snapshot |
2002-02-07 |
Robin Dunn | Moved utils.i back into the core since it imports it... |
commit | commitdiff | tree | snapshot |
2002-02-06 |
Robin Dunn | Updated the build docs a bit, added wxMetafileDataObjec... |
commit | commitdiff | tree | snapshot |
2002-02-06 |
Vadim Zeitlin | oops, have to commit this after accidentally committing... |
commit | commitdiff | tree | snapshot |
2002-02-06 |
Vadim Zeitlin | cleaned up the arrays declaration macros and added... |
commit | commitdiff | tree | snapshot |
2002-02-06 |
Vadim Zeitlin | use wxCOMPILE_TIME_ASSERT instead of the run-time checks |
commit | commitdiff | tree | snapshot |
2002-02-06 |
Vadim Zeitlin | added and documented wxCOMPILE_TIME_ASSERT and wxASSERT... |
commit | commitdiff | tree | snapshot |
2002-02-06 |
Robin Dunn | Corrections for loss of XLOG2DEV and etc. macros in... |
commit | commitdiff | tree | snapshot |
2002-02-06 |
Vadim Zeitlin | fixes for METHODDEF definition |
commit | commitdiff | tree | snapshot |
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 |
next |