2000-01-16 |
Václav Slavík | rewrote to use wxBoxSizer instead of hardcoded sizes |
commit | commitdiff | tree | snapshot |
2000-01-16 |
Václav Slavík | compilation fix for DLL build |
commit | commitdiff | tree | snapshot |
2000-01-16 |
Václav Slavík | file dialog now remebers list/report and hidden files... |
commit | commitdiff | tree | snapshot |
2000-01-16 |
Václav Slavík | file dialog now remebers list/report and hidden files... |
commit | commitdiff | tree | snapshot |
2000-01-16 |
Václav Slavík | KDE support for icons and mime types finished (icons... |
commit | commitdiff | tree | snapshot |
2000-01-16 |
Václav Slavík | wxFileDialog's report/list view icons changed to some... |
commit | commitdiff | tree | snapshot |
2000-01-15 |
Stefan Neis | SN: Added dir.cpp to OS/2 sources |
commit | commitdiff | tree | snapshot |
2000-01-15 |
Stefan Neis | SN: Added first try for dir.cpp. Since the version... |
commit | commitdiff | tree | snapshot |
2000-01-15 |
Stefan Neis | SN: Removed use of undefined refData |
commit | commitdiff | tree | snapshot |
2000-01-15 |
Vadim Zeitlin | 1. fixed small bug with toolbar size updates |
commit | commitdiff | tree | snapshot |
2000-01-15 |
Vadim Zeitlin | cleaned IPC samples a bit |
commit | commitdiff | tree | snapshot |
2000-01-15 |
Vadim Zeitlin | added test for text ctrls with the same id |
commit | commitdiff | tree | snapshot |
2000-01-15 |
Vadim Zeitlin | added demo for bitmaps of different size |
commit | commitdiff | tree | snapshot |
2000-01-15 |
Vadim Zeitlin | new sample - shows wxExecute |
commit | commitdiff | tree | snapshot |
2000-01-15 |
Guillermo Rodriguez... | No more pnghand.h |
commit | commitdiff | tree | snapshot |
2000-01-15 |
Guillermo Rodriguez... | Compile fix for mingw32 |
commit | commitdiff | tree | snapshot |
2000-01-15 |
Guillermo Rodriguez... | Bug related to icon/bitmap conversion, fix by Mumit... |
commit | commitdiff | tree | snapshot |
2000-01-15 |
Guillermo Rodriguez... | renamed to makefile, instead of Makefile |
commit | commitdiff | tree | snapshot |
2000-01-15 |
Guillermo Rodriguez... | Fixes from Mumit Khan |
commit | commitdiff | tree | snapshot |
2000-01-15 |
Robert Roebling | Next try at avoiding too few or too many size events. |
commit | commitdiff | tree | snapshot |
2000-01-15 |
Václav Slavík | fixed my previous commit that broke help context/index... |
commit | commitdiff | tree | snapshot |
2000-01-15 |
Robert Roebling | Slightly better fix for resize problems. |
commit | commitdiff | tree | snapshot |
2000-01-15 |
Robert Roebling | Fixed resize behaviour under certain circumstances. |
commit | commitdiff | tree | snapshot |
2000-01-15 |
Robert Roebling | Typos in docs. |
commit | commitdiff | tree | snapshot |
2000-01-15 |
Robert Roebling | black now denotes 0 on mono-bitmaps. |
commit | commitdiff | tree | snapshot |
2000-01-15 |
Julian Smart | 16-bit fixes |
commit | commitdiff | tree | snapshot |
2000-01-15 |
Vadim Zeitlin | drawing mono bitmaps now uses correct colours |
commit | commitdiff | tree | snapshot |
2000-01-15 |
Vadim Zeitlin | inversed wxImage for the mono bitmap |
commit | commitdiff | tree | snapshot |
2000-01-15 |
Vadim Zeitlin | use HWND in HandleCommand() to let buggy programs using... |
commit | commitdiff | tree | snapshot |
2000-01-14 |
Stefan Neis | SN: Derive wxSpinButton from wxSpinButtonBase instead... |
commit | commitdiff | tree | snapshot |
2000-01-14 |
Stefan Neis | SN: Removed second of two declarations declaring wxMDIC... |
commit | commitdiff | tree | snapshot |
2000-01-14 |
Stefan Neis | SN: Don't include (non-existing) pmstddlg.h for EMX |
commit | commitdiff | tree | snapshot |
2000-01-14 |
Stefan Neis | SN: Added a forward declaration of class wxOwnerDrawn... |
commit | commitdiff | tree | snapshot |
2000-01-14 |
Stefan Neis | SN: Added a 'wxDefaultValidator' where it seems to... |
commit | commitdiff | tree | snapshot |
2000-01-14 |
Stefan Neis | SN: Fixed inlcudes for EMX, commented out lines like... |
commit | commitdiff | tree | snapshot |
2000-01-14 |
Stefan Neis | SN: Disable some features not supported by EMX (#ifndef... |
commit | commitdiff | tree | snapshot |
2000-01-14 |
Stefan Neis | SN: Added #pragma implementation. Make it compile even... |
commit | commitdiff | tree | snapshot |
2000-01-14 |
Stefan Neis | SN: Added #pragma implementation needed by GCC - expect... |
commit | commitdiff | tree | snapshot |
2000-01-14 |
Stefan Neis | SN: Use wxDummyChar only if __VISAGECPP__ is defined. |
commit | commitdiff | tree | snapshot |
2000-01-14 |
Stefan Neis | SN: Added suitable includes for EMX (#ifdef'ed __EMX__), |
commit | commitdiff | tree | snapshot |
2000-01-14 |
Stefan Neis | SN: Replaced more ':' in VPATH statements by PATH_IFS... |
commit | commitdiff | tree | snapshot |
2000-01-14 |
Václav Slavík | fixed typos |
commit | commitdiff | tree | snapshot |
2000-01-14 |
Václav Slavík | just changed background color from that ugly green... |
commit | commitdiff | tree | snapshot |
2000-01-14 |
Václav Slavík | updated obsolete info in about box.. |
commit | commitdiff | tree | snapshot |
2000-01-14 |
Václav Slavík | code fragment that adds one more line to each html... |
commit | commitdiff | tree | snapshot |
2000-01-14 |
Václav Slavík | updated list of supported tags (wxHTML) |
commit | commitdiff | tree | snapshot |
2000-01-14 |
Václav Slavík | optimized wxHtmlContainerCell - now proceeds layouting... |
commit | commitdiff | tree | snapshot |
2000-01-14 |
Václav Slavík | optimized wxHtmlContainerCell - now proceeds layouting... |
commit | commitdiff | tree | snapshot |
2000-01-14 |
Václav Slavík | removed a condition (l. 124) that always eval to true |
commit | commitdiff | tree | snapshot |
2000-01-14 |
Václav Slavík | wxHtmlWindow's flags is now wxHSCROLL | wxVSCROLL |
commit | commitdiff | tree | snapshot |
2000-01-14 |
Václav Slavík | added <address>, <code>, <kbd>, <samp>, <small>, <big... |
commit | commitdiff | tree | snapshot |
2000-01-14 |
Robert Roebling | image to bitmap rewrite, |
commit | commitdiff | tree | snapshot |
2000-01-14 |
Guilhem Lavaux | Added a lot of comments |
commit | commitdiff | tree | snapshot |
2000-01-14 |
Julian Smart | Further fixes to Dialog Editor; additions to .dsp files |
commit | commitdiff | tree | snapshot |
2000-01-14 |
Robert Roebling | Updated "make dist", |
commit | commitdiff | tree | snapshot |
2000-01-14 |
Robert Roebling | Typo in image sample (displayed PNM, not TIFF). |
commit | commitdiff | tree | snapshot |
2000-01-14 |
Robert Roebling | TIFF fix. |
commit | commitdiff | tree | snapshot |
2000-01-14 |
David Webster | .RC file with OS/2 stuff in it. |
commit | commitdiff | tree | snapshot |
2000-01-14 |
Guillermo Rodriguez... | Added a comment about the 'UpdateWindow' issue in SetSc... |
commit | commitdiff | tree | snapshot |
2000-01-14 |
Guillermo Rodriguez... | wxSocekt now uses wxPostEvent. |
commit | commitdiff | tree | snapshot |
2000-01-14 |
Guillermo Rodriguez... | Mumit Khan's patches for cross compilation |
commit | commitdiff | tree | snapshot |
2000-01-14 |
Vadim Zeitlin | added the fix to autoconf hack |
commit | commitdiff | tree | snapshot |
2000-01-14 |
Ryan Norton | This commit was generated by cvs2svn to compensate... |
commit | commitdiff | tree | snapshot |
2000-01-14 |
Vadim Zeitlin | Initial revision |
commit | commitdiff | tree | snapshot |
2000-01-14 |
Vadim Zeitlin | 1. some warnings fixed in forty |
commit | commitdiff | tree | snapshot |
2000-01-13 |
Vadim Zeitlin | 1. added wxEnhMetaFileXXX classes |
commit | commitdiff | tree | snapshot |
2000-01-13 |
David Webster | LINKAGEMODE under OS/2 is only applicable for VisualAge... |
commit | commitdiff | tree | snapshot |
2000-01-13 |
Julian Smart | Changed wxWindowBase foreground to use wxSystemSettings... |
commit | commitdiff | tree | snapshot |
2000-01-13 |
Julian Smart | Set RADIOBTN_PARENT_IS_RADIOBOX to 0 (sorry, but..... |
commit | commitdiff | tree | snapshot |
2000-01-13 |
Stefan Csomor | mac updates and msw bitmapdrawing on printer |
commit | commitdiff | tree | snapshot |
2000-01-13 |
Julian Smart | Fixed read-only colour for wxTextCtrl (TODO: wxComboBox... |
commit | commitdiff | tree | snapshot |
2000-01-13 |
Julian Smart | Removed ::UpdateWindow from scrolwin.cpp; corrected... |
commit | commitdiff | tree | snapshot |
2000-01-13 |
Jouk Jansen | Committing in . |
commit | commitdiff | tree | snapshot |
2000-01-13 |
Stefan Csomor | cw pro 5.3 adaptions |
commit | commitdiff | tree | snapshot |
2000-01-13 |
Stefan Csomor | a base for geometry operations |
commit | commitdiff | tree | snapshot |
2000-01-13 |
Stefan Csomor | adaptions for CW Pro 5.3 on mac |
commit | commitdiff | tree | snapshot |
2000-01-13 |
Guillermo Rodriguez... | last line missing |
commit | commitdiff | tree | snapshot |
2000-01-13 |
Guillermo Rodriguez... | A few more fixes from Mumit Khan |
commit | commitdiff | tree | snapshot |
2000-01-12 |
Vadim Zeitlin | some compilation fixes for mingw32 and not only |
commit | commitdiff | tree | snapshot |
2000-01-12 |
Robin Dunn | fix for red to blue mapping in toolbar buttons |
commit | commitdiff | tree | snapshot |
2000-01-12 |
Julian Smart | Made filter index zero-based |
commit | commitdiff | tree | snapshot |
2000-01-12 |
Robert Roebling | Chnages to mono-bitmap code. |
commit | commitdiff | tree | snapshot |
2000-01-12 |
Vadim Zeitlin | fixed 'make install' I had broken previously |
commit | commitdiff | tree | snapshot |
2000-01-12 |
Vadim Zeitlin | call to tr fixed |
commit | commitdiff | tree | snapshot |
2000-01-12 |
Vadim Zeitlin | added wxUSE_NOTEBOOK to include/wx/msw/setup0.h, remove... |
commit | commitdiff | tree | snapshot |
2000-01-12 |
Vadim Zeitlin | regenerated from template |
commit | commitdiff | tree | snapshot |
2000-01-12 |
Vadim Zeitlin | clarification of PAGE_CHANGING event |
commit | commitdiff | tree | snapshot |
2000-01-12 |
Karsten Ballüder | compilation fix for non-threaded compilation (threads... |
commit | commitdiff | tree | snapshot |
2000-01-12 |
Václav Slavík | added wxHtmlLinkInfo::GetHtmlCell so that you know... |
commit | commitdiff | tree | snapshot |
2000-01-12 |
Guillermo Rodriguez... | Fixes to allow DLL compilation |
commit | commitdiff | tree | snapshot |
2000-01-12 |
Guillermo Rodriguez... | Changed \ to / |
commit | commitdiff | tree | snapshot |
2000-01-12 |
Guillermo Rodriguez... | Added missing WXDLLEXPORTs |
commit | commitdiff | tree | snapshot |
2000-01-12 |
Guillermo Rodriguez... | Patches for DLL compilation & libtiff |
commit | commitdiff | tree | snapshot |
2000-01-11 |
Václav Slavík | added mouse event member into wxHtmlLinkInfo. wxHtmlWin... |
commit | commitdiff | tree | snapshot |
2000-01-11 |
Václav Slavík | added mouse event member into wxHtmlLinkInfo. wxHtmlWin... |
commit | commitdiff | tree | snapshot |
2000-01-11 |
Vadim Zeitlin | fixed refresh problem with holidays in wxCalendarCtrl |
commit | commitdiff | tree | snapshot |
2000-01-11 |
Bart A.M. Jourquin | Bug fix in GetLabelFromText |
commit | commitdiff | tree | snapshot |
2000-01-11 |
Bart A.M. Jourquin | Adding GetCount() to wxHashTable |
commit | commitdiff | tree | snapshot |
2000-01-11 |
Bart A.M. Jourquin | Fix bug in GetLableFromText |
commit | commitdiff | tree | snapshot |
2000-01-11 |
Bart A.M. Jourquin | Adding GetCount() to wxHashTable |
commit | commitdiff | tree | snapshot |
next |