1999-04-14 |
Ove Kaaven | wxMBConv derived classes and instances. |
commit | commitdiff | tree | snapshot |
1999-04-14 |
Robert Roebling | added wxCB_READONLY |
commit | commitdiff | tree | snapshot |
1999-04-14 |
Ove Kaaven | And here |
commit | commitdiff | tree | snapshot |
1999-04-14 |
Ove Kaaven | Declared here too |
commit | commitdiff | tree | snapshot |
1999-04-14 |
Ove Kaaven | The char->wxChar in window.h cascades through some... |
commit | commitdiff | tree | snapshot |
1999-04-14 |
Ove Kaaven | char -> wxChar. (Vadim, you can probably just go ahead... |
commit | commitdiff | tree | snapshot |
1999-04-13 |
Václav Slavík | fixed transparency |
commit | commitdiff | tree | snapshot |
1999-04-13 |
Vadim Zeitlin | compilation fix |
commit | commitdiff | tree | snapshot |
1999-04-13 |
Robert Roebling | Drag'n'Drop works in a basic form |
commit | commitdiff | tree | snapshot |
1999-04-13 |
Ove Kaaven | This is the way to go (well, close enough). |
commit | commitdiff | tree | snapshot |
1999-04-13 |
Ove Kaaven | By this commit, I guess I'm announcing intent to add... |
commit | commitdiff | tree | snapshot |
1999-04-13 |
Robert Roebling | Drag works. |
commit | commitdiff | tree | snapshot |
1999-04-13 |
Ove Kaaven | Got some compiler warnings in non-Unicode build. Fixed... |
commit | commitdiff | tree | snapshot |
1999-04-13 |
Ove Kaaven | Someone must have committed some ASCII string literals... |
commit | commitdiff | tree | snapshot |
1999-04-13 |
Ove Kaaven | Unicode conversion. |
commit | commitdiff | tree | snapshot |
1999-04-13 |
Ove Kaaven | Unicode conversion. |
commit | commitdiff | tree | snapshot |
1999-04-13 |
Ove Kaaven | Now this one also compiles in Unicode mode. |
commit | commitdiff | tree | snapshot |
1999-04-13 |
Karsten Ballüder | Added variable cursor to highlight embedded user data. |
commit | commitdiff | tree | snapshot |
1999-04-13 |
Ove Kaaven | Unicode interface (the communication itself is still... |
commit | commitdiff | tree | snapshot |
1999-04-13 |
Ove Kaaven | Unicode support. |
commit | commitdiff | tree | snapshot |
1999-04-13 |
Ove Kaaven | Fixed a typo. Added sloppy implementation of wxSscanf... |
commit | commitdiff | tree | snapshot |
1999-04-13 |
Ove Kaaven | Add wxSscanf (used in ftp.cpp to parse returned address) |
commit | commitdiff | tree | snapshot |
1999-04-13 |
Ove Kaaven | The prevalent wide characters. |
commit | commitdiff | tree | snapshot |
1999-04-13 |
Ove Kaaven | Unicode. You know the drill. |
commit | commitdiff | tree | snapshot |
1999-04-13 |
Vadim Zeitlin | GetViews() documented |
commit | commitdiff | tree | snapshot |
1999-04-13 |
Ove Kaaven | More Unicode stuff. Implemented wxFprintf. |
commit | commitdiff | tree | snapshot |
1999-04-13 |
Ove Kaaven | char->wxChar |
commit | commitdiff | tree | snapshot |
1999-04-13 |
Ove Kaaven | Fixed glibc2.0 check (for that glibc2.0 workaround... |
commit | commitdiff | tree | snapshot |
1999-04-13 |
Vadim Zeitlin | wxTempFile now respects umask when creating new files |
commit | commitdiff | tree | snapshot |
1999-04-13 |
Vadim Zeitlin | an attempt to fix glibc2.0 stupidness |
commit | commitdiff | tree | snapshot |
1999-04-13 |
Vadim Zeitlin | apparently this should fix some Borland problem |
commit | commitdiff | tree | snapshot |
1999-04-13 |
Vadim Zeitlin | some typos in docs and code corrected (thanks Janos) |
commit | commitdiff | tree | snapshot |
1999-04-13 |
Ove Kaaven | Implemented wxPrintf. |
commit | commitdiff | tree | snapshot |
1999-04-13 |
Ove Kaaven | Added wxPrintf declaration. |
commit | commitdiff | tree | snapshot |
1999-04-13 |
Vadim Zeitlin | Pending() and Dispatch() implemented |
commit | commitdiff | tree | snapshot |
1999-04-13 |
Ove Kaaven | Another one bites the dust. |
commit | commitdiff | tree | snapshot |
1999-04-13 |
Ove Kaaven | Unicode-mode typos in string.cpp (where did they sudden... |
commit | commitdiff | tree | snapshot |
1999-04-13 |
Ove Kaaven | wxString assignment operator from wx[W]CharBuffer. |
commit | commitdiff | tree | snapshot |
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 |
next |