]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
22 years ago Changed wxStat, wxAccess and wxOpen to no longer
Robert Roebling [Thu, 8 Aug 2002 21:44:50 +0000 (21:44 +0000)] 
  Changed wxStat, wxAccess and wxOpen to no longer
    being just a define so that the signature is
    using wxChar under Unicode under Unix just as
    it does under Unicode under Mac. This required
    some modification in various places, but should
    make debugging a little easier, among others.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16426 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoPyCrust updates from their CVS.
Robin Dunn [Thu, 8 Aug 2002 21:44:11 +0000 (21:44 +0000)] 
PyCrust updates from their CVS.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16425 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years ago Adapted to Unicode compilation.
Robert Roebling [Thu, 8 Aug 2002 21:41:16 +0000 (21:41 +0000)] 
  Adapted to Unicode compilation.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16424 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years ago Hopefully corrected conversion buffer size.
Robert Roebling [Thu, 8 Aug 2002 21:40:30 +0000 (21:40 +0000)] 
  Hopefully corrected conversion buffer size.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16423 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoMake batch files for the tool scripts, and other related changes for
Robin Dunn [Thu, 8 Aug 2002 20:14:13 +0000 (20:14 +0000)] 
Make batch files for the tool scripts, and other related changes for
win32.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16422 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoFixes for Bug #592758
Robin Dunn [Thu, 8 Aug 2002 19:11:07 +0000 (19:11 +0000)] 
Fixes for Bug #592758

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16421 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoUpdated version and other minor tweaks
Robin Dunn [Thu, 8 Aug 2002 18:32:08 +0000 (18:32 +0000)] 
Updated version and other minor tweaks

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16420 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoNew wxActiveX code
Robin Dunn [Thu, 8 Aug 2002 18:29:59 +0000 (18:29 +0000)] 
New wxActiveX code

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16419 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoMoved tools to be a Python package in wxPython.tools, added scripts to
Robin Dunn [Thu, 8 Aug 2002 18:28:21 +0000 (18:28 +0000)] 
Moved tools to be a Python package in wxPython.tools, added scripts to
import and launch each tool.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16418 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years ago Compile fix.
Robert Roebling [Thu, 8 Aug 2002 18:26:02 +0000 (18:26 +0000)] 
  Compile fix.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16417 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoadded RPM spec file
Václav Slavík [Thu, 8 Aug 2002 18:21:59 +0000 (18:21 +0000)] 
added RPM spec file

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16416 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agounified archive naming to name-version-arch
Václav Slavík [Thu, 8 Aug 2002 18:21:49 +0000 (18:21 +0000)] 
unified archive naming to name-version-arch

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16415 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agotex2rtf: fixes to makefile.unx to make rpm spec file possible
Václav Slavík [Thu, 8 Aug 2002 18:21:44 +0000 (18:21 +0000)] 
tex2rtf: fixes to makefile.unx to make rpm spec file possible

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16414 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agotex2rtf fixes: removed missing files from src.rsp
Václav Slavík [Thu, 8 Aug 2002 18:21:38 +0000 (18:21 +0000)] 
tex2rtf fixes: removed missing files from src.rsp

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16413 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoApplied patch [ 579219 ] wxNotebook:SetPadding added
Julian Smart [Thu, 8 Aug 2002 10:11:32 +0000 (10:11 +0000)] 
Applied patch [ 579219 ] wxNotebook:SetPadding added

This allows changing the padding of the icons and text
in the tab of a wxNotebook for wxGTK.

Since the container in the tab is only a horizontal
container only the width component is used. Negative
values are acceptable so no checks were made.

It now defaults to a padding of 0 on the sides and 1 in
between the icon and label, looks good for a few
"themes" I tried.

Note: Unfortunately there is no function to set the
padding on the left or right side of a widget.
gtk_box_set_child_packing sets padding on BOTH sides of
a widget so you'd get double the spacing between an
icon and the label. To get around this, the icon (if
there was one) is removed and added back. That way the
icon will provide the padding on the left and the label
will provide the padding between and to the right. It
looks nice for all sizes. The
gtk_container_set_border_width unforuntately only adds
borders to ALL sides equally.

A simple check is to add m_notebook->SetPadding in one
in the spinctrl callback in the controls sample. (set
appropriate range too -10,20). Note that the tab sizes
change to fit the width of the panel, if appropriate,
and so the spacing between the icon and label changes
accordingly. This isn't a bug, but it does look weird
as you scan up and down the spacing (which nobody would
normally do).

I also changed all wxGtkNotebookPage variables to
nb_page so that "int page" would be used to mean the
page number. Just cosmetic for consistency with the
rest of the functions that were already like that.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16412 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoApplied patch [ 584057 ] Fixes calculation bug in wxThread::Sleep
Julian Smart [Thu, 8 Aug 2002 10:04:13 +0000 (10:04 +0000)] 
Applied patch [ 584057 ] Fixes calculation bug in wxThread::Sleep

There's a problem in src/mac/thread.cpp function
wxThread::Sleep when CLOCKS_PER_SEC is not
1000. The amount-to-sleep code doesn't take into
account this value. Due to this when I did Sleep(1000) it
was sleeping a fraction of a second because on my Mac
CLOCKS_PER_SEC is 60. This patch fixes it.

Dimitri Schoolwerth (dimitrishortcut)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16411 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoApplied patch [ 588140 ] User Scaling of Rotated Text on wxGTK
Julian Smart [Thu, 8 Aug 2002 10:00:50 +0000 (10:00 +0000)] 
Applied patch [ 588140 ] User Scaling of Rotated Text on wxGTK

The effect of wxDC::SetUserScale() on
wxDC::DrawRotatedText() is to scale the text **twice**.
The code is in src/gtk/dcclient.cpp

The first scaling operation occurs when choosing the
GTK font size (as happens for wxDC::DrawText()). The
rotated text is scaled a second time when blitting the
rotated text bitmap to the DC, in the functions
XLOG2DEV(x + dstX) and YLOG2DEV(y + dstY).

The supplied patch moves the rotated bitmap co-ords
(dstX, dstY) outside of the LOG2DEV functions.

bryan cole (bryancole)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16410 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoApplied patch [ 587450 ] Scoped Smart pointers and docs
Julian Smart [Thu, 8 Aug 2002 09:57:05 +0000 (09:57 +0000)] 
Applied patch [ 587450 ] Scoped Smart pointers and docs

By Jesse Lovelace (thementat)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16409 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoApplied patch [ 589903 ] Update doc for CW/wxMSW install
Julian Smart [Thu, 8 Aug 2002 09:46:35 +0000 (09:46 +0000)] 
Applied patch [ 589903 ] Update doc for CW/wxMSW install

This patch updates the CW section in
docs/msw/install.txt for the development (2.3.3) branch.

It fixes a couple typos and clarifies how to use the
minimal project file as a template for other projects.

Igor Mikolic-Torreira
igormt@alumni.caltech.edu

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16408 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoApplied patch [ 587723 ] Update to cw.rsp file
Julian Smart [Thu, 8 Aug 2002 09:44:32 +0000 (09:44 +0000)] 
Applied patch [ 587723 ] Update to cw.rsp file

I've updated the file so it captures all the files that are
unique to the wxMSW + CW combination.

Even though not all of the samples have CW project
files, all the samples are listed in the rsp. That way if
more samples get project files prior to release 2.3.x or
2.4, there will be no need to modify this file.

I did, however, remove all of the util sub-directories from
cw.rsp because none of the util sub-directories have any
CW project files (and I don't foresee adding any ;)

Igor Mikolic-Torreira
igormt@alumni.caltech.edu

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16407 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoApplied [ 587500 ] Update CW project file for wxMSW
Julian Smart [Thu, 8 Aug 2002 09:37:55 +0000 (09:37 +0000)] 
Applied [ 587500 ] Update CW project file for wxMSW

This patch updates the CW project file for building
wxMSW.

It patches the file src/wxWindowsW7.xml on the
development branch.

It does the following:

(1) adds the file src/common/msgout.cpp to the build.

(2) moves popupwin.cpp ahead of sub-libraries in the link
order for linking the library (this is just paranoia on my
part ;)

Igor Mikolic-Torreira
igormt@alumni.caltech.edu

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16406 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoApplied patch [ 587454 ] CW-related wx/wxchar.h fix
Julian Smart [Thu, 8 Aug 2002 09:35:25 +0000 (09:35 +0000)] 
Applied patch [ 587454 ] CW-related wx/wxchar.h fix

This fixes the problem in include/wx/wxchar.h with
including <wchar.h> for CW reported by Andreas
Simanowski.

The current version does not work with CW Win32 builds.

The fix suggested by Andreas is incorrect, because it
will break the wxMAC CW builds.

The purpose of conditionals starting at line 77 is to
correctly handle the various compilers. The fundamental
problem with the existing code is that it begins by
conditioning on __WIN32__. This is wrong, and makes
it hard to handle compilers that work on more than one
OS (such as CW).

Instead the conditionals should be done purely on
compilers. Each compiler can then set things
appropriately. If a particular compiler works on more
than one OS but has different needs on each OS, then
this can be handled within the code for that compiler.

The attached patch removes the top level conditional on
__WIN32__ and restructures the remainder as a series
of conditionals on individual compilers.

Igor Mikolic-Torreira
igormt@alumni.caltech.edu

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16405 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoApplied patch [ 590031 ] Slider: Events must be enabled earlier
Julian Smart [Thu, 8 Aug 2002 09:24:38 +0000 (09:24 +0000)] 
Applied patch [ 590031 ] Slider: Events must be enabled earlier

The current wxSlider - implementation gives a gtk-warning
about not being able to find an event handler. This is
because the first call of GtkEnableEvents has to happen a
few lines earlier. The patch fixes this.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16404 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoApplied patch [ 591998 ] EventHandler chain incorrectly updated
Julian Smart [Thu, 8 Aug 2002 09:21:56 +0000 (09:21 +0000)] 
Applied patch [ 591998 ] EventHandler chain incorrectly updated

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16403 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoApplied patch [ 590247 ] Fix bad calculation of listctrl update.
Julian Smart [Thu, 8 Aug 2002 09:15:03 +0000 (09:15 +0000)] 
Applied patch [ 590247 ] Fix bad calculation of listctrl update.

In wxGenericListCtrl when removing single items a call to
RefreshAfter would cause bad things to happen in GTK/X11.
It would under certain circumstances put Xlib into an
exponential memory and cpu usage mode. Causing
eventual core dump but not before using all memory and
swap.

The problem is that RefreshAfter is passing a negative
height rectangle refresh to GTK/X11. This stems from a mixture
of using scrolled and unscrolled values to calculate the
update region.

This patch fixes the problem... by transforming to scrolled
values earlier. And also adds one optimization to not
update when the item is below the visible area.

Tested on GTK.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16402 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoApplied patch [ 592363 ] Owner Draw Round 2 fixes
Julian Smart [Thu, 8 Aug 2002 09:10:04 +0000 (09:10 +0000)] 
Applied patch [ 592363 ] Owner Draw Round 2 fixes

This patch fixes the following items in the owner draw
code:

* When an item is disabled, yet highlighted, the code
will now retrieve the user's system settings for
greyed-out text and use that color. Previously, the
code had continued to print the disabled text with an
embossed effect, which looked bad when the item was
highlighted.

* Menu formatting, such as hot-key underlining
(example, "&Open"), has been fixed.

* Measurements and alignments with
accelerators/hot-keys has been fixed.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16401 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoApplied [ 590985 ] fix for radiobox under motif
Julian Smart [Thu, 8 Aug 2002 09:00:54 +0000 (09:00 +0000)] 
Applied [ 590985 ] fix for radiobox under motif

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16400 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoApplied patch [ 592063 ] generic notebook does not OnSelChanging
Julian Smart [Thu, 8 Aug 2002 08:54:49 +0000 (08:54 +0000)] 
Applied patch [ 592063 ] generic notebook does not OnSelChanging
Misc other mods

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16399 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoRemoved bogus default parameters, applying
Julian Smart [Thu, 8 Aug 2002 08:51:22 +0000 (08:51 +0000)] 
Removed bogus default parameters, applying
patch [ 592492 ] motif, solaris 8, gcc 3.1 build failure

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16398 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoTypo fixes
Robin Dunn [Wed, 7 Aug 2002 21:06:33 +0000 (21:06 +0000)] 
Typo fixes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16397 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoBug fix
Robin Dunn [Wed, 7 Aug 2002 21:06:17 +0000 (21:06 +0000)] 
Bug fix

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16396 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agobug fix
Robin Dunn [Wed, 7 Aug 2002 21:05:58 +0000 (21:05 +0000)] 
bug fix

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16395 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoAdded error directive for MSW since no longer needed.
Julian Smart [Wed, 7 Aug 2002 20:21:26 +0000 (20:21 +0000)] 
Added error directive for MSW since no longer needed.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16394 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years ago Added support for outlines printing under wxGTK. I still
Robert Roebling [Wed, 7 Aug 2002 17:35:26 +0000 (17:35 +0000)] 
  Added support for outlines printing under wxGTK. I still
    have to figure out how to do scaling right, the current
    values are guesswork.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16393 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years ago Compile fix for Unicode.
Robert Roebling [Wed, 7 Aug 2002 17:34:19 +0000 (17:34 +0000)] 
  Compile fix for Unicode.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16392 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoUpdated file list
Julian Smart [Wed, 7 Aug 2002 15:56:02 +0000 (15:56 +0000)] 
Updated file list

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16391 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoAdded scripts to make Tex2RTF distribution on Unix
Julian Smart [Wed, 7 Aug 2002 15:50:31 +0000 (15:50 +0000)] 
Added scripts to make Tex2RTF distribution on Unix

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16390 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoAdded files to Tex2RTF file list
Julian Smart [Wed, 7 Aug 2002 15:48:29 +0000 (15:48 +0000)] 
Added files to Tex2RTF file list

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16389 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoAdded licence docs for Tex2RTF
Julian Smart [Wed, 7 Aug 2002 15:24:07 +0000 (15:24 +0000)] 
Added licence docs for Tex2RTF

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16388 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoRemoved temporary file
Julian Smart [Wed, 7 Aug 2002 09:56:52 +0000 (09:56 +0000)] 
Removed temporary file

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16387 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoAdded files for creating independent Tex2RTF distributions
Julian Smart [Wed, 7 Aug 2002 09:56:23 +0000 (09:56 +0000)] 
Added files for creating independent Tex2RTF distributions

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16386 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoFix makefile.g95 for make 3.77
Mattia Barbon [Wed, 7 Aug 2002 08:56:08 +0000 (08:56 +0000)] 
Fix makefile.g95 for make 3.77

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16385 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoAdded ProcessIdle virtual function
Julian Smart [Wed, 7 Aug 2002 07:56:09 +0000 (07:56 +0000)] 
Added ProcessIdle virtual function

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16384 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years ago Small fix for Pango printing with bitmaps.
Robert Roebling [Tue, 6 Aug 2002 20:51:52 +0000 (20:51 +0000)] 
  Small fix for Pango printing with bitmaps.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16383 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoPatch [ 588732 ] makes wxRB_GROUP/radiobuttons working
Mattia Barbon [Tue, 6 Aug 2002 19:54:46 +0000 (19:54 +0000)] 
Patch [ 588732 ] makes wxRB_GROUP/radiobuttons working
from Marcin Wojdyr (wojdyr)

Applied with some modifications (remove buttons from the chain on
destruction, or the program will segfault).

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16382 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years ago Compile fix.
Robert Roebling [Tue, 6 Aug 2002 19:14:44 +0000 (19:14 +0000)] 
  Compile fix.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16381 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years ago Further code for Pango fonts (work now) and
Robert Roebling [Tue, 6 Aug 2002 18:58:19 +0000 (18:58 +0000)] 
  Further code for Pango fonts (work now) and
   some code for Pango prining. Doesn't work..

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16380 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years ago Lots of work to set PangoFontDescription as the
Robert Roebling [Tue, 6 Aug 2002 16:41:31 +0000 (16:41 +0000)] 
 Lots of work to set PangoFontDescription as the
   native font info data. WIP.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16379 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoLots of OS/2 updates
David Webster [Tue, 6 Aug 2002 03:35:32 +0000 (03:35 +0000)] 
Lots of OS/2 updates

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16378 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoSome OS/2 Updates
David Webster [Tue, 6 Aug 2002 03:34:32 +0000 (03:34 +0000)] 
Some OS/2 Updates

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16377 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoadded a more convenient version of wxFileType::GetOpenCommand()
Vadim Zeitlin [Mon, 5 Aug 2002 18:49:38 +0000 (18:49 +0000)] 
added a more convenient version of wxFileType::GetOpenCommand()

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16376 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years ago Lots of Unix/Unicode compile fixes, some of which
Robert Roebling [Mon, 5 Aug 2002 18:04:08 +0000 (18:04 +0000)] 
  Lots of Unix/Unicode compile fixes, some of which
    are just #ifdef 0 such as the wxExecute calls
    in gdcps.cpp.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16375 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoadded missing include file for ProjectBuilder (Mac OS X)
Gilles Depeyrot [Mon, 5 Aug 2002 18:00:55 +0000 (18:00 +0000)] 
added missing include file for ProjectBuilder (Mac OS X)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16374 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years ago Lots of updates for Unicode and GTK 2.0 support.
Robert Roebling [Mon, 5 Aug 2002 17:59:20 +0000 (17:59 +0000)] 
  Lots of updates for Unicode and GTK 2.0 support.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16373 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years ago Added various MACROS for converting strings
Robert Roebling [Mon, 5 Aug 2002 17:57:53 +0000 (17:57 +0000)] 
  Added various MACROS for converting strings
    back and forth in the different ansi/unicode/gtk
    mode/versions.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16372 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years ago Compile fix (include order) for Unicode under Unix.
Robert Roebling [Mon, 5 Aug 2002 17:56:52 +0000 (17:56 +0000)] 
  Compile fix (include order) for Unicode under Unix.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16371 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years ago Miserable hack around problem when shrinking
Robert Roebling [Mon, 5 Aug 2002 17:56:06 +0000 (17:56 +0000)] 
  Miserable hack around problem when shrinking
    a scrolled window with child windows when
    it was maxiamally scrolled.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16370 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoOS/2 VA needs to include time.h to get the time calls.
David Webster [Mon, 5 Aug 2002 15:53:21 +0000 (15:53 +0000)] 
OS/2 VA needs to include time.h to get the time calls.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16369 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoFALSE, not false
David Webster [Mon, 5 Aug 2002 15:50:05 +0000 (15:50 +0000)] 
FALSE, not false

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16368 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoLots of fixes for common dialogs, radioboxes, static text, checkboxes and so on.
David Webster [Mon, 5 Aug 2002 03:15:13 +0000 (03:15 +0000)] 
Lots of fixes for common dialogs, radioboxes, static text, checkboxes and so on.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16367 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoFont fix for OS/2 common control creation
David Webster [Mon, 5 Aug 2002 03:13:59 +0000 (03:13 +0000)] 
Font fix for OS/2 common control creation

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16366 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoFixes for common dialogs
David Webster [Mon, 5 Aug 2002 03:12:36 +0000 (03:12 +0000)] 
Fixes for common dialogs

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16365 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoApplied patch from Benjamin Williams to improve
Julian Smart [Sun, 4 Aug 2002 19:03:56 +0000 (19:03 +0000)] 
Applied patch from Benjamin Williams to improve
wxMenu ownerdraw behaviour

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16364 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agowxCmdLineParser's output goes to stderr, not message box, under Unix
Václav Slavík [Sun, 4 Aug 2002 15:40:55 +0000 (15:40 +0000)] 
wxCmdLineParser's output goes to stderr, not message box, under Unix

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16363 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agono more hacks needed in wxrc now that wxMessageOutput works...
Václav Slavík [Sun, 4 Aug 2002 15:40:25 +0000 (15:40 +0000)] 
no more hacks needed in wxrc now that wxMessageOutput works...

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16362 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoupdated xml project file with latest changes (spinctrl, display, msgout, ...)
Gilles Depeyrot [Sun, 4 Aug 2002 14:39:32 +0000 (14:39 +0000)] 
updated xml project file with latest changes (spinctrl, display, msgout, ...)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16361 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoadd spinctrl header for wxMac
Gilles Depeyrot [Sun, 4 Aug 2002 13:02:23 +0000 (13:02 +0000)] 
add spinctrl header for wxMac

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16360 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoonly set focus on textctrl item if it exists (exists if combo box is editable)
Gilles Depeyrot [Sun, 4 Aug 2002 13:01:15 +0000 (13:01 +0000)] 
only set focus on textctrl item if it exists (exists if combo box is editable)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16359 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoadded border clipping
Stefan Csomor [Sun, 4 Aug 2002 08:59:49 +0000 (08:59 +0000)] 
added border clipping

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16358 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoMention wxMessageOutput in changes.txt
Mattia Barbon [Sat, 3 Aug 2002 23:30:55 +0000 (23:30 +0000)] 
Mention wxMessageOutput in changes.txt
wxMessageOutputLog now available in all ports

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16357 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoadded option for getting visible region w/o children clipped, added to redrawing...
Stefan Csomor [Sat, 3 Aug 2002 21:05:43 +0000 (21:05 +0000)] 
added option for getting visible region w/o children clipped, added to redrawing of control code

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16356 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoadded option for getting visible region w/o children clipped
Stefan Csomor [Sat, 3 Aug 2002 21:03:41 +0000 (21:03 +0000)] 
added option for getting visible region w/o children clipped

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16355 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoDocumented wxMotif changes
Mattia Barbon [Fri, 2 Aug 2002 18:26:11 +0000 (18:26 +0000)] 
Documented wxMotif changes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16354 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoFixed yet another error in my wxCmdLineParser mdifications.
Mattia Barbon [Fri, 2 Aug 2002 17:55:54 +0000 (17:55 +0000)] 
Fixed yet another error in my wxCmdLineParser mdifications.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16353 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agocorrected scrolling problems for controls, switched to separate wxSpinCtrl implementa...
Stefan Csomor [Fri, 2 Aug 2002 15:46:45 +0000 (15:46 +0000)] 
corrected scrolling problems for controls, switched to separate wxSpinCtrl implementation, both wxComboBox and wxSpinCtrl now have proper parenting for their members

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16352 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agocorrected scrolling problems for controls, switched to wxSpinCtrl
Stefan Csomor [Fri, 2 Aug 2002 15:44:21 +0000 (15:44 +0000)] 
corrected scrolling problems for controls, switched to wxSpinCtrl

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16351 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoadded a MacUpdateDimensions callback for DoMoveWindow
Stefan Csomor [Fri, 2 Aug 2002 15:41:06 +0000 (15:41 +0000)] 
added a MacUpdateDimensions callback for DoMoveWindow

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16350 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoseparate mac implementation
Stefan Csomor [Fri, 2 Aug 2002 15:36:12 +0000 (15:36 +0000)] 
separate mac implementation

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16349 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoadded a MacUpdateDimensions callback for DoMoveWindow
Stefan Csomor [Fri, 2 Aug 2002 15:33:47 +0000 (15:33 +0000)] 
added a MacUpdateDimensions callback for DoMoveWindow

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16348 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoswitch to a separate implementation for mac
Stefan Csomor [Fri, 2 Aug 2002 15:30:58 +0000 (15:30 +0000)] 
switch to a separate implementation for mac

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16347 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoRenamed internal GetClientWindow to GetClientAreaWindow so
Julian Smart [Fri, 2 Aug 2002 08:31:59 +0000 (08:31 +0000)] 
Renamed internal GetClientWindow to GetClientAreaWindow so
as not to clash with the MDI function of the same name

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16346 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoPatch [ 584078 ] Misc samples fixes from Dimitri Schoolwerth
Mattia Barbon [Fri, 2 Aug 2002 08:16:15 +0000 (08:16 +0000)] 
Patch [ 584078 ] Misc samples fixes from Dimitri Schoolwerth
Addresses:
  printf-format warinigs
  indentation/style
  unused variable warnings
  used wxID_ABOUT for about menu entry
  removed references to "minimal sample" in other samples
  some other misc warinigs

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16345 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoApplied [ 586524 ] wxVariant Enhancements.
Julian Smart [Thu, 1 Aug 2002 20:00:55 +0000 (20:00 +0000)] 
Applied [ 586524 ] wxVariant Enhancements.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16344 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoThis is a quick hack: if there is no global wxMessageOutput instance, and
Mattia Barbon [Thu, 1 Aug 2002 19:58:32 +0000 (19:58 +0000)] 
This is a quick hack: if there is no global wxMessageOutput instance, and
there is a wxApp instance, call wxTheApp->DoInit() to initialize the
global wxMessageOutput instance. The correct solution is to ensure that
wxApp::DoInit is always called.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16343 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoAssert is there is no wxMessageOutput
Mattia Barbon [Thu, 1 Aug 2002 19:55:29 +0000 (19:55 +0000)] 
Assert is there is no wxMessageOutput

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16342 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoApplied patch [ 588734 ] Makes ProcessIdle() virtual
Julian Smart [Thu, 1 Aug 2002 19:54:55 +0000 (19:54 +0000)] 
Applied patch [ 588734 ] Makes ProcessIdle() virtual

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16341 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoApplied patch [ 589484 ] wxGenericListCtrl, fix for direct use.
Julian Smart [Thu, 1 Aug 2002 19:51:07 +0000 (19:51 +0000)] 
Applied patch [ 589484 ] wxGenericListCtrl, fix for direct use.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16340 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoPatch [ 584078 ] Misc samples fixes from Dimitri Schoolwerth
Mattia Barbon [Thu, 1 Aug 2002 19:12:24 +0000 (19:12 +0000)] 
Patch [ 584078 ] Misc samples fixes from Dimitri Schoolwerth
Addresses:
  printf-format warinigs
  indentation/style
  unused variable warnings
  used wxID_ABOUT for about menu entry
  removed references to "minimal sample" in other samples
  some other misc warinigs

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16339 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoFixed logic error
Mattia Barbon [Wed, 31 Jul 2002 21:06:49 +0000 (21:06 +0000)] 
Fixed logic error

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16338 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoPatch [ 588837 ] Fixes comment style in gsocket.*
Mattia Barbon [Wed, 31 Jul 2002 20:44:31 +0000 (20:44 +0000)] 
Patch [ 588837 ] Fixes comment style in gsocket.*
C files should countain C-style commensts, not C++.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16337 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoRegenerated files.lst after addition of listbase.h
Mattia Barbon [Wed, 31 Jul 2002 20:40:46 +0000 (20:40 +0000)] 
Regenerated files.lst after addition of listbase.h

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16336 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoRefactored wxListBox code so that it correctly implements
Mattia Barbon [Wed, 31 Jul 2002 20:35:41 +0000 (20:35 +0000)] 
Refactored wxListBox code so that it correctly implements
wxControlWithItems, and removed some duplicated code.
Implemented wxCheckListBox using the same technique
as wxGTK.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16335 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoMy RPM spec now uses the --enable-rpath
Robin Dunn [Wed, 31 Jul 2002 02:51:51 +0000 (02:51 +0000)] 
My RPM spec now uses the --enable-rpath

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16334 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoAdded --enable-rpath=dir that will cause the -rpath linker commands to
Robin Dunn [Wed, 31 Jul 2002 02:50:40 +0000 (02:50 +0000)] 
Added --enable-rpath=dir that will cause the -rpath linker commands to
be output by wx-config --libs

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16333 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agofixed icons displaying in wxHtmlHelpFrame
Václav Slavík [Tue, 30 Jul 2002 22:01:13 +0000 (22:01 +0000)] 
fixed icons displaying in wxHtmlHelpFrame
(somebody obviously didn't bother to check his changes...)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16332 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoDue to my previous commit, calling wxWindow::Create( ... wxSize(-1,-1) was
Mattia Barbon [Tue, 30 Jul 2002 21:20:01 +0000 (21:20 +0000)] 
Due to my previous commit, calling wxWindow::Create( ... wxSize(-1,-1) was
causing a BadMatch error *trying to set width/height to 0).

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16331 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoAdded wx/listbase.h with wxListCtrl types, so we can
Julian Smart [Tue, 30 Jul 2002 19:04:18 +0000 (19:04 +0000)] 
Added wx/listbase.h with wxListCtrl types, so we can
have wxGenericListCtrl available on all platforms

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16330 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoMust include wx/listctrl.h unfortunately, for now
Julian Smart [Tue, 30 Jul 2002 16:14:12 +0000 (16:14 +0000)] 
Must include wx/listctrl.h unfortunately, for now

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16329 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoMore tweaks so wxGenericListCtrl only uses generic
Julian Smart [Tue, 30 Jul 2002 16:01:35 +0000 (16:01 +0000)] 
More tweaks so wxGenericListCtrl only uses generic
components

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16328 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoInstallation file
David Webster [Tue, 30 Jul 2002 15:38:19 +0000 (15:38 +0000)] 
Installation file

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16327 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775