1999-04-13 |
Ove Kaaven | wxAtof independent of wxNEED_WX_STDLIB_H, used by Visua... |
commit | commitdiff | tree | snapshot |
1999-04-13 |
Ove Kaaven | wxAtof implementation independent of (the rest of)... |
commit | commitdiff | tree | snapshot |
1999-04-12 |
Vadim Zeitlin | wxAtof() fixed (?) |
commit | commitdiff | tree | snapshot |
1999-04-12 |
Robert Roebling | wxDropTarget starts to work |
commit | commitdiff | tree | snapshot |
1999-04-12 |
Ove Kaaven | BIG glitch. |
commit | commitdiff | tree | snapshot |
1999-04-12 |
Ove Kaaven | Small glitch. |
commit | commitdiff | tree | snapshot |
1999-04-12 |
Ove Kaaven | It now compiles all these files without warnings in... |
commit | commitdiff | tree | snapshot |
1999-04-12 |
Ove Kaaven | Oh well, I'll just stuff in the rest of the Unicode... |
commit | commitdiff | tree | snapshot |
1999-04-12 |
Ove Kaaven | Uses Unicode strings. Now we've got a __TFILE__ macro... |
commit | commitdiff | tree | snapshot |
1999-04-12 |
Ove Kaaven | Unicode support. Uses wxWCharBuffer in Unicode build... |
commit | commitdiff | tree | snapshot |
1999-04-12 |
Ove Kaaven | Unicode support. The _() macro is made to imply _T... |
commit | commitdiff | tree | snapshot |
1999-04-12 |
Ove Kaaven | Unicode support for wxString (wxchar.cpp won't compile... |
commit | commitdiff | tree | snapshot |
1999-04-12 |
Ove Kaaven | Added wxchar.cpp/.obj |
commit | commitdiff | tree | snapshot |
1999-04-12 |
Ove Kaaven | Added allocation constructor (makes it easy to convert... |
commit | commitdiff | tree | snapshot |
1999-04-12 |
Karsten Ballüder | Countless (some half-finished) optimisations. |
commit | commitdiff | tree | snapshot |
1999-04-12 |
Ove Kaaven | For non-Unicode added #include <ctype.h> and <string... |
commit | commitdiff | tree | snapshot |
1999-04-12 |
Ove Kaaven | Added wxchar.cpp, which contains: |
commit | commitdiff | tree | snapshot |
1999-04-12 |
Robert Roebling | Fixing a few fixes.. |
commit | commitdiff | tree | snapshot |
1999-04-12 |
Vadim Zeitlin | wxUSE_THREADS typo corrected |
commit | commitdiff | tree | snapshot |
1999-04-12 |
Robert Roebling | added moving subwindow when scrolling (tested in... |
commit | commitdiff | tree | snapshot |
1999-04-12 |
Václav Slavík | ... |
commit | commitdiff | tree | snapshot |
1999-04-12 |
Robert Roebling | clipboards tests |
commit | commitdiff | tree | snapshot |
1999-04-12 |
Vadim Zeitlin | fixed compilation under Motif |
commit | commitdiff | tree | snapshot |
1999-04-12 |
Vadim Zeitlin | HitTest test added |
commit | commitdiff | tree | snapshot |
1999-04-12 |
Vadim Zeitlin | GTK 1.0.x compilation fixes |
commit | commitdiff | tree | snapshot |
1999-04-12 |
Vadim Zeitlin | auto buffer class(es) |
commit | commitdiff | tree | snapshot |
1999-04-12 |
Robin Dunn | Added $(WAITFLAG) so other shells can use appropriate... |
commit | commitdiff | tree | snapshot |
1999-04-12 |
Robin Dunn | Added SetPaperId. It seemed to want such a method. |
commit | commitdiff | tree | snapshot |
1999-04-11 |
Vadim Zeitlin | wxGetCwd fixed |
commit | commitdiff | tree | snapshot |
1999-04-11 |
Vadim Zeitlin | thread deletion fixed |
commit | commitdiff | tree | snapshot |
1999-04-11 |
Robert Roebling | Rewrote MDI system |
commit | commitdiff | tree | snapshot |
1999-04-11 |
Václav Slavík | direct stream use |
commit | commitdiff | tree | snapshot |
1999-04-11 |
Václav Slavík | MIME support |
commit | commitdiff | tree | snapshot |
1999-04-10 |
Vadim Zeitlin | oops... fatal bug (which I recently introduced) with... |
commit | commitdiff | tree | snapshot |
1999-04-10 |
Vadim Zeitlin | unitialized var initialized (mainly to reduce Purify... |
commit | commitdiff | tree | snapshot |
1999-04-10 |
Vadim Zeitlin | tooltip bug (which I introduced recently) corrected |
commit | commitdiff | tree | snapshot |
1999-04-10 |
Ove Kaaven | Added wxStrdup(). |
commit | commitdiff | tree | snapshot |
1999-04-09 |
Robert Roebling | Removed this Maximize() overridden bug |
commit | commitdiff | tree | snapshot |
1999-04-09 |
Robert Roebling | Here it comes: |
commit | commitdiff | tree | snapshot |
1999-04-09 |
Guilhem Lavaux | * Commented out "delete this;" |
commit | commitdiff | tree | snapshot |
1999-04-09 |
Ove Kaaven | For non-Unicode, preserve binary compatibility by doing |
commit | commitdiff | tree | snapshot |
1999-04-09 |
Karsten Ballüder | No more overlap between lines (I hope). |
commit | commitdiff | tree | snapshot |
1999-04-09 |
Karsten Ballüder | better centering of text/images |
commit | commitdiff | tree | snapshot |
1999-04-09 |
Karsten Ballüder | fixed some glitches |
commit | commitdiff | tree | snapshot |
1999-04-09 |
Karsten Ballüder | Modified it to adjust to different icons sizes. Please... |
commit | commitdiff | tree | snapshot |
1999-04-08 |
Ove Kaaven | Unicode definitions for glibc, etc. |
commit | commitdiff | tree | snapshot |
1999-04-08 |
Ove Kaaven | Unicode support is *experimental*, so disable it by... |
commit | commitdiff | tree | snapshot |
1999-04-08 |
Karsten Ballüder | Removed check for pthread-0.7 on Linux which causes... |
commit | commitdiff | tree | snapshot |
1999-04-08 |
Karsten Ballüder | Fixed gtk 1.2.x wxYield() problem (tested). |
commit | commitdiff | tree | snapshot |
1999-04-08 |
Julian Smart | Added candidate wxDragImage implementation for wxMSW |
commit | commitdiff | tree | snapshot |
1999-04-08 |
Julian Smart | Changed the focus-window event handling back |
commit | commitdiff | tree | snapshot |
1999-04-07 |
Julian Smart | Menu/toolbar event handling now tries the window with... |
commit | commitdiff | tree | snapshot |
1999-04-07 |
Václav Slavík | fixed bug with incorrect fileformat |
commit | commitdiff | tree | snapshot |
1999-04-07 |
Vadim Zeitlin | allow access to terminating NUL character with operator[] |
commit | commitdiff | tree | snapshot |
1999-04-07 |
Karsten Ballüder | workaround for counterintuitive wxString::operator... |
commit | commitdiff | tree | snapshot |
1999-04-07 |
Julian Smart | Some typos corrected in iniconf.cpp |
commit | commitdiff | tree | snapshot |
1999-04-07 |
Julian Smart | Added imaggif.h, imaggif.cpp (wxImage GIF-reading suppo... |
commit | commitdiff | tree | snapshot |
1999-04-07 |
Vadim Zeitlin | no more SetAppName/SetVendor in the config classes |
commit | commitdiff | tree | snapshot |
1999-04-07 |
Vadim Zeitlin | SetLabel() adjusts the label size |
commit | commitdiff | tree | snapshot |
1999-04-07 |
Vadim Zeitlin | ::GetWindowText() -> wxGetWindowText |
commit | commitdiff | tree | snapshot |
1999-04-07 |
Karsten Ballüder | I seem to have fixed the DeleteSubGroups() bug - PLEASE... |
commit | commitdiff | tree | snapshot |
1999-04-06 |
Vadim Zeitlin | wxRegConfig::GetEntryType() added and some bugs fixed |
commit | commitdiff | tree | snapshot |
1999-04-06 |
Robert Roebling | Chnaged text id for clipboard to "text/plain" |
commit | commitdiff | tree | snapshot |
1999-04-06 |
Julian Smart | Fixed some bugs in new code (CanPaste, GetSelection) |
commit | commitdiff | tree | snapshot |
1999-04-06 |
Vadim Zeitlin | trying to work around gcc internal compiler error |
commit | commitdiff | tree | snapshot |
1999-04-06 |
Robert Roebling | Changed clipboard text format id from "STRING" to... |
commit | commitdiff | tree | snapshot |
1999-04-06 |
Julian Smart | Added some missing wxTextCtrl functions: Undo, Redo... |
commit | commitdiff | tree | snapshot |
1999-04-06 |
Vadim Zeitlin | wxTempFile now respects the access rights under Unix |
commit | commitdiff | tree | snapshot |
1999-04-06 |
Vadim Zeitlin | fixed compilation for gcc |
commit | commitdiff | tree | snapshot |
1999-04-06 |
Julian Smart | JPEG and PNG code taken out of image.cpp |
commit | commitdiff | tree | snapshot |
1999-04-06 |
Julian Smart | Fixed OnMenuHighlight, wxPrintData problems |
commit | commitdiff | tree | snapshot |
1999-04-06 |
Vadim Zeitlin | wxConfig::GetEntryType() added |
commit | commitdiff | tree | snapshot |
1999-04-06 |
Vadim Zeitlin | bug in FindItemForId() fixed (?) |
commit | commitdiff | tree | snapshot |
1999-04-06 |
Julian Smart | ShowPosition fix to allow negative numbers |
commit | commitdiff | tree | snapshot |
1999-04-05 |
J. Russell... | Removed Persistance Framework code/files from FrameLayout |
commit | commitdiff | tree | snapshot |
1999-04-05 |
Julian Smart | MSWOnCommand bug fixed |
commit | commitdiff | tree | snapshot |
1999-04-05 |
J. Russell... | removed settingsdlg from makefile.g95 - not part of... |
commit | commitdiff | tree | snapshot |
1999-04-04 |
Václav Slavík | fixed input stream |
commit | commitdiff | tree | snapshot |
1999-04-04 |
Julian Smart | Win16 corrections |
commit | commitdiff | tree | snapshot |
1999-04-04 |
Harco de Hilster | removed a few objects whose sources have been moved |
commit | commitdiff | tree | snapshot |
1999-04-03 |
Vadim Zeitlin | wxMenu and wxMenuBar modifications: now works much... |
commit | commitdiff | tree | snapshot |
1999-04-03 |
Vadim Zeitlin | code demonstrating wxMSW bug added |
commit | commitdiff | tree | snapshot |
1999-04-03 |
Julian Smart | Corrected someone's double-initialisation bug |
commit | commitdiff | tree | snapshot |
1999-04-03 |
Julian Smart | Correct wrong memset ordering that produced an assert... |
commit | commitdiff | tree | snapshot |
1999-04-03 |
Brian Macy | First attempt at clean-up |
commit | commitdiff | tree | snapshot |
1999-04-03 |
Karsten Ballüder | Also the radiobox was unitialised. |
commit | commitdiff | tree | snapshot |
1999-04-03 |
Karsten Ballüder | Compiles and runs again with new printing code (which... |
commit | commitdiff | tree | snapshot |
1999-04-03 |
Karsten Ballüder | Attempt at fixing the broken printer dialog. *Lots... |
commit | commitdiff | tree | snapshot |
1999-04-03 |
Guilhem Lavaux | * Changed "wxPendingEvents" to pointers (tested on... |
commit | commitdiff | tree | snapshot |
1999-04-02 |
Vadim Zeitlin | more backwards compatibility for printing |
commit | commitdiff | tree | snapshot |
1999-04-02 |
Vadim Zeitlin | a simpler fix of textctrl key doubling bug |
commit | commitdiff | tree | snapshot |
1999-04-02 |
Vadim Zeitlin | wxMkdir() has 2nd param under Unix |
commit | commitdiff | tree | snapshot |
1999-04-02 |
Julian Smart | Fixed doubled-up key effects in wxTextCtrl by resetting... |
commit | commitdiff | tree | snapshot |
1999-04-02 |
Julian Smart | Switched wxMkdir code back to old working version. |
commit | commitdiff | tree | snapshot |
1999-04-02 |
Vadim Zeitlin | setup.h for makefile builds |
commit | commitdiff | tree | snapshot |
1999-04-02 |
J. Russell... | removed declaration of wxObject::Dump(stream &str)... |
commit | commitdiff | tree | snapshot |
1999-04-02 |
J. Russell... | changed (no longer valid) wxToUpper and wxToLower to... |
commit | commitdiff | tree | snapshot |
1999-04-01 |
Julian Smart | Fixed wxPalette memory leak when loading BMP files |
commit | commitdiff | tree | snapshot |
1999-04-01 |
Robert Roebling | With the exceptions of DnD, wxGTk now works with |
commit | commitdiff | tree | snapshot |
1999-04-01 |
Vadim Zeitlin | wxMkDir() has 'perm' argument |
commit | commitdiff | tree | snapshot |
next |