2003-11-13 |
Robin Dunn | Recent changes in SWIG make this patch no longer necessary |
commit | commitdiff | tree | snapshot |
2003-11-13 |
David Elliott | wxCocoa: Use the new native MDI implementation instead... |
commit | commitdiff | tree | snapshot |
2003-11-13 |
David Elliott | Added implementation of MDI using top level windows |
commit | commitdiff | tree | snapshot |
2003-11-13 |
David Elliott | Added a mechanism allowing a toplevel window to delay... |
commit | commitdiff | tree | snapshot |
2003-11-13 |
David Elliott | Very lame fix for windows with -1 for a component of... |
commit | commitdiff | tree | snapshot |
2003-11-13 |
David Elliott | Fix file header and remove unused include "wx/cocoa... |
commit | commitdiff | tree | snapshot |
2003-11-13 |
David Elliott | Renamed UpdateWindowMenuBar to UpdateMenuBar and remove... |
commit | commitdiff | tree | snapshot |
2003-11-12 |
Robin Dunn | Merged the wxPy_newswig branch into the HEAD branch... |
commit | commitdiff | tree | snapshot |
2003-11-11 |
Václav Slavík | Always set background colour prior to any HTML renderin... |
commit | commitdiff | tree | snapshot |
2003-11-11 |
Václav Slavík | part of DS' change _was_ corrent, restored |
commit | commitdiff | tree | snapshot |
2003-11-10 |
Dimitri Schoolwerth | Really fixed Borland release build warning (without... |
commit | commitdiff | tree | snapshot |
2003-11-10 |
Václav Slavík | previous DS' change was broken, reverted |
commit | commitdiff | tree | snapshot |
2003-11-10 |
Václav Slavík | added test for CDATA handling |
commit | commitdiff | tree | snapshot |
2003-11-10 |
Dimitri Schoolwerth | Added wxUnusedVar for Borland and fixed 2 release mode... |
commit | commitdiff | tree | snapshot |
2003-11-10 |
Václav Slavík | bakefile cleanup: use consistent way of setting lists |
commit | commitdiff | tree | snapshot |
2003-11-10 |
Václav Slavík | fixed msvc6prj - missing oleacc library |
commit | commitdiff | tree | snapshot |
2003-11-10 |
Václav Slavík | added bakefile's new tag <objects-depend> |
commit | commitdiff | tree | snapshot |
2003-11-10 |
Julian Smart | Removed MGL_ROOT |
commit | commitdiff | tree | snapshot |
2003-11-09 |
Mattia Barbon | Fix after last commit. |
commit | commitdiff | tree | snapshot |
2003-11-09 |
Mattia Barbon | Warning fixes and deprecated method elimination from... |
commit | commitdiff | tree | snapshot |
2003-11-09 |
Václav Slavík | addedd support for <pre width=...> |
commit | commitdiff | tree | snapshot |
2003-11-09 |
Václav Slavík | fixed wxConvLocal to work with C locale (and probably... |
commit | commitdiff | tree | snapshot |
2003-11-09 |
Václav Slavík | prevent deadlock in wxCSConv::DoCreate if it fails... |
commit | commitdiff | tree | snapshot |
2003-11-08 |
Dimitri Schoolwerth | Fixed MSVC warnings from Win32 Unicode Release build. |
commit | commitdiff | tree | snapshot |
2003-11-08 |
Stefan Neis | Allow minimal acceptable row height/column width to... |
commit | commitdiff | tree | snapshot |
2003-11-08 |
Stefan Neis | Avoid referencing WinInitialize/Finalize for non-PM... |
commit | commitdiff | tree | snapshot |
2003-11-08 |
Mattia Barbon | wxXRC STL-ification. |
commit | commitdiff | tree | snapshot |
2003-11-08 |
Mattia Barbon | Compilation fix for !WXWN_COMPATIBILITY_2_4. |
commit | commitdiff | tree | snapshot |
2003-11-08 |
Vadim Zeitlin | add -lXpm to the GUI libs |
commit | commitdiff | tree | snapshot |
2003-11-08 |
Vadim Zeitlin | added comments to the makefile; added WX_CONFIG var... |
commit | commitdiff | tree | snapshot |
2003-11-08 |
Vadim Zeitlin | 1. fixed --with-libxpm switch handling, added it to... |
commit | commitdiff | tree | snapshot |
2003-11-08 |
Vadim Zeitlin | restored double square brackets for now, my last fix... |
commit | commitdiff | tree | snapshot |
2003-11-08 |
Vadim Zeitlin | fix for previous commit |
commit | commitdiff | tree | snapshot |
2003-11-08 |
Vadim Zeitlin | use [A-Z] instead of [[A-Z]] in tr (replaces patch... |
commit | commitdiff | tree | snapshot |
2003-11-08 |
Vadim Zeitlin | removed assert which became incorrect after last change |
commit | commitdiff | tree | snapshot |
2003-11-08 |
Václav Slavík | build_cfg_file is phony target |
commit | commitdiff | tree | snapshot |
2003-11-07 |
Robin Dunn | Fixed an accidental name clash, and added back a wxCHECK |
commit | commitdiff | tree | snapshot |
2003-11-07 |
Robin Dunn | A little narrower initial layout |
commit | commitdiff | tree | snapshot |
2003-11-07 |
Robin Dunn | Set m_rows, m_cols so GetRows/GetCols in the base class... |
commit | commitdiff | tree | snapshot |
2003-11-07 |
Vadim Zeitlin | fix for infinite loop in wxFileConfig when reading... |
commit | commitdiff | tree | snapshot |
2003-11-07 |
Vadim Zeitlin | fixed bug with looking beyond the end of string in... |
commit | commitdiff | tree | snapshot |
2003-11-07 |
Stefan Csomor | after rearrangement to-Page got lost |
commit | commitdiff | tree | snapshot |
2003-11-07 |
Robin Dunn | Forgot to change the pos and span names |
commit | commitdiff | tree | snapshot |
2003-11-07 |
Robin Dunn | Refactored wxSizerXmlHandler and added support for... |
commit | commitdiff | tree | snapshot |
2003-11-07 |
Robin Dunn | Fixed warning |
commit | commitdiff | tree | snapshot |
2003-11-07 |
Robin Dunn | Added default ctor |
commit | commitdiff | tree | snapshot |
2003-11-07 |
Robin Dunn | Calling sizerItem->SetWindow shoudl set the minsize... |
commit | commitdiff | tree | snapshot |
2003-11-06 |
Václav Slavík | moved build.cfg to setup.h directory |
commit | commitdiff | tree | snapshot |
2003-11-06 |
Václav Slavík | moved build.cfg to setup.h directory |
commit | commitdiff | tree | snapshot |
2003-11-06 |
David Elliott | Add wxCocoaNSWindow* parameter to GetAppMenuBar so... |
commit | commitdiff | tree | snapshot |
2003-11-06 |
David Elliott | * Removed CocoaInternalIdle() |
commit | commitdiff | tree | snapshot |
2003-11-06 |
David Elliott | Don't pass notifications to wxMenuBarManager. It will... |
commit | commitdiff | tree | snapshot |
2003-11-06 |
David Elliott | Don't call wxMenuBarManager::CocoaInternalIdle(). ... |
commit | commitdiff | tree | snapshot |
2003-11-06 |
David Elliott | Add virtual wxMenuBar* GetAppMenuBar(); |
commit | commitdiff | tree | snapshot |
2003-11-06 |
Vadim Zeitlin | fixed vertical scrollbar handling (broken by some relat... |
commit | commitdiff | tree | snapshot |
2003-11-06 |
Vadim Zeitlin | update list ctrl size after recreating it (when the... |
commit | commitdiff | tree | snapshot |
2003-11-06 |
David Elliott | wxMenuBarManager::InstallMenuBarForWindow no longer... |
commit | commitdiff | tree | snapshot |
2003-11-06 |
Robin Dunn | Tweaked the layout sample a bit for wxGridBagSizer |
commit | commitdiff | tree | snapshot |
2003-11-06 |
David Elliott | Include mondrian.xpm for _all_ platforms except wxMSW |
commit | commitdiff | tree | snapshot |
2003-11-06 |
David Elliott | Wrap ToolBar stuff with #if wxUSE_TOOLBAR |
commit | commitdiff | tree | snapshot |
2003-11-06 |
David Elliott | Wrap some toolbar code in #if wxUSE_TOOLBAR |
commit | commitdiff | tree | snapshot |
2003-11-06 |
David Elliott | Changed Command to ProcessCommand |
commit | commitdiff | tree | snapshot |
2003-11-06 |
David Elliott | Replaced all occurences of id with winid for Objective... |
commit | commitdiff | tree | snapshot |
2003-11-06 |
Julian Smart | Removed some old doc targets |
commit | commitdiff | tree | snapshot |
2003-11-06 |
Robin Dunn | Added wxGridBagSizer, a grid sizer where item positions... |
commit | commitdiff | tree | snapshot |
2003-11-05 |
Václav Slavík | generate build.cfg file on Windows, with information... |
commit | commitdiff | tree | snapshot |
2003-11-05 |
Václav Slavík | fixed wrong format names |
commit | commitdiff | tree | snapshot |
2003-11-05 |
Dimitri Schoolwerth | Fixed bug introduced by previous commit (Swapped if... |
commit | commitdiff | tree | snapshot |
2003-11-05 |
Dimitri Schoolwerth | Ignore Borland build directory; Ignore 3 .lib files... |
commit | commitdiff | tree | snapshot |
2003-11-04 |
David Elliott | Use a lowercase 'q' for the Quit menu item's keyEquivalent. |
commit | commitdiff | tree | snapshot |
2003-11-04 |
David Elliott | Removed call to InitBase() from wxWindowCocoa::Init() |
commit | commitdiff | tree | snapshot |
2003-11-04 |
Dimitri Schoolwerth | Removed usage of deprecated methods (patch #827023... |
commit | commitdiff | tree | snapshot |
2003-11-04 |
Dimitri Schoolwerth | Ignore expat*.lib files and vc_lib directory which... |
commit | commitdiff | tree | snapshot |
2003-11-04 |
Dimitri Schoolwerth | wxWindowsPrinter::Print ignored the "All pages" option... |
commit | commitdiff | tree | snapshot |
2003-11-03 |
Stefan Neis | Added some bad hacks to make region processing work... |
commit | commitdiff | tree | snapshot |
2003-11-02 |
Mattia Barbon | Compilation fix. |
commit | commitdiff | tree | snapshot |
2003-11-02 |
Mattia Barbon | Fix (correct) warning about potentially uninitialized... |
commit | commitdiff | tree | snapshot |
2003-11-02 |
Mattia Barbon | Compilation fix for wxUSE_STL==1. |
commit | commitdiff | tree | snapshot |
2003-11-02 |
Mattia Barbon | Updated changes.txt. |
commit | commitdiff | tree | snapshot |
2003-11-02 |
Mattia Barbon | Updated not to use deprecated wxList methods. |
commit | commitdiff | tree | snapshot |
2003-11-02 |
Mattia Barbon | Updated wxHashTable::Next documentation to use wxHash... |
commit | commitdiff | tree | snapshot |
2003-11-01 |
Václav Slavík | standardize configure flags in RPMs |
commit | commitdiff | tree | snapshot |
2003-11-01 |
Vadim Zeitlin | update from Tsolakos Stavros |
commit | commitdiff | tree | snapshot |
2003-11-01 |
Vadim Zeitlin | compilation fix for VC++ statis MT build with wxUSE_STL==1 |
commit | commitdiff | tree | snapshot |
2003-11-01 |
Vadim Zeitlin | don't show hidden child frames when the parent is restored |
commit | commitdiff | tree | snapshot |
2003-10-31 |
Václav Slavík | add upper-case extensions to fallbac |
commit | commitdiff | tree | snapshot |
2003-10-31 |
Václav Slavík | added resolution option to JPEG handler (patch #833234) |
commit | commitdiff | tree | snapshot |
2003-10-31 |
Vadim Zeitlin | warning about VC++ /ZI option and wxCOMPILE_TIME_ASSERT... |
commit | commitdiff | tree | snapshot |
2003-10-31 |
Václav Slavík | don't use deprecated symbols |
commit | commitdiff | tree | snapshot |
2003-10-31 |
Vadim Zeitlin | updated SendIdleEvent() docs |
commit | commitdiff | tree | snapshot |
2003-10-31 |
Vadim Zeitlin | removed InitBase() |
commit | commitdiff | tree | snapshot |
2003-10-31 |
Vadim Zeitlin | removed InitBase() |
commit | commitdiff | tree | snapshot |
2003-10-31 |
Robin Dunn | Patch #826420, and also adapted to new SWIG |
commit | commitdiff | tree | snapshot |
2003-10-30 |
Vadim Zeitlin | removed calls to wxWindowBase::InitBase(), it is called... |
commit | commitdiff | tree | snapshot |
2003-10-30 |
Václav Slavík | #if around deprecated macros |
commit | commitdiff | tree | snapshot |
2003-10-30 |
Vadim Zeitlin | added missing _T()s in wxLogTraces |
commit | commitdiff | tree | snapshot |
2003-10-29 |
Vadim Zeitlin | update from Vegh Janos |
commit | commitdiff | tree | snapshot |
2003-10-29 |
Vadim Zeitlin | changed case of the cursor names to be consistent with... |
commit | commitdiff | tree | snapshot |
2003-10-29 |
Robin Dunn | Added SetMin/SetMax |
commit | commitdiff | tree | snapshot |
2003-10-29 |
Robin Dunn | Fixed compile error |
commit | commitdiff | tree | snapshot |
next |