]>
git.saurik.com Git - wxWidgets.git/log
Václav Slavík [Sun, 11 Apr 1999 19:07:17 +0000 (19:07 +0000)]
MIME support
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2088
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 10 Apr 1999 22:27:21 +0000 (22:27 +0000)]
oops... fatal bug (which I recently introduced) with uninit callback corrected
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2087
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 10 Apr 1999 22:26:46 +0000 (22:26 +0000)]
unitialized var initialized (mainly to reduce Purify warnings)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2086
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 10 Apr 1999 22:24:32 +0000 (22:24 +0000)]
tooltip bug (which I introduced recently) corrected
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2085
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ove Kaaven [Sat, 10 Apr 1999 14:15:15 +0000 (14:15 +0000)]
Added wxStrdup().
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2084
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Fri, 9 Apr 1999 20:26:29 +0000 (20:26 +0000)]
Removed this Maximize() overridden bug
Changed wxFrame so that drawing into the
client area draws into the client area.
Removed some ugly hacks on the way. Don't
forget to recompile everything.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2083
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Fri, 9 Apr 1999 18:01:17 +0000 (18:01 +0000)]
Here it comes:
Doc updates
Makefile doesn't strip anylonger
Makefile adapted to /src/unix etc
Added wxLB_ALWAYS_SB
Added MWM window manager hints
Fixed event handling bugs that (among others) caused
the wxListBox misbeahiour
Rwwrote GtkmyFixed for GTK 1.2
Made data requests etc in wxClipboadr asynchronous
Added underscores to menus (some)
Tried in vain to make wxTextCtrl (and its GtkTable)
behave correctly. The bottom text control in the
controls samples still misbehaves upon start-up.
did I change notebook.cpp ?
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2082
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Guilhem Lavaux [Fri, 9 Apr 1999 17:31:20 +0000 (17:31 +0000)]
* Commented out "delete this;"
* Finished threads can be restarted.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2081
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ove Kaaven [Fri, 9 Apr 1999 12:42:26 +0000 (12:42 +0000)]
For non-Unicode, preserve binary compatibility by doing
#define wxChar char
instead of typedef char wxChar. This is a temporary measure.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2080
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Karsten Ballüder [Fri, 9 Apr 1999 10:06:21 +0000 (10:06 +0000)]
No more overlap between lines (I hope).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2079
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Karsten Ballüder [Fri, 9 Apr 1999 09:54:03 +0000 (09:54 +0000)]
better centering of text/images
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2078
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Karsten Ballüder [Fri, 9 Apr 1999 09:45:38 +0000 (09:45 +0000)]
fixed some glitches
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2077
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Karsten Ballüder [Fri, 9 Apr 1999 09:18:52 +0000 (09:18 +0000)]
Modified it to adjust to different icons sizes. Please check.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2076
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ove Kaaven [Thu, 8 Apr 1999 23:38:47 +0000 (23:38 +0000)]
Unicode definitions for glibc, etc.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2075
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ove Kaaven [Thu, 8 Apr 1999 23:22:29 +0000 (23:22 +0000)]
Unicode support is *experimental*, so disable it by default.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2074
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Karsten Ballüder [Thu, 8 Apr 1999 20:52:29 +0000 (20:52 +0000)]
Removed check for pthread-0.7 on Linux which causes problems on some glibc2
systems and break static linkage.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2073
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Karsten Ballüder [Thu, 8 Apr 1999 20:51:00 +0000 (20:51 +0000)]
Fixed gtk 1.2.x wxYield() problem (tested).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2072
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Thu, 8 Apr 1999 19:36:00 +0000 (19:36 +0000)]
Added candidate wxDragImage implementation for wxMSW
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2071
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Thu, 8 Apr 1999 14:42:46 +0000 (14:42 +0000)]
Changed the focus-window event handling back
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2070
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Wed, 7 Apr 1999 21:33:22 +0000 (21:33 +0000)]
Menu/toolbar event handling now tries the window with the focus first.
wxTextCtrl processes cut, copy, paste, undo, redo commands and UI updates
automatically.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2069
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Wed, 7 Apr 1999 21:08:13 +0000 (21:08 +0000)]
fixed bug with incorrect fileformat
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2068
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Wed, 7 Apr 1999 17:22:19 +0000 (17:22 +0000)]
allow access to terminating NUL character with operator[]
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2067
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Karsten Ballüder [Wed, 7 Apr 1999 17:02:25 +0000 (17:02 +0000)]
workaround for counterintuitive wxString::operator[] behaviour
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2066
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Wed, 7 Apr 1999 15:01:51 +0000 (15:01 +0000)]
Some typos corrected in iniconf.cpp
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2065
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Wed, 7 Apr 1999 14:51:34 +0000 (14:51 +0000)]
Added imaggif.h, imaggif.cpp (wxImage GIF-reading support); candidate
FindFocus implementation for wxMotif
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2064
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Wed, 7 Apr 1999 13:01:50 +0000 (13:01 +0000)]
no more SetAppName/SetVendor in the config classes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2063
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Wed, 7 Apr 1999 12:59:29 +0000 (12:59 +0000)]
SetLabel() adjusts the label size
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2062
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Wed, 7 Apr 1999 12:35:36 +0000 (12:35 +0000)]
::GetWindowText() -> wxGetWindowText
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2061
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Karsten Ballüder [Wed, 7 Apr 1999 11:23:50 +0000 (11:23 +0000)]
I seem to have fixed the DeleteSubGroups() bug - PLEASE CHECK!
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2060
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Tue, 6 Apr 1999 21:13:46 +0000 (21:13 +0000)]
wxRegConfig::GetEntryType() added and some bugs fixed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2059
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Tue, 6 Apr 1999 20:50:34 +0000 (20:50 +0000)]
Chnaged text id for clipboard to "text/plain"
Now DnD actually links as well
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2058
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Tue, 6 Apr 1999 20:26:41 +0000 (20:26 +0000)]
Fixed some bugs in new code (CanPaste, GetSelection)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2057
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Tue, 6 Apr 1999 18:33:23 +0000 (18:33 +0000)]
trying to work around gcc internal compiler error
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2056
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Tue, 6 Apr 1999 17:24:14 +0000 (17:24 +0000)]
Changed clipboard text format id from "STRING" to "TEXT"
DnD might now actually compile (but nothing else)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2055
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Tue, 6 Apr 1999 16:32:33 +0000 (16:32 +0000)]
Added some missing wxTextCtrl functions: Undo, Redo, CanUndo, CanRedo,
CanCopy, CanCut, CanPaste, GetSelection, IsEditable.
Also added wxNotebook::SetTabSize (only implemented on wxMSW but necessary
when using just an icon).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2054
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Tue, 6 Apr 1999 16:28:21 +0000 (16:28 +0000)]
wxTempFile now respects the access rights under Unix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2053
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Tue, 6 Apr 1999 14:38:30 +0000 (14:38 +0000)]
fixed compilation for gcc
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2052
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Tue, 6 Apr 1999 13:44:37 +0000 (13:44 +0000)]
JPEG and PNG code taken out of image.cpp
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2051
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Tue, 6 Apr 1999 12:55:44 +0000 (12:55 +0000)]
Fixed OnMenuHighlight, wxPrintData problems
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2050
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Tue, 6 Apr 1999 10:23:31 +0000 (10:23 +0000)]
wxConfig::GetEntryType() added
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2049
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Tue, 6 Apr 1999 08:50:10 +0000 (08:50 +0000)]
bug in FindItemForId() fixed (?)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2048
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Tue, 6 Apr 1999 08:29:30 +0000 (08:29 +0000)]
ShowPosition fix to allow negative numbers
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2047
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
J. Russell Smyth [Mon, 5 Apr 1999 23:55:42 +0000 (23:55 +0000)]
Removed Persistance Framework code/files from FrameLayout
Corrected makefiles to match
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2046
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Mon, 5 Apr 1999 16:13:24 +0000 (16:13 +0000)]
MSWOnCommand bug fixed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2045
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
J. Russell Smyth [Mon, 5 Apr 1999 03:22:57 +0000 (03:22 +0000)]
removed settingsdlg from makefile.g95 - not part of the library
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2043
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Sun, 4 Apr 1999 13:02:19 +0000 (13:02 +0000)]
fixed input stream
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2042
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Sun, 4 Apr 1999 11:24:51 +0000 (11:24 +0000)]
Win16 corrections
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2041
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Harco de Hilster [Sun, 4 Apr 1999 05:24:58 +0000 (05:24 +0000)]
removed a few objects whose sources have been moved
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2040
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 3 Apr 1999 22:25:12 +0000 (22:25 +0000)]
wxMenu and wxMenuBar modifications: now works much better with owner-drawn
items, better encapsulation (the wxMenu data members are no longer public),
simplified wxFrame and derived classes by moving the common parts into
member functions of wxMenuBar
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2039
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 3 Apr 1999 21:15:28 +0000 (21:15 +0000)]
code demonstrating wxMSW bug added
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2038
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Sat, 3 Apr 1999 20:36:17 +0000 (20:36 +0000)]
Corrected someone's double-initialisation bug
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2037
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Sat, 3 Apr 1999 19:17:42 +0000 (19:17 +0000)]
Correct wrong memset ordering that produced an assert in the printing sample
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2036
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Brian Macy [Sat, 3 Apr 1999 17:46:18 +0000 (17:46 +0000)]
First attempt at clean-up
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2035
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Karsten Ballüder [Sat, 3 Apr 1999 16:59:38 +0000 (16:59 +0000)]
Also the radiobox was unitialised.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2034
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Karsten Ballüder [Sat, 3 Apr 1999 16:57:46 +0000 (16:57 +0000)]
Compiles and runs again with new printing code (which is still broken in wxGTK).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2033
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Karsten Ballüder [Sat, 3 Apr 1999 16:48:12 +0000 (16:48 +0000)]
Attempt at fixing the broken printer dialog. *Lots* of unitialised variables!
Not fixed yet.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2032
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Guilhem Lavaux [Sat, 3 Apr 1999 09:24:52 +0000 (09:24 +0000)]
* Changed "wxPendingEvents" to pointers (tested on GTK)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2031
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 2 Apr 1999 22:30:56 +0000 (22:30 +0000)]
more backwards compatibility for printing
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2030
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 2 Apr 1999 22:08:39 +0000 (22:08 +0000)]
a simpler fix of textctrl key doubling bug
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2029
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 2 Apr 1999 21:57:20 +0000 (21:57 +0000)]
wxMkdir() has 2nd param under Unix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2028
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Fri, 2 Apr 1999 19:05:02 +0000 (19:05 +0000)]
Fixed doubled-up key effects in wxTextCtrl by resetting m_lastMsg to 0
after calling Default().
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2027
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Fri, 2 Apr 1999 16:25:46 +0000 (16:25 +0000)]
Switched wxMkdir code back to old working version.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2026
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 2 Apr 1999 10:36:03 +0000 (10:36 +0000)]
setup.h for makefile builds
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2025
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
J. Russell Smyth [Fri, 2 Apr 1999 00:35:45 +0000 (00:35 +0000)]
removed declaration of wxObject::Dump(stream &str) from tex2rtf.cpp -
I cannot see a reason for it, and it wont compile under VC++ (redefined
function). Code is still there commented out if someone knows why it
should be here and how to ifdef it so VC++ 6.0 can still build it
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2024
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
J. Russell Smyth [Fri, 2 Apr 1999 00:29:59 +0000 (00:29 +0000)]
changed (no longer valid) wxToUpper and wxToLower to toupper/tolower
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2023
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Thu, 1 Apr 1999 19:29:18 +0000 (19:29 +0000)]
Fixed wxPalette memory leak when loading BMP files
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2022
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Thu, 1 Apr 1999 12:14:30 +0000 (12:14 +0000)]
With the exceptions of DnD, wxGTk now works with
both GTK 1.0.6 and GTK 1.2.1 - the latter still
produces warnings and blah.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2021
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 1 Apr 1999 12:01:47 +0000 (12:01 +0000)]
wxMkDir() has 'perm' argument
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2020
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 1 Apr 1999 11:23:00 +0000 (11:23 +0000)]
wxFindNextFile typo corrected
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2019
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Brian Macy [Wed, 31 Mar 1999 23:01:10 +0000 (23:01 +0000)]
Very bad wxPrintData destructor... fixed typo.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2018
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Wed, 31 Mar 1999 17:53:27 +0000 (17:53 +0000)]
added wxFrame::Command()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2017
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Wed, 31 Mar 1999 16:40:08 +0000 (16:40 +0000)]
Fixed the "Can't open file" message in ReadDIB so that it actually
displays the filename instead of garbage.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2016
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Wed, 31 Mar 1999 13:59:39 +0000 (13:59 +0000)]
wxFAIL/ASSERT/CHECK documentation updated, CHECK2 added
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2015
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Wed, 31 Mar 1999 13:35:03 +0000 (13:35 +0000)]
count++ bug corrected (patch from Dino Scaringella)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2014
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Wed, 31 Mar 1999 13:01:43 +0000 (13:01 +0000)]
Added debug code to clipbard
changed colour reporting to PS
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2013
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Harco de Hilster [Tue, 30 Mar 1999 19:29:02 +0000 (19:29 +0000)]
calls to wxDynamicToolBar::AddTool(int,wxBitmap&) confused egcs-1.1
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2012
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
J. Russell Smyth [Tue, 30 Mar 1999 17:28:16 +0000 (17:28 +0000)]
Fixed wxApp::SendIdleEvents for Vadim's new wxWindowList wxTopLevelWindows
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2011
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Tue, 30 Mar 1999 11:09:48 +0000 (11:09 +0000)]
Motif compilation fixes (now ok)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2010
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Tue, 30 Mar 1999 11:09:18 +0000 (11:09 +0000)]
call to pthread_attr_setscope() added (disabled for now) and several other small fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2009
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Tue, 30 Mar 1999 09:47:59 +0000 (09:47 +0000)]
1. notes for AIX compilation added
2. setup0.h existence documented
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2008
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Tue, 30 Mar 1999 09:47:18 +0000 (09:47 +0000)]
docs synchronized with code
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2007
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Tue, 30 Mar 1999 09:46:27 +0000 (09:46 +0000)]
this file is now called setup0.h
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2006
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Tue, 30 Mar 1999 09:43:29 +0000 (09:43 +0000)]
wxTopLevelWindows is now a wxWindowList, better compatibility with the old
wxList in list.h
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2005
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
J. Russell Smyth [Mon, 29 Mar 1999 22:17:15 +0000 (22:17 +0000)]
changed removed wxToUpper to standard toupper
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2004
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Mon, 29 Mar 1999 21:18:49 +0000 (21:18 +0000)]
last fixes to fixes (MSW compilation works now)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2003
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Brian Macy [Mon, 29 Mar 1999 21:17:51 +0000 (21:17 +0000)]
Ignore failure when deleting something that might not exist
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2002
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Brian Macy [Mon, 29 Mar 1999 21:14:23 +0000 (21:14 +0000)]
Don't fail when deleting files that might not exist
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2001
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Brian Macy [Mon, 29 Mar 1999 21:08:15 +0000 (21:08 +0000)]
Added time.h so it would compile
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2000
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Mon, 29 Mar 1999 20:49:05 +0000 (20:49 +0000)]
header changes for the fixes commited previously
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1999
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Mon, 29 Mar 1999 16:46:18 +0000 (16:46 +0000)]
many miscellaneous fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1998
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Mon, 29 Mar 1999 16:43:40 +0000 (16:43 +0000)]
more backwards compatibility
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1997
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Mon, 29 Mar 1999 14:44:21 +0000 (14:44 +0000)]
EVT_TEXT_UPDATED bug fixed, text ctrl callbacks simplified
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1996
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Karsten Ballüder [Mon, 29 Mar 1999 09:56:44 +0000 (09:56 +0000)]
Merged in latest wxLayout code from Mahogany Mail.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1995
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Mon, 29 Mar 1999 08:55:03 +0000 (08:55 +0000)]
Undefed Yield symbol if defined, else syntax error
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1994
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Mon, 29 Mar 1999 08:51:32 +0000 (08:51 +0000)]
Fixed missing brace in app.cpp
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1993
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Harco de Hilster [Sun, 28 Mar 1999 23:08:55 +0000 (23:08 +0000)]
added some more URLs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1992
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Harco de Hilster [Sun, 28 Mar 1999 22:38:48 +0000 (22:38 +0000)]
works for windows too now.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1991
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Harco de Hilster [Sun, 28 Mar 1999 20:55:44 +0000 (20:55 +0000)]
updated. Lots of new useless features. Internet-enabled, as they say...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1990
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Harco de Hilster [Sat, 27 Mar 1999 21:29:41 +0000 (21:29 +0000)]
somewhat better organization; still a mess though. Don't know why I'm
committing...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1987
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Guilhem Lavaux [Sat, 27 Mar 1999 18:50:54 +0000 (18:50 +0000)]
* Added threads event propagation. Should compile on GTK (tested).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1986
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775