2003-03-06 |
Stefan Csomor | added OnMouse which will trigger context menu events... |
tree | commitdiff |
2003-03-05 |
Mattia Barbon | Fix warning. |
tree | commitdiff |
2003-03-05 |
Mattia Barbon | Applied patch [ 696990 ] fix makeg95.env so it can... |
tree | commitdiff |
2003-03-05 |
Mattia Barbon | Added new __WXMOTIF20__ macro, which is true if the... |
tree | commitdiff |
2003-03-05 |
Václav Slavík | fix compilation for GTK1 |
tree | commitdiff |
2003-03-04 |
Václav Slavík | added support for GTK2 label mnemonics (patch #689573) |
tree | commitdiff |
2003-03-04 |
Vadim Zeitlin | new wxDIB class |
tree | commitdiff |
2003-03-04 |
Vadim Zeitlin | don't use GetSelectedInto() in release build |
tree | commitdiff |
2003-03-04 |
Vadim Zeitlin | start of alpha transparency support |
tree | commitdiff |
2003-03-03 |
Vadim Zeitlin | added support for reading alpha channel |
tree | commitdiff |
2003-03-03 |
Vadim Zeitlin | added alpha channel support to wxImage |
tree | commitdiff |
2003-03-03 |
Stefan Csomor | sorry previous commit message was wrong, should read |
tree | commitdiff |
2003-03-03 |
Stefan Csomor | overflow fix |
tree | commitdiff |
2003-03-03 |
Vadim Zeitlin | compilation fix: include wx/platform.h before testing... |
tree | commitdiff |
2003-03-03 |
Vadim Zeitlin | fixed spurious assert in FindControl() (fixes patch... |
tree | commitdiff |
2003-03-02 |
Vadim Zeitlin | added wxRect2DDouble == != = operators (patch 684616) |
tree | commitdiff |
2003-03-02 |
Vadim Zeitlin | added possibility to use several wxFileHistories (patch... |
tree | commitdiff |
2003-03-02 |
Vadim Zeitlin | fixed memory leak (patch 696164) |
tree | commitdiff |
2003-03-02 |
Vadim Zeitlin | added missing include (patch 690352) |
tree | commitdiff |
2003-03-02 |
Vadim Zeitlin | fixed memory leak (patch 685580) |
tree | commitdiff |
2003-03-02 |
Stefan Csomor | GiveFeedback support, Cursor Extension |
tree | commitdiff |
2003-03-02 |
Stefan Csomor | OSX printing fixes |
tree | commitdiff |
2003-03-02 |
Stefan Csomor | destroy event support |
tree | commitdiff |
2003-03-02 |
Stefan Csomor | usleep fix |
tree | commitdiff |
2003-03-02 |
Stefan Csomor | xpm support, color cursor support |
tree | commitdiff |
2003-03-02 |
Robert Roebling | Up-ported wxBusyCursor fix and wxCombBov default... |
tree | commitdiff |
2003-03-02 |
Gilles Depeyrot | updated source to not use deprecated wxList methods |
tree | commitdiff |
2003-03-02 |
Mattia Barbon | Refactored wxStaticBox, and changed wxStaticBox and... |
tree | commitdiff |
2003-03-02 |
Gilles Depeyrot | added missing include file and corrected memory leak... |
tree | commitdiff |
2003-03-02 |
Václav Slavík | implemented wxCLOSE_BOX under Windows |
tree | commitdiff |
2003-03-02 |
Vadim Zeitlin | define some global wxDisplay-related stuff here (wxArra... |
tree | commitdiff |
2003-03-02 |
Vadim Zeitlin | maximize the window to the correct display (i.e. the... |
tree | commitdiff |
2003-03-02 |
Stefan Csomor | OSX fixes for printing |
tree | commitdiff |
2003-03-02 |
Vadim Zeitlin | implemented video mode support (getting the current... |
tree | commitdiff |
2003-03-02 |
Mattia Barbon | Implemented wxButton::DoGetBestSize for wxMotif.... |
tree | commitdiff |
2003-03-01 |
Stefan Csomor | applied fix to MkDir for mac |
tree | commitdiff |
2003-03-01 |
Mattia Barbon | Do not change background colour for parent widget... |
tree | commitdiff |
2003-03-01 |
Stefan Csomor | wxMac just using Update() |
tree | commitdiff |
2003-03-01 |
Stefan Csomor | added wxMac to the branch using Update for refresh |
tree | commitdiff |
2003-03-01 |
Robert Roebling | Upported combobox changes and another fix. |
tree | commitdiff |
2003-02-28 |
Julian Smart | Tidied space and tabs in wxMac files |
tree | commitdiff |
2003-02-28 |
Václav Slavík | fixed wxScrollBar creation when default size was used |
tree | commitdiff |
2003-02-28 |
Václav Slavík | added native wxMessageDialog implementation for GTK+2 |
tree | commitdiff |
2003-02-28 |
Julian Smart | Removed unnecessary #ifs |
tree | commitdiff |
2003-02-28 |
Mattia Barbon | Change wxCLOSE to wxCLOSE_BOX. |
tree | commitdiff |
2003-02-28 |
Julian Smart | Tidied copyright and date for wxMac files |
tree | commitdiff |
2003-02-28 |
Julian Smart | #ifed wxLog occurrences |
tree | commitdiff |
2003-02-27 |
Robin Dunn | Patch from David Falkinder to help building a STC dll. |
tree | commitdiff |
2003-02-27 |
Vadim Zeitlin | show error message if exec() failed: not pretty but... |
tree | commitdiff |
2003-02-27 |
Vadim Zeitlin | fix bug with timezone calculations when WX_GMTOFF_IN_TM... |
tree | commitdiff |
2003-02-27 |
Vadim Zeitlin | wxExecute may only be called from the main thread |
tree | commitdiff |
2003-02-27 |
Vadim Zeitlin | added proportion parameter to wxFlexGridSizer::AddGrowa... |
tree | commitdiff |
2003-02-27 |
Vadim Zeitlin | added WXK_WINDOWS_XXX key constants |
tree | commitdiff |
2003-02-27 |
Stefan Csomor | fix for SetSize was missing |
tree | commitdiff |
2003-02-27 |
Václav Slavík | wxCLOSE->wxCLOSE_BOX |
tree | commitdiff |
2003-02-27 |
Stefan Csomor | SetValue can add values if not readonly |
tree | commitdiff |
2003-02-26 |
Václav Slavík | compilation fix for optimizing compilers |
tree | commitdiff |
2003-02-26 |
Václav Slavík | added wxCLOSE |
tree | commitdiff |
2003-02-26 |
Václav Slavík | added wxCLOSE and fixed wxSYSTEM_MENU on Unix |
tree | commitdiff |
2003-02-26 |
Václav Slavík | fix patch #693600 |
tree | commitdiff |
2003-02-25 |
Robin Dunn | Changed how the dynamic event tables (used for all... |
tree | commitdiff |
2003-02-25 |
Vadim Zeitlin | finally fixed the flicker problem in wxTE_RICH[2] text... |
tree | commitdiff |
2003-02-25 |
Vadim Zeitlin | don't log erroneous error messages when writing an... |
tree | commitdiff |
2003-02-25 |
Vadim Zeitlin | fixed typo in he check in SetSizeHints() |
tree | commitdiff |
2003-02-25 |
Stefan Csomor | m_y of generic tree item was only a short, which unnece... |
tree | commitdiff |
2003-02-24 |
Vadim Zeitlin | centralize version info in one file, include it from... |
tree | commitdiff |
2003-02-24 |
Vadim Zeitlin | do use micro version number in the DLL names -- but... |
tree | commitdiff |
2003-02-24 |
Vadim Zeitlin | use jast major.minor, not major.minor.micro, in the... |
tree | commitdiff |
2003-02-24 |
Vadim Zeitlin | regenerated using the correct versions in/for the DLLs |
tree | commitdiff |
2003-02-23 |
Vadim Zeitlin | note warning against using /ox |
tree | commitdiff |
2003-02-23 |
Mattia Barbon | Implemented DoGetBestSize for wxListBox, (native... |
tree | commitdiff |
2003-02-23 |
Vadim Zeitlin | removed the extra offset in moveto in DrawRotatedText... |
tree | commitdiff |
2003-02-23 |
Mattia Barbon | Allow setting default file name in wxMotif wxFileDialog. |
tree | commitdiff |
2003-02-23 |
Václav Slavík | make wxConvUTF8 available in wchar_t-less mode, too |
tree | commitdiff |
2003-02-23 |
Václav Slavík | wxFileConfig in Unicode fixes |
tree | commitdiff |
2003-02-23 |
Václav Slavík | implemented empty handler for <script> tag, so that... |
tree | commitdiff |
2003-02-23 |
Václav Slavík | fixed parsing of CDATA elements (<script> and <style... |
tree | commitdiff |
2003-02-22 |
Chris Elliott | update watcom makefile |
tree | commitdiff |
2003-02-21 |
Mattia Barbon | Added Active Accessibility files to filelist.txt... |
tree | commitdiff |
2003-02-21 |
Robin Dunn | Only send two EVT_BUTTON events when double clicking... |
tree | commitdiff |
2003-02-20 |
Mattia Barbon | Regenerated files. |
tree | commitdiff |
2003-02-20 |
Mattia Barbon | Use some wxX11 files (currently pen.cpp and brush... |
tree | commitdiff |
2003-02-19 |
Václav Slavík | fixed wxSYS_DEFAULT_GUI_FONT lookup |
tree | commitdiff |
2003-02-19 |
Mattia Barbon | Fix DrawRotatedtext to behave more like wxMSW: take... |
tree | commitdiff |
2003-02-19 |
Mattia Barbon | Allow selecting a mono bitmap into a wxMemoryDC. |
tree | commitdiff |
2003-02-19 |
Václav Slavík | fixed Traditional Chinese mapping |
tree | commitdiff |
2003-02-19 |
Julian Smart | Further tweaks to accessibility code |
tree | commitdiff |
2003-02-19 |
Vadim Zeitlin | prevent from setting min[WH] > max[WH] because this... |
tree | commitdiff |
2003-02-19 |
Vadim Zeitlin | fixed a typo which was preventing any events from being... |
tree | commitdiff |
2003-02-19 |
Robin Dunn | Send the wxWindowDestroyEvent for all ports |
tree | commitdiff |
2003-02-18 |
Julian Smart | Fixed warning, reformatted some code |
tree | commitdiff |
2003-02-18 |
Julian Smart | Applied patch [ 608866 ] wxGrid: vertical column label... |
tree | commitdiff |
2003-02-18 |
Robert Roebling | Applied John's patch. |
tree | commitdiff |
2003-02-18 |
Julian Smart | Applied patch [ 681893 ] Combobox in toolbar |
tree | commitdiff |
2003-02-18 |
Julian Smart | Some improvements to accessibility behaviour |
tree | commitdiff |
2003-02-18 |
Julian Smart | Applied patch [ 686843 ] File Dialog Wildcard Bug |
tree | commitdiff |
2003-02-18 |
Julian Smart | Applied patch [ 681262 ] Add EVT_MENU_OPEN support... |
tree | commitdiff |
2003-02-17 |
Julian Smart | Changed back inline/const things |
tree | commitdiff |
2003-02-16 |
Julian Smart | Added start at accessibility functionality |
tree | commitdiff |
2003-02-15 |
Stefan Csomor | Files from a Drop were only added but the fileslist... |
tree | commitdiff |
next |