2002-02-16 |
Robert Roebling | wxX11: |
tree | commitdiff |
2002-02-16 |
Václav Slavík | more fixes to wxSplitterWindow's initial sash position |
tree | commitdiff |
2002-02-16 |
Václav Slavík | A couple of changes to wxImage: |
tree | commitdiff |
2002-02-15 |
Václav Slavík | don't translate accelerators in XRC menus |
tree | commitdiff |
2002-02-15 |
Vadim Zeitlin | made wxDateTimeDefault an object and not a reference... |
tree | commitdiff |
2002-02-15 |
Vadim Zeitlin | AIX compilation fixes from Paul Thiessen |
tree | commitdiff |
2002-02-15 |
Vadim Zeitlin | fixed <strings.h> include and also removed the obsolete... |
tree | commitdiff |
2002-02-15 |
Julian Smart | Started some NanoX work (blind to begin with) |
tree | commitdiff |
2002-02-14 |
Robin Dunn | As per the wx-dev discussion in early Jan, replaced |
tree | commitdiff |
2002-02-14 |
Robert Roebling | Updated the erase/paint event logic. |
tree | commitdiff |
2002-02-14 |
Vadim Zeitlin | fixes to sash adjusting code to avoid setting it to... |
tree | commitdiff |
2002-02-14 |
Václav Slavík | copyright update |
tree | commitdiff |
2002-02-14 |
Julian Smart | Added some XSyncs to help size calculations, but positi... |
tree | commitdiff |
2002-02-14 |
Václav Slavík | take const reference (thanks to Alberto Barbati) |
tree | commitdiff |
2002-02-14 |
Vadim Zeitlin | use the native wxImageList under Win32 as otherwise... |
tree | commitdiff |
2002-02-14 |
Vadim Zeitlin | #if wxUSE_PALETTE, not #ifdef |
tree | commitdiff |
2002-02-14 |
Julian Smart | Removed wxBuffer from several ports; added function... |
tree | commitdiff |
2002-02-14 |
Stefan Csomor | added .inited comparison as suggested by John McPherso... |
tree | commitdiff |
2002-02-14 |
Václav Slavík | added wxUpdateUIEvent handling to wxMGL |
tree | commitdiff |
2002-02-13 |
Vadim Zeitlin | added wxFSVolume patch from George Policello (untested... |
tree | commitdiff |
2002-02-13 |
Julian Smart | Fixes |
tree | commitdiff |
2002-02-13 |
Robert Roebling | wxX11: |
tree | commitdiff |
2002-02-13 |
Julian Smart | Added shared private declarations header privx.h, utils... |
tree | commitdiff |
2002-02-13 |
Robert Roebling | wxX11: |
tree | commitdiff |
2002-02-12 |
Julian Smart | Removed some debug code from window headers; added... |
tree | commitdiff |
2002-02-12 |
Julian Smart | Attempts to get client origin working. Work in progress. |
tree | commitdiff |
2002-02-11 |
Václav Slavík | wxSplitterWindow now: |
tree | commitdiff |
2002-02-11 |
Václav Slavík | rewrote wxHtmlHelpFrame using sizers |
tree | commitdiff |
2002-02-11 |
Robert Roebling | wxX11: |
tree | commitdiff |
2002-02-11 |
Julian Smart | Attempted to add configury for NanoX compatibility |
tree | commitdiff |
2002-02-11 |
Robert Roebling | Various compile fixes. |
tree | commitdiff |
2002-02-11 |
Julian Smart | Small changes to wxX11 |
tree | commitdiff |
2002-02-10 |
Robert Roebling | wxX11: link errors down to 1. |
tree | commitdiff |
2002-02-10 |
Julian Smart | Added wxPopupWindow skeleton (no implementation yet) |
tree | commitdiff |
2002-02-10 |
Václav Slavík | respect minimal wxTLW size in wxUniv |
tree | commitdiff |
2002-02-10 |
Václav Slavík | added default ctor to wxStaticText |
tree | commitdiff |
2002-02-10 |
Robert Roebling | Killed various wxMotif things in wxX11. |
tree | commitdiff |
2002-02-10 |
Robert Roebling | wxX11: |
tree | commitdiff |
2002-02-10 |
Robert Roebling | wxX11: |
tree | commitdiff |
2002-02-10 |
Vadim Zeitlin | fix for wxUniv/GTK scrolling |
tree | commitdiff |
2002-02-10 |
David Webster | Removing OS/2 specific positioning methods, no longer... |
tree | commitdiff |
2002-02-10 |
Julian Smart | More X11 code |
tree | commitdiff |
2002-02-09 |
Václav Slavík | use AllocExclusive for reference counting |
tree | commitdiff |
2002-02-09 |
Václav Slavík | fix for scrollbar's thumb update bug in wxUniv |
tree | commitdiff |
2002-02-08 |
Václav Slavík | reverted revision 1.6 -- Mattia obviously knows better... |
tree | commitdiff |
2002-02-08 |
Václav Slavík | compilation fix -- a better way |
tree | commitdiff |
2002-02-08 |
Mattia Barbon | Blind fix for Watcom ( and VisualAge? ) |
tree | commitdiff |
2002-02-08 |
Julian Smart | Now compiling |
tree | commitdiff |
2002-02-08 |
Julian Smart | Added X11 wxEventLoop implementation; rearranged event... |
tree | commitdiff |
2002-02-08 |
Vadim Zeitlin | cleanups after SciTech commit :-( |
tree | commitdiff |
2002-02-08 |
Václav Slavík | make more wxImage methods const |
tree | commitdiff |
2002-02-08 |
Václav Slavík | fixed wxPageSetupDialogData::SetPaperId() to take value... |
tree | commitdiff |
2002-02-07 |
Vadim Zeitlin | added another overloaded DrawCircle() version for compl... |
tree | commitdiff |
2002-02-07 |
Kendall Bennett | Merges from Scitech Branch (George Davison): |
tree | commitdiff |
2002-02-07 |
Václav Slavík | changed wxImage::ComputeHistogram to use wxHashMap |
tree | commitdiff |
2002-02-07 |
Julian Smart | Various fixes for X11 compilation |
tree | commitdiff |
2002-02-07 |
Gilles Depeyrot | removed trailing comma for SunSoft compiler |
tree | commitdiff |
2002-02-07 |
Vadim Zeitlin | added wxCOMPILE_TIME_ASSERT2() macro allowing to give... |
tree | commitdiff |
2002-02-07 |
Vadim Zeitlin | a hack to fix the MSW build for now, pending better... |
tree | commitdiff |
2002-02-07 |
Vadim Zeitlin | fixed passing empty macro argument for VC++ |
tree | commitdiff |
2002-02-07 |
Julian Smart | Stripped out miscellaneous Motif/Xt-specific code |
tree | commitdiff |
2002-02-06 |
Vadim Zeitlin | oops, have to commit this after accidentally committing... |
tree | commitdiff |
2002-02-06 |
Vadim Zeitlin | cleaned up the arrays declaration macros and added... |
tree | commitdiff |
2002-02-06 |
Vadim Zeitlin | added and documented wxCOMPILE_TIME_ASSERT and wxASSERT... |
tree | commitdiff |
2002-02-06 |
Vadim Zeitlin | assert when a base class of a class in wxRTTI system... |
tree | commitdiff |
2002-02-06 |
Vadim Zeitlin | added wxRTTI macros to wxList and wxStringList |
tree | commitdiff |
2002-02-06 |
Vadim Zeitlin | got rid of wxWindow::m_lDlgCode - now wxWANTS_CHARS... |
tree | commitdiff |
2002-02-05 |
George Tasker | Added WXDLLEXPORT_DATA() around several data elements |
tree | commitdiff |
2002-02-05 |
Julian Smart | First stabs at stripping out Xt/Motif code |
tree | commitdiff |
2002-02-05 |
Julian Smart | Fixed a couple of typos |
tree | commitdiff |
2002-02-05 |
Julian Smart | Reformatted Motif headers; added __WXX11__ symbol suppo... |
tree | commitdiff |
2002-02-05 |
Vadim Zeitlin | defined wxUSE_IFF |
tree | commitdiff |
2002-02-04 |
Vadim Zeitlin | fixed for compilation without wxUSE_WCHAR_T and minor... |
tree | commitdiff |
2002-02-04 |
Robert Roebling | Added missing test in wxObject::Ref() for already |
tree | commitdiff |
2002-02-04 |
Vadim Zeitlin | added GAUGE standard colour and use it in DrawProgressB... |
tree | commitdiff |
2002-02-04 |
David Webster | non const to const change |
tree | commitdiff |
2002-02-04 |
Robert Roebling | Now updating and clearing are done in a delayed fashion. |
tree | commitdiff |
2002-02-04 |
Robert Roebling | Big wxRegion clean up. |
tree | commitdiff |
2002-02-04 |
Robert Roebling | Ref counting fixes and compile fixes. |
tree | commitdiff |
2002-02-04 |
David Webster | OS/2 scrolling support |
tree | commitdiff |
2002-02-04 |
Vadim Zeitlin | total wxBrush cleanup: made private stuff private,... |
tree | commitdiff |
2002-02-04 |
Vadim Zeitlin | changed CloneRefData() to take a const pointer |
tree | commitdiff |
2002-02-03 |
Vadim Zeitlin | oops, Clone/CreateRefData() were not overridden in... |
tree | commitdiff |
2002-02-03 |
Vadim Zeitlin | fixed wxRegion::Offset() to not modify the shared regions |
tree | commitdiff |
2002-02-02 |
Václav Slavík | wxXRC cleanup: removed .xmlbin format |
tree | commitdiff |
2002-02-02 |
Václav Slavík | changed wxFileName::Normalize signature to allow or... |
tree | commitdiff |
2002-02-02 |
Vadim Zeitlin | 1. fixed bug in wxDC::SetMapMode() which broke the... |
tree | commitdiff |
2002-02-02 |
Vadim Zeitlin | wxDC::SetClippingRegion() in wxMSW works like in wxGTK... |
tree | commitdiff |
2002-02-01 |
Václav Slavík | wxDialog::Show has default argument value in wxUniv now |
tree | commitdiff |
2002-02-01 |
Vadim Zeitlin | removed GetString(), it doesn't belong here |
tree | commitdiff |
2002-02-01 |
Vadim Zeitlin | various minor fixes to wxHashMap: compilation warnings... |
tree | commitdiff |
2002-02-01 |
Vadim Zeitlin | added default value for Show() argument |
tree | commitdiff |
2002-02-01 |
Robin Dunn | added wx type info macros for wxFSFile |
tree | commitdiff |
2002-01-31 |
Julian Smart | Applied wxImage -> wxCursor patch, tool window event... |
tree | commitdiff |
2002-01-31 |
Julian Smart | Applied wxPoem, wxSystemSettings, sizing, install doc... |
tree | commitdiff |
2002-01-31 |
Julian Smart | Regenerated FL docs; applied patch [ #511363 ] Dialogs... |
tree | commitdiff |
2002-01-31 |
Vadim Zeitlin | added wxObject::AllocExclusive() and associated methods |
tree | commitdiff |
2002-01-31 |
Vadim Zeitlin | implemented wxRegion::Offset() for MSW and documented it |
tree | commitdiff |
2002-01-30 |
Mattia Barbon | Add WXDLLEXPORT |
tree | commitdiff |
2002-01-30 |
Vadim Zeitlin | attempts to make wxCondition::Broadcast() and Signal... |
tree | commitdiff |
next |