2003-06-25 |
Václav Slavík | moved AddFile(wxImage) to GUI part of library, too |
tree | commitdiff |
2003-06-25 |
Václav Slavík | compilation fix for wxBase |
tree | commitdiff |
2003-06-25 |
Václav Slavík | added XRC contrib makefile |
tree | commitdiff |
2003-06-25 |
Vadim Zeitlin | missign app.h header |
tree | commitdiff |
2003-06-25 |
Vadim Zeitlin | a quick hack to fix wxBase compilation |
tree | commitdiff |
2003-06-25 |
Vadim Zeitlin | missing wx/iconloc.h added |
tree | commitdiff |
2003-06-24 |
Václav Slavík | no longer needed |
tree | commitdiff |
2003-06-24 |
Gilles Depeyrot | minor corrections for compilation with gcc 3.3 (use... |
tree | commitdiff |
2003-06-24 |
Václav Slavík | don't compile generic wxMessageDialog w/ GTK+2, it... |
tree | commitdiff |
2003-06-24 |
Václav Slavík | compilation fix |
tree | commitdiff |
2003-06-24 |
Václav Slavík | compilation fixes |
tree | commitdiff |
2003-06-24 |
Julian Smart | Initialised static controls |
tree | commitdiff |
2003-06-24 |
Vadim Zeitlin | compilation fix for wxGTK |
tree | commitdiff |
2003-06-24 |
Vadim Zeitlin | regenerated project/makefiles with tmake |
tree | commitdiff |
2003-06-24 |
Vadim Zeitlin | removed duplicate wxTheApp and m_appInitFn definitions... |
tree | commitdiff |
2003-06-24 |
Vadim Zeitlin | wxBase/GUI separation: 1st step, wxMSW should build... |
tree | commitdiff |
2003-06-23 |
Václav Slavík | compilation fix |
tree | commitdiff |
2003-06-23 |
Mattia Barbon | Compilation fix. |
tree | commitdiff |
2003-06-23 |
Vadim Zeitlin | use __VISUALC__ instead of _MSC_VER to avoid problems... |
tree | commitdiff |
2003-06-23 |
David Elliott | Added #if wxUSE_SLIDER guard |
tree | commitdiff |
2003-06-23 |
David Elliott | Added #ifdef wxHAS_TASK_BAR_ICON guard |
tree | commitdiff |
2003-06-23 |
Vadim Zeitlin | GetIcon() returns wxIconLocation, not wxIcon, now |
tree | commitdiff |
2003-06-23 |
Julian Smart | Implemented wxTextCtrl::GetStyle for MSW |
tree | commitdiff |
2003-06-22 |
Vadim Zeitlin | support Show() in wxFlexGridSizer (patch 737850) |
tree | commitdiff |
2003-06-22 |
Vadim Zeitlin | set selection before setting focus to the control in... |
tree | commitdiff |
2003-06-22 |
Vadim Zeitlin | fix VC 7.x release build problems |
tree | commitdiff |
2003-06-22 |
Vadim Zeitlin | temp fix for link errors after last commit |
tree | commitdiff |
2003-06-22 |
Vadim Zeitlin | updated after wxFileType change |
tree | commitdiff |
2003-06-21 |
Mattia Barbon | Add a missing structure definition, move all rich... |
tree | commitdiff |
2003-06-21 |
Vadim Zeitlin | don't disable hidden windows in wxWindowDisabler, it... |
tree | commitdiff |
2003-06-21 |
Vadim Zeitlin | removed Win16 horrors |
tree | commitdiff |
2003-06-21 |
Vadim Zeitlin | removed datacmn, not a base file any more |
tree | commitdiff |
2003-06-21 |
Vadim Zeitlin | removed datacmn |
tree | commitdiff |
2003-06-21 |
Robert Roebling | Small fix for splitter window. |
tree | commitdiff |
2003-06-21 |
Vadim Zeitlin | added wxIconLocation; minor fixes to wxIcon on some... |
tree | commitdiff |
2003-06-21 |
Stefan Neis | Reverted patch [ 746201 ] (partially) because of unwant... |
tree | commitdiff |
2003-06-20 |
Gilles Depeyrot | corrected return value of wxTimer::Start when timer... |
tree | commitdiff |
2003-06-20 |
Václav Slavík | fix one of reasons for crash if there is no font |
tree | commitdiff |
2003-06-20 |
Julian Smart | Extended wxTextAttr and added wxTextCtrl::GetStyle... |
tree | commitdiff |
2003-06-19 |
Vadim Zeitlin | removed redundant wxUSE_GUI checks |
tree | commitdiff |
2003-06-19 |
Vadim Zeitlin | added wxIsDebuggerRunning() (which is going to replace... |
tree | commitdiff |
2003-06-19 |
Václav Slavík | quick and dirty fix for wxMGL compilation |
tree | commitdiff |
2003-06-19 |
David Elliott | Added slider.h/slider.mm to wxCocoa build |
tree | commitdiff |
2003-06-19 |
David Elliott | Missed a few substitutions the first time around |
tree | commitdiff |
2003-06-19 |
David Elliott | Added wxSlider stub |
tree | commitdiff |
2003-06-19 |
David Elliott | wxCocoa does not have wxDialog::OnPaint() |
tree | commitdiff |
2003-06-19 |
David Elliott | Added return NULL; for __WXCOCOA__ |
tree | commitdiff |
2003-06-19 |
David Elliott | Changed colour.cpp to colour.mm |
tree | commitdiff |
2003-06-19 |
David Elliott | First stab at wxColour using NSColor |
tree | commitdiff |
2003-06-19 |
Robert Roebling | Font crash and timer fix as per 2_4. |
tree | commitdiff |
2003-06-19 |
David Elliott | In wxApp::OnIdle() check to see if there is not a curre... |
tree | commitdiff |
2003-06-19 |
David Elliott | Add ability to have a wxMenuBar as a common menu |
tree | commitdiff |
2003-06-19 |
Vadim Zeitlin | fixed infinite recursion bug in some rare cases |
tree | commitdiff |
2003-06-19 |
Vadim Zeitlin | wxUniv compilation fix |
tree | commitdiff |
2003-06-19 |
Chris Elliott | fix making base for Borland |
tree | commitdiff |
2003-06-19 |
Chris Elliott | fix making base for watcom (lib\base and console sample... |
tree | commitdiff |
2003-06-19 |
Chris Elliott | fix making base for watcom (lib\base and console sample... |
tree | commitdiff |
2003-06-18 |
Vadim Zeitlin | detect EOF better when reading HTTP reply |
tree | commitdiff |
2003-06-18 |
Vadim Zeitlin | removed unnecessary #if wxUSE_GUIs |
tree | commitdiff |
2003-06-18 |
Vadim Zeitlin | removed deprecated ConvertToBitmap() and wxImage(wxBitm... |
tree | commitdiff |
2003-06-18 |
Václav Slavík | make it possible to not attach toolbars to frames ... |
tree | commitdiff |
2003-06-18 |
Chris Elliott | fix perl commands for makefile.sc |
tree | commitdiff |
2003-06-18 |
Chris Elliott | fix DMars compilation to use precompiled headers |
tree | commitdiff |
2003-06-18 |
Julian Smart | Workaround a crash bug; real solution as yet unknown |
tree | commitdiff |
2003-06-18 |
Vadim Zeitlin | removed a now unnecessary line |
tree | commitdiff |
2003-06-18 |
Vadim Zeitlin | better mask handling in wxBitmap to wxImage conversion... |
tree | commitdiff |
2003-06-17 |
Vadim Zeitlin | fixed compilation warnings |
tree | commitdiff |
2003-06-17 |
Chris Elliott | modify Borland makefile to include bc in library names |
tree | commitdiff |
2003-06-17 |
Julian Smart | Eliminated some code. |
tree | commitdiff |
2003-06-17 |
Julian Smart | Added corrected Show() to wxPopupWindow |
tree | commitdiff |
2003-06-16 |
Robin Dunn | Remove the test for parent window type when checking... |
tree | commitdiff |
2003-06-16 |
Chris Elliott | initail Digital Mars makefile for stc |
tree | commitdiff |
2003-06-16 |
Chris Elliott | faster Borland makefile |
tree | commitdiff |
2003-06-16 |
Julian Smart | Platform and compiler-specific checking for MSW and... |
tree | commitdiff |
2003-06-15 |
Václav Slavík | fixed misbehaving selection on some words |
tree | commitdiff |
2003-06-15 |
Vadim Zeitlin | empty description doesn't look good |
tree | commitdiff |
2003-06-15 |
Vadim Zeitlin | typo fix |
tree | commitdiff |
2003-06-15 |
Vadim Zeitlin | fixed bug with parsing filter string without description |
tree | commitdiff |
2003-06-15 |
Vadim Zeitlin | GTK2 Unicode build warning fix |
tree | commitdiff |
2003-06-15 |
Vadim Zeitlin | check parmateres in Replace() (bug 752716) |
tree | commitdiff |
2003-06-15 |
Mattia Barbon | Blind fix for startup crash with Lesstif. |
tree | commitdiff |
2003-06-14 |
Vadim Zeitlin | always NUL-terminate log messages, even if they're... |
tree | commitdiff |
2003-06-14 |
Vadim Zeitlin | speed up for debug mode startup (doesn't matter much... |
tree | commitdiff |
2003-06-14 |
Vadim Zeitlin | regenerated using tmake to add fldlgcmn.cpp |
tree | commitdiff |
2003-06-14 |
Vadim Zeitlin | wxFileDialog cleanup, extracted common code to fldlgcmn... |
tree | commitdiff |
2003-06-14 |
Vadim Zeitlin | added virtual dtor to wxDateTimeHolidayAuthority (patch... |
tree | commitdiff |
2003-06-14 |
Vadim Zeitlin | added a few #ifdefs needed to build a smaller library... |
tree | commitdiff |
2003-06-14 |
Vadim Zeitlin | implemented alpha support for raw bitmaps under Mac |
tree | commitdiff |
2003-06-13 |
Vadim Zeitlin | SetSelection() may be used for both single and multi... |
tree | commitdiff |
2003-06-13 |
Vadim Zeitlin | added possibility to customize the listbox colours |
tree | commitdiff |
2003-06-13 |
David Elliott | Include wx/file.h even when using precompiled headers |
tree | commitdiff |
2003-06-13 |
David Elliott | * Added gsockcocoa.c to files list |
tree | commitdiff |
2003-06-13 |
David Elliott | Added GSocket stubs for wxCocoa |
tree | commitdiff |
2003-06-13 |
David Elliott | Use the new wxNSStringWithWxString conversion function |
tree | commitdiff |
2003-06-13 |
Chris Elliott | fix some more samples for digital mars [allow contrib... |
tree | commitdiff |
2003-06-13 |
David Elliott | Proposed wxMac MDI interface (in limbo) |
tree | commitdiff |
2003-06-13 |
David Elliott | Added support for delayed deactivation of windows ... |
tree | commitdiff |
2003-06-13 |
Julian Smart | Fixed MDI scrollbars |
tree | commitdiff |
2003-06-13 |
Chris Elliott | fix for dmc compilation of projects with more than... |
tree | commitdiff |
2003-06-13 |
Vadim Zeitlin | fixed bug in group counting Compile() |
tree | commitdiff |
next |