1999-06-22 |
Robin Dunn | wxPython 2.1b1: More more set of generated sources... |
commit | commitdiff | tree | snapshot |
1999-06-22 |
Robin Dunn | wxPython 2.1b1: Very minor changes needed for wxGTK |
commit | commitdiff | tree | snapshot |
1999-06-22 |
Robin Dunn | Now uses proper wxUSE_xxx flags |
commit | commitdiff | tree | snapshot |
1999-06-22 |
Robin Dunn | updated ignores |
commit | commitdiff | tree | snapshot |
1999-06-22 |
Robin Dunn | typo fix |
commit | commitdiff | tree | snapshot |
1999-06-22 |
Robin Dunn | Finished a sample I forgot to do before... |
commit | commitdiff | tree | snapshot |
1999-06-22 |
Karsten Ballüder | Significantly improved thanks to vi. |
commit | commitdiff | tree | snapshot |
1999-06-22 |
Vadim Zeitlin | just to resolve a dummy conflict |
commit | commitdiff | tree | snapshot |
1999-06-22 |
Robert Roebling | Makefiles without dependencies |
commit | commitdiff | tree | snapshot |
1999-06-22 |
Robert Roebling | Some #include and #if wxUSE_XX things |
commit | commitdiff | tree | snapshot |
1999-06-22 |
Robin Dunn | wxPython 2.1b1 for wxMSW (wxGTK coming soon) |
commit | commitdiff | tree | snapshot |
1999-06-22 |
Robin Dunn | wxPython documentation updates |
commit | commitdiff | tree | snapshot |
1999-06-21 |
Robert Roebling | Motif compile fixes. |
commit | commitdiff | tree | snapshot |
1999-06-21 |
Vadim Zeitlin | wxStaticBitmap::GetIcon() added |
commit | commitdiff | tree | snapshot |
1999-06-21 |
Karsten Ballüder | Crude hack to enable PageUp/DownKeys when controlbar... |
commit | commitdiff | tree | snapshot |
1999-06-21 |
Karsten Ballüder | print overlap gone, mouse/cursor handling |
commit | commitdiff | tree | snapshot |
1999-06-21 |
Robin Dunn | Fixed core dump for when there is no image list on... |
commit | commitdiff | tree | snapshot |
1999-06-21 |
Robert Roebling | New Makefile.ins, updates for the Motif build, removed |
commit | commitdiff | tree | snapshot |
1999-06-21 |
Vadim Zeitlin | msg boxes now have icons |
commit | commitdiff | tree | snapshot |
1999-06-21 |
Karsten Ballüder | fixes to progressdialog and its use in printing framework |
commit | commitdiff | tree | snapshot |
1999-06-21 |
Karsten Ballüder | merged in from Mahogany |
commit | commitdiff | tree | snapshot |
1999-06-21 |
Robert Roebling | Disabled dependencies for a while |
commit | commitdiff | tree | snapshot |
1999-06-21 |
Karsten Ballüder | cursor reflects focus change |
commit | commitdiff | tree | snapshot |
1999-06-21 |
Karsten Ballüder | Merged in latest changes from Mahogany. Untested. |
commit | commitdiff | tree | snapshot |
1999-06-20 |
Vadim Zeitlin | buttons now become default when they have focus |
commit | commitdiff | tree | snapshot |
1999-06-20 |
Vadim Zeitlin | keyboard/focus handling improved a bit more: |
commit | commitdiff | tree | snapshot |
1999-06-20 |
Vadim Zeitlin | better update rect calculation |
commit | commitdiff | tree | snapshot |
1999-06-20 |
Vadim Zeitlin | compile warnings removed |
commit | commitdiff | tree | snapshot |
1999-06-20 |
Vadim Zeitlin | bug which could result in trying to show the caret... |
commit | commitdiff | tree | snapshot |
1999-06-20 |
Vadim Zeitlin | link problem in release build fixed |
commit | commitdiff | tree | snapshot |
1999-06-20 |
Vadim Zeitlin | better wxGetUserId/Name |
commit | commitdiff | tree | snapshot |
1999-06-20 |
Vadim Zeitlin | splitter doesn't change position when the window contai... |
commit | commitdiff | tree | snapshot |
1999-06-20 |
Ove Kaaven | ...fixing up a previous Unicode fix. |
commit | commitdiff | tree | snapshot |
1999-06-20 |
Ove Kaaven | OK, maybe not done yet, have to fix Unicode compilation... |
commit | commitdiff | tree | snapshot |
1999-06-19 |
Ove Kaaven | Unicode fixes. Appears that this may be the last before... |
commit | commitdiff | tree | snapshot |
1999-06-19 |
Ove Kaaven | Unicode fix, it seems |
commit | commitdiff | tree | snapshot |
1999-06-19 |
Ove Kaaven | Because someone was inconsistent about using LPSTR... |
commit | commitdiff | tree | snapshot |
1999-06-19 |
Robert Roebling | Remaining Makefile.ins, |
commit | commitdiff | tree | snapshot |
1999-06-19 |
Ove Kaaven | Unicode fix. |
commit | commitdiff | tree | snapshot |
1999-06-19 |
Ove Kaaven | wxStrncmp implementation. |
commit | commitdiff | tree | snapshot |
1999-06-19 |
Vadim Zeitlin | text controls respect wxTE_PROCESS_ENTER/TAB styles... |
commit | commitdiff | tree | snapshot |
1999-06-18 |
Vadim Zeitlin | 1. uninitialized variable in wxPanel fixed and unused... |
commit | commitdiff | tree | snapshot |
1999-06-18 |
Vadim Zeitlin | standard icons for msg boxes |
commit | commitdiff | tree | snapshot |
1999-06-18 |
Karsten Ballüder | replaced a wrong assert with an if |
commit | commitdiff | tree | snapshot |
1999-06-18 |
Robert Roebling | Made things compile again (two pizzas). |
commit | commitdiff | tree | snapshot |
1999-06-18 |
Vadim Zeitlin | --foreign switch to automake added |
commit | commitdiff | tree | snapshot |
1999-06-17 |
Vadim Zeitlin | fixes to work in M |
commit | commitdiff | tree | snapshot |
1999-06-17 |
Vadim Zeitlin | 1. wxDialogs are now destroyed when they go out of... |
commit | commitdiff | tree | snapshot |
1999-06-17 |
Robert Roebling | Made the RTTI thing an option. |
commit | commitdiff | tree | snapshot |
1999-06-17 |
Karsten Ballüder | Fixed the ugly cursor. global cursor no longer initiali... |
commit | commitdiff | tree | snapshot |
1999-06-17 |
Karsten Ballüder | "wx/xxx.h" --> <wx/xxx.h> |
commit | commitdiff | tree | snapshot |
1999-06-17 |
Karsten Ballüder | Changed default cursor to be an arrow rather than the... |
commit | commitdiff | tree | snapshot |
1999-06-17 |
Karsten Ballüder | Fixed fatal typo. |
commit | commitdiff | tree | snapshot |
1999-06-17 |
Karsten Ballüder | Modified to always prefix CPPFLAGS with local include... |
commit | commitdiff | tree | snapshot |
1999-06-17 |
Karsten Ballüder | Uses new wxMenu(long style) constructor. |
commit | commitdiff | tree | snapshot |
1999-06-17 |
Karsten Ballüder | Implemented tearoff menus, please see my posting to... |
commit | commitdiff | tree | snapshot |
1999-06-17 |
Julian Smart | Added some #defines |
commit | commitdiff | tree | snapshot |
1999-06-17 |
Robert Roebling | Tried a test for the RTTI options of GCC. |
commit | commitdiff | tree | snapshot |
1999-06-17 |
Karsten Ballüder | file should end with newline |
commit | commitdiff | tree | snapshot |
1999-06-17 |
Ove Kaaven | Attempt to implement a bunch of wx string.h equivalents. |
commit | commitdiff | tree | snapshot |
1999-06-16 |
Robert Roebling | put -fno-rtti into wx-config |
commit | commitdiff | tree | snapshot |
1999-06-16 |
Robert Roebling | wxWINE things. |
commit | commitdiff | tree | snapshot |
1999-06-16 |
Karsten Ballüder | wxCHOICE defaults to yes now, even in debug mode |
commit | commitdiff | tree | snapshot |
1999-06-16 |
Robert Roebling | Forgot this one. |
commit | commitdiff | tree | snapshot |
1999-06-16 |
Robert Roebling | make fixes. |
commit | commitdiff | tree | snapshot |
1999-06-16 |
Ove Kaaven | Had missed one LPSTR. |
commit | commitdiff | tree | snapshot |
1999-06-16 |
Ove Kaaven | Someone probably meant "wx/defs.h" instead of "defs.h" |
commit | commitdiff | tree | snapshot |
1999-06-16 |
Ove Kaaven | Suppose I should trust the headers in BC++5.02 more... |
commit | commitdiff | tree | snapshot |
1999-06-15 |
Vadim Zeitlin | wxString::IsSameAs(char) added and documented as well... |
commit | commitdiff | tree | snapshot |
1999-06-15 |
Robert Roebling | Automake fix. |
commit | commitdiff | tree | snapshot |
1999-06-15 |
Vadim Zeitlin | compilation fixes for wxMSW |
commit | commitdiff | tree | snapshot |
1999-06-15 |
Vadim Zeitlin | 2 typos corrected |
commit | commitdiff | tree | snapshot |
1999-06-15 |
Robert Roebling | Added a few #if wxUSE_XXX |
commit | commitdiff | tree | snapshot |
1999-06-14 |
Robert Roebling | Added zillions of #if wxUSE_XXX |
commit | commitdiff | tree | snapshot |
1999-06-14 |
Ove Kaaven | Explicit casting/instantiation to resolve ambiguous... |
commit | commitdiff | tree | snapshot |
1999-06-14 |
Karsten Ballüder | Fixed the keyboard selection handling (Please remember... |
commit | commitdiff | tree | snapshot |
1999-06-14 |
Ove Kaaven | Unicode fix. |
commit | commitdiff | tree | snapshot |
1999-06-14 |
Harco de Hilster | ignore .lo and .la |
commit | commitdiff | tree | snapshot |
1999-06-14 |
Harco de Hilster | cvs now ignores libtool's .lo and .la files |
commit | commitdiff | tree | snapshot |
1999-06-14 |
Karsten Ballüder | Should work for wxMSW, now. Cannot test this myself... |
commit | commitdiff | tree | snapshot |
1999-06-14 |
Karsten Ballüder | Modified so that it should work for __WXMSW__, too... |
commit | commitdiff | tree | snapshot |
1999-06-14 |
Ove Kaaven | The Unicode handling fixes my app seemed to need. |
commit | commitdiff | tree | snapshot |
1999-06-14 |
Karsten Ballüder | improved selection-autodeletion, but backspace handling... |
commit | commitdiff | tree | snapshot |
1999-06-14 |
Ove Kaaven | A few weeks of Unicode fixes (my old win95 laptop compi... |
commit | commitdiff | tree | snapshot |
1999-06-14 |
Ove Kaaven | Some more Unicode changes. |
commit | commitdiff | tree | snapshot |
1999-06-14 |
Ove Kaaven | Could of Unicode fixes. |
commit | commitdiff | tree | snapshot |
1999-06-14 |
Ove Kaaven | Unicode needs the 'experimental' printf, so define... |
commit | commitdiff | tree | snapshot |
1999-06-14 |
Ove Kaaven | operator for wxString == wx[W]CharBuffer. |
commit | commitdiff | tree | snapshot |
1999-06-14 |
Ove Kaaven | Couple more Unicode fixes. |
commit | commitdiff | tree | snapshot |
1999-06-14 |
Ove Kaaven | Unicode changes. |
commit | commitdiff | tree | snapshot |
1999-06-14 |
Patrick Albert | Correct some minor compile pbs with VC++1.52c & VC... |
commit | commitdiff | tree | snapshot |
1999-06-14 |
Patrick Albert | *** empty log message *** |
commit | commitdiff | tree | snapshot |
1999-06-14 |
Vadim Zeitlin | wxGetFullHostName() implemented - it doesn't work thoug... |
commit | commitdiff | tree | snapshot |
1999-06-13 |
Vadim Zeitlin | WXDLLEXPORTLOCAL removed, WXDLLEXPORT seems to be enough |
commit | commitdiff | tree | snapshot |
1999-06-13 |
Vadim Zeitlin | 1. some more of "#if wxUSE_XXX" here and there |
commit | commitdiff | tree | snapshot |
1999-06-13 |
Vadim Zeitlin | 1. libtool 1.2d => 1.3 (should speed up configure check... |
commit | commitdiff | tree | snapshot |
1999-06-13 |
Vadim Zeitlin | wxWindow::Fit() infinite loop bug fixed |
commit | commitdiff | tree | snapshot |
1999-06-13 |
Karsten Ballüder | Added missing initialisation of m_AutoDeleteSelection. |
commit | commitdiff | tree | snapshot |
1999-06-13 |
Karsten Ballüder | Fixed two minor bugs. Still more than enough left.... |
commit | commitdiff | tree | snapshot |
1999-06-13 |
Karsten Ballüder | Added missing wxGetFullHostName() and wxNO_DEFAULT... |
commit | commitdiff | tree | snapshot |
next |