Changelogs

Overview

These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2016-05-09 08:38:04

Changes per page:

25 50 100 250 500 1000 2000

Changelog for wxWidgets (70435 changes):

2004-12-12 11:55 VZ, revision 30953

disable gcc warning about class having private dtors and no friends (patch 1065318)

2004-12-12 11:53 VZ, revision 30952

large files support for wxFFile (patch 1077980 from Mike Wetherell)

2004-12-12 11:49 VZ, revision 30951

only handle WM_NULL in wxIdleWakeUpModule if it is being removed from queue (part of patch 1080770)

2004-12-12 11:47 VZ, revision 30950

use a linked list instead of array for saved messages to fix problems when Dispatch() is reentered (part of patch 1080770)

2004-12-12 11:44 VZ, revision 30949

stop processing pending events after processing all of them which had been in the queue when we started, not until there are none as this could result in an infinite loop (part of patch 1080770)

2004-12-12 11:21 VZ, revision 30948

fixed bug with lower-case colours in wxColourDatabase::AddColour() (patch 1074865)

2004-12-12 11:19 VZ, revision 30947

gravity for splitter window (patch 1046105)

2004-12-12 11:12 VZ, revision 30946

cross-reference types in the generated docs (patch 1038083)

2004-12-12 11:03 VZ, revision 30945

give an error message if we're built in Unicode mode (in response to bug 1079224)

2004-12-12 11:01 VZ, revision 30944

include <windows.h> in tests for multimon.h, ddraw.h and dshow.h as otherwise they don't risk to work (closes 1083808)

2004-12-12 10:33 VZ, revision 30943

removed extra class qualifier from inline method

2004-12-12 10:33 VZ, revision 30942

master setup.h for msvc users

2004-12-12 10:00 SC, revision 30941

10.4 header collision fix

2004-12-12 09:15 RN, revision 30940

fix wxTheApp include

2004-12-12 01:37 KH, revision 30939

Revert change to wording... it is correct to have "aN 1800-page" because the full wording is "an eighteen hundred-page," where the an is clearly correct (say it out loud and it is clear than you would not say "a eighteen hundred-page")

2004-12-12 00:09 VZ, revision 30938

don't look for notebooks beyond first top level parent in our hierarchy

2004-12-12 00:06 VZ, revision 30937

never return NULL_BRUSH from WM_CTLCOLOR handler, it doesn't do much for most controls and breaks background erase for a few (slider, static text, static bitmap, ...)

2004-12-11 23:35 VZ, revision 30936

use MSWAlwaysDrawBg() to fix the problem with black background; rewrote/cleaned up the positioning and window creation code

2004-12-11 23:35 VZ, revision 30935

helper class for implementing composite controls under MSW

2004-12-11 23:34 VZ, revision 30934

added MSWAlwaysDrawBg() to account for controls such as sliders which must not draw background with transparent brush no matter what

2004-12-11 23:32 VZ, revision 30933

added wxRectFromRECT()

2004-12-11 23:29 VZ, revision 30932

added and documented wxRect::Union(); also moved some methods inline

2004-12-11 21:54 RR, revision 30931

A bit of updating the changes.txt etc.

2004-12-11 21:52 RR, revision 30930

Backed-out PNG8 patch (no time to look at why it breaks other PNGs).

2004-12-11 21:33 RR, revision 30929

Whole bunch of minor doc updates from an external patch. Also documented combobox's EVT_TEXT_ENTER

2004-12-11 20:01 VZ, revision 30928

translate VK_OEM_PLUS to '=', not '+', because this is what the unmodified key is

2004-12-11 12:51 RR, revision 30927

Add SetFocusIgnoringChildren() to wxControlContainer. This makes corresponding hacks in wxListCtrl and wxTreeCtrl obsolete. With docs.

2004-12-10 16:20 ABX, revision 30926

Bug #1040683: Remove assert when deleting menu entry.

2004-12-10 12:01 ABX, revision 30925

wxFoldBar now also horizontal (with API methods renamed to mean length rather than height) and more with wxWidgets coding standards. Sample adjustement to changing orientation.

2004-12-10 11:24 JS, revision 30924

Workaround for memory bug when using wxRegConfig and calling SetPath.

2004-12-10 11:23 VZ, revision 30923

really implemented operator==(); reformatted a little

2004-12-10 07:28 ABX, revision 30922

Back to broken comparison until it is not fixed other way.

2004-12-10 01:53 DE, revision 30921

Wrap wxImage specifics in wxUSE_IMAGE and wxBitmap specifics in wxUSE_GUI. This allows the code to be used from wxBase with other image classes.

2004-12-09 19:39 VZ, revision 30920

compilation fix for wxUSE_DATAOBJ == 0

2004-12-09 15:27 JS, revision 30919

Combobox corrections

2004-12-09 15:16 JS, revision 30918

Added further 'missing' wxTextCtrl-like functions to wxComboBox

2004-12-09 15:10 RN, revision 30917

fixup {/'s with last commit merge pre tag change from wxWebSite

2004-12-09 14:59 JS, revision 30916

Spelling corrections

2004-12-09 14:16 JS, revision 30915

Small correction

2004-12-09 14:14 JS, revision 30914

Misc FAQ mods

2004-12-09 00:21 RD, revision 30913

reSWIGged

2004-12-09 00:21 RD, revision 30912

Use SetMinSize instead of SetSizeHints

2004-12-08 22:39 MBN, revision 30911

Moved tests for wxHashMap, wxHashSet and wxList from console sample and converted them to unit tests.

2004-12-08 22:39 MBN, revision 30910

Made wxHashSet compile again. Changed the return value for insert() t match the one of wxHashMap (and of std::set).

2004-12-08 22:33 MBN, revision 30909

Documented wxHashSet. Corrected documentation for wxHashMap::insert() mentioning the correct return value.

2004-12-08 22:29 RR, revision 30908

Applied patch for PNG8 alpha mask.

2004-12-08 22:13 MBN, revision 30907

Check for Pango XFT presence (for wxX11).

2004-12-08 22:08 RR, revision 30906

Corrected wxComboBox::GetValue() after a selection has changed. Added test for that to the "widgets" sample.

2004-12-08 21:51 RD, revision 30905

Use SetMinSize instead of SetSizeHints

2004-12-08 21:49 RD, revision 30904

Some tweaks for the wxMediaCtrl and enhaced the demo a bit

2004-12-08 20:36 RD, revision 30903

fix compilation error

2004-12-08 17:51 JS, revision 30902

Fixed spurious selection of combobox text during resize

2004-12-08 17:43 ABX, revision 30901

wxPaletteBase introduction. wxPalette::GetColoursCount() in interface of all platforms. wxColourMap definition centralized and 2.4 only. Source cleaning.

2004-12-08 17:17 ABX, revision 30900

Fix to FIXME: better nothing than broken comparison.

2004-12-08 17:15 ABX, revision 30899

Fixed bug with lack of return default style if Ok() fails.

2004-12-08 17:12 ABX, revision 30898

Warning fixes.

2004-12-08 17:00 ABX, revision 30897

wxApp decoration to changes list and missed new methods in wxApp section.

2004-12-08 08:36 JS, revision 30896

Script updates

2004-12-07 20:10 ABX, revision 30895

Fix to FIXME about using unused Get/SetOptimization.

2004-12-07 19:57 ABX, revision 30894

wxURI/wxURL links in changes list.

2004-12-07 19:49 ABX, revision 30893

Correct way of modyfing stc.cpp. Thanks Robin for quick guide :-)

2004-12-07 18:02 RD, revision 30892

reSWIGged

2004-12-07 18:00 RD, revision 30891

Added ImageFromDataWithAlpha ctor

2004-12-07 17:58 RD, revision 30890

wx.GridBagSizer stor needs call to _setOORInfo

2004-12-07 17:57 RD, revision 30889

Add wxTextEntryDialogStyle constant

2004-12-07 17:56 RD, revision 30888

Add flags parameter to wx.Process.Kill and wx.Kill

2004-12-07 17:54 RD, revision 30887

Ensure that PlatformInfo is reverse-renamed

2004-12-07 17:53 RD, revision 30886

made dates in comments consistent

2004-12-07 07:47 SC, revision 30885

fixing memory leak (reported by Ken Thomases)

2004-12-07 07:13 SC, revision 30884

fixing memory leak (reported by Ken Thomases)

2004-12-06 23:43 RR, revision 30883

Made sample compile after removal of wxPrintSetupDialog. Tweak makefile to work with GNOME printing.

2004-12-06 23:41 RR, revision 30882

Compilation.

2004-12-06 22:44 VS, revision 30881

fixed ShowFullScreen after somebody broke it by naively using gtk_show_fullscreen without checking if the WM supports it

2004-12-06 17:57 KH, revision 30880

wxHSCROLL works in GTK2, changed description to indicate no effect only on wxGTK1

2004-12-06 17:37 ABX, revision 30879

Fix to FIXME removal for dummies ;-)

2004-12-06 17:35 ABX, revision 30878

Warning fixes.

2004-12-06 17:32 ABX, revision 30877

ssize_t for wxFile, unsigned char markup for color components, whitespace source cleaning.

2004-12-06 17:22 ABX, revision 30876

Further decorations in changes chapter. Missed methods in their base location.

2004-12-06 16:29 JS, revision 30875

Added missing wxToggleButton files.

2004-12-06 15:48 ABX, revision 30874

Use Get*Box instead Get*Region if you are asking about position and size. And it is enough to have it in base class only.

2004-12-06 12:47 RR, revision 30873

Apply choice patch for proper handling of clearing wxChoice (it reported a selection value of 0)

2004-12-06 10:28 VS, revision 30872

fixed typos (patch 1079876)

2004-12-06 08:48 JS, revision 30871

Removed CF_NOSIMULATIONS flag to increase range of available fonts

2004-12-05 23:03 RR, revision 30870

Implemented run-time checks for the GTK version

2004-12-05 20:52 RN, revision 30869

Fix overflow warnings (?)

2004-12-05 20:30 RR, revision 30868

Moved the implemtation of the generic and the native GTK 2.4 file dialogs into one place by making wxFileDialog derive from the generic variant and by then choosing which implementation to use. Later, we'll add run-time checks.

2004-12-05 19:40 KH, revision 30867

Prevent GDK assertions when a window has a hidden (never shown) parent -- do not use wxRegionIterator over the parent if the parent is not mapped

2004-12-05 19:15 KH, revision 30866

Freeze/Thaw implementation

2004-12-05 19:15 KH, revision 30865

Freeze/Thaw patch missed a place where m_buffer should be used

2004-12-05 19:14 KH, revision 30864

Updating wording in Freeze to more accurately describe the situation under wxGTK where Freeze in a text control is most useful

2004-12-05 18:56 JS, revision 30863

Neither PocketPC nor SmartPhone have SHBrowseForFolder

2004-12-05 17:29 RR, revision 30862

Corrected patch.

2004-12-05 17:02 JS, revision 30861

Simplification

2004-12-05 16:56 RR, revision 30860

Invalidate the best size after adding an item to a wxChoice.

2004-12-05 16:30 RR, revision 30859

A little documentation about custom events as per the discussion on the mailing list.

2004-12-05 14:11 JS, revision 30858

Further Wince fixes

2004-12-05 14:01 JS, revision 30857

Moved GetDefaultAttributes outside wxUSE_RICHEDIT block

2004-12-05 13:36 JS, revision 30856

Unicode/WinCE corrections

2004-12-05 12:53 JS, revision 30855

Added flags argument to wxKill and wxProcess::Kill to allow it to kill child processes.

2004-12-04 18:40 RD, revision 30854

Use the 2.4 macro for exporting event types

2004-12-03 19:47 RD, revision 30853

export the event types

2004-12-03 19:22 VZ, revision 30852

update from herbert breunung

2004-12-03 17:31 ABX, revision 30851

wxGDIObject is used earlier now so additional #include is required for those without PCH.

2004-12-03 15:38 ABX, revision 30850

Fix to FIXME: better nothing than broken comparison.

2004-12-03 15:31 ABX, revision 30849

wxBrushBase between wxBrush and wxGDIObject (class follows wxFontBase model).

2004-12-02 23:17 RN, revision 30848

fix shared msw builds

2004-12-02 21:35 KH, revision 30847

Honor value of SetMaxLength, at least when typing (pasting still circumvents it). This is done by eating non-navigation/delete characters in OnChar.

2004-12-02 18:53 RN, revision 30846

hack around 10.2/10.3 bug with duplicate symbol

2004-12-02 16:16 JS, revision 30845

Spelling corrections

2004-12-02 16:14 JS, revision 30844

Crash fix under VC++

2004-12-02 12:04 JS, revision 30843

Fixed memory checking on Unix by removing inlines and apply patch by Mart Raudsepp

2004-12-02 12:03 JS, revision 30842

Use the right symbol

2004-12-02 09:42 JS, revision 30841

Fix compilo on Unix using src/iodbc which has no SQL_C_WCHAR

2004-12-02 00:02 RN, revision 30840

better name - add newline to end of file for dumber compilers

2004-12-01 23:58 RN, revision 30839

add wxStripExtension test

2004-12-01 23:55 RN, revision 30838

Correct mistakes in wxStripExtension - correct wxString::npos. Spurred by 1073642 filefn.cpp StripExtension(wxString &)

2004-12-01 22:00 RD, revision 30837

ensure that yesr is an integer

2004-12-01 21:35 RR, revision 30836

Added support for GNOME print in static builds also by adding the FORCE_LINK() statements.

2004-12-01 21:33 RR, revision 30835

Added support for static (inlined) wxImages with alpha channel.

2004-12-01 20:52 RR, revision 30834

Applied Freeze()/Thaw() patch for wxTextCtrtl.

2004-12-01 19:15 RR, revision 30833

Compilo

2004-12-01 18:44 RR, revision 30832

Applied font scaling patch (GetTextExtent()) to new printing code as well.

2004-12-01 18:33 RR, revision 30831

Applied patch to "correct" hashmap's freeing of memory.

2004-12-01 18:29 RR, revision 30830

Applied patch to correct EVT-CHAR

2004-12-01 14:46 JS, revision 30829

Include "wx/msw/msvcrt.h" for better leak reporting

2004-12-01 12:50 JS, revision 30828

Allow memcheck.cpp to be compiled without wxDebugContext (for e.g. testing using other leak checkers).

2004-12-01 08:53 ABX, revision 30827

Missing wxWindow member, manual decorations to pure text list of changes.

2004-12-01 04:28 KH, revision 30826

Create wxGtkTextApplyTagsFromAttr for common processing of text attributes from both wxGtkTextInsert and SetStyle (and any other place needed in the future) -- from Mart R.

2004-12-01 00:12 RD, revision 30825

reSWIGged

2004-12-01 00:06 RD, revision 30824

Little tweaks to match recent wxWidgets updates

2004-11-30 22:10 RD, revision 30823

In the wx.LogXXX function wrappers double all % characters so the log function won't try to do parameter substitutions.

2004-11-30 21:21 ABX, revision 30822

Fixed old FIXME about unsigned result of sunstraction + a few changes to be able to compile at the same time wxLongLongNative and wxLongLongWx for unit tests about the same functionality (define wxLONGLONG_TEST_MODE for the build if you want to test it.

2004-11-30 20:57 ABX, revision 30821

Duplicate include order from regex because it's well tested already and avoids the error in Unicode DMC build.

2004-11-30 18:52 ABX, revision 30820

Additional wx*_HATCH styles comment.

2004-11-30 18:46 ABX, revision 30819

IS_HATCH macro replaced with wxBrush::IsHatch() + source and docs little cleaning.

2004-11-30 18:13 KH, revision 30818

gtk_window_[un]fullscreen only available with GTK >= 2.2

2004-11-30 16:55 JS, revision 30817

Added missing newline for Windows debug output

2004-11-29 12:47 ABX, revision 30816

Not native long long fix.

2004-11-29 12:44 ABX, revision 30815

Include fix.

2004-11-28 22:57 RR, revision 30814

Remove linking to libgnomeprint since we load it at runtime now.

2004-11-28 22:55 RR, revision 30813

Made all of the GNOME print support based on wxDynamicLibrary.

2004-11-28 22:54 RR, revision 30812

Dirty hack to prevent double destruction of file dialog.

2004-11-28 19:38 SN, revision 30811

Separated MinGW and OS/2 specific tests for -DNO_GCC_PRAGMA since conditions are slightly different.

2004-11-28 18:42 SN, revision 30810

Reuse workaround for MinGW's problems with pragma interface/implementation and STL support on OS/2.

2004-11-28 18:39 SN, revision 30809

Added support for compiling with wxUSE_STL set to 1.

2004-11-28 17:55 RR, revision 30808

Start of run-time lookup of GNOME print libs.

2004-11-28 13:08 RR, revision 30807

Reverted changes that set m_widget to NULL in native GTK+ dialogs for now. The problem persists, that when quitting the native file dialog with ESC, the dialog will be destroyed twice.

2004-11-28 10:49 VS, revision 30806

fixed subtle SetDirectory bug re-introduced by latest changes (explained in comment in UpdateDialog); reintroduced UpdateDialog so that fixes like this are kept in single place and affect all ways of setting the patch

2004-11-28 09:41 VS, revision 30805

reverted, the problem is deeper than that

2004-11-28 09:33 VS, revision 30804

fixed to not duplicate code needlessly; clarified why gtk_file_chooser_set_current_name is called as it is

2004-11-27 23:25 RR, revision 30803

Make use of new Art. Add sections to the dir dialog as per the GTK 2.4 file dialog (Home, Desktop, "/").

2004-11-27 23:23 RR, revision 30802

Added new Art which GTK+ 2.4 defines and which we should use.

2004-11-27 23:21 RR, revision 30801

Avoid error message when closing message dialog with the X field from the WM.

2004-11-27 23:19 RR, revision 30800

Make wxTR_NO_LINES default under GTK2

2004-11-27 23:18 RR, revision 30799

Fixes for file dialog. No longer spits out GTK error messages.

2004-11-27 22:40 VS, revision 30798

renamed Render's argument to not obfuscate its meaning

2004-11-27 18:48 RR, revision 30797

A bit of confusion over what is RGB stands for blue...

2004-11-27 16:30 RR, revision 30796

Give native GTK+ look to wxGrid.

2004-11-27 13:08 VS, revision 30795

fixed wxHtmlContainerCell to not render off-screen cells

2004-11-27 12:50 RR, revision 30794

Added support for DrawEllipse and pen styles to GNOME printing. Added test.

2004-11-27 10:39 JS, revision 30793

Doc corrections

2004-11-26 16:43 VS, revision 30792

FreeBSD fix

2004-11-25 20:37 RN, revision 30791

patch 1073385

2004-11-25 18:08 VZ, revision 30790

added missing header needed at least by wxMotif under HP-UX

2004-11-25 18:05 ABX, revision 30789

wxUSE_GAUGE/PROGRESSDLG condition.

2004-11-25 17:56 VZ, revision 30788

removed cleanup module which was only used for working around bugs in memory debugging code which were fixed since

2004-11-25 17:48 ABX, revision 30787

Nicer and longer fading.

2004-11-25 17:42 SC, revision 30786

removed explicit IDs for scrollbars on mac

2004-11-25 17:00 ABX, revision 30785

wxProgressDialog needs progress bar.

2004-11-25 16:53 ABX, revision 30784

DMC conflicts with old SC.

2004-11-25 15:34 RN, revision 30783

fix non-standard c warnings - stab to fix overflow warnings

2004-11-25 14:53 VZ, revision 30782

added test for wxUSE_SCROLLBAR

2004-11-25 14:43 VZ, revision 30781

changed the code to be really sure that exactly one update event is sent when SetValue() is called

2004-11-25 11:40 VS, revision 30780

updated to generate ZIP files with DOS line endings

2004-11-25 08:32 VS, revision 30779

reverted Robert's over-optimisation, correct fix coming soon

2004-11-25 05:21 SC, revision 30778

const comparison operators

2004-11-24 23:33 VZ, revision 30777

removed [GS]etAuto3D() which don't exist any more since quite some time

2004-11-24 22:42 RN, revision 30776

replace apple extended code

2004-11-24 22:31 RN, revision 30775

data stream test for extended

2004-11-24 21:54 VZ, revision 30774

don't disable non top tabs if visual themes are not used

2004-11-24 21:51 VZ, revision 30773

removed msw.xp-tab-ok, in fact it is not needed as tabs never work correctly with visual theme enabled

2004-11-24 21:25 VZ, revision 30772

define inline stubs for methods even with wxUSE_SYSTEM_OPTIONS == 0 to make it possible to test for system options without #ifdefs

2004-11-24 21:24 RN, revision 30771

finish getting rid of background flicker (MCI backend)

2004-11-24 21:24 VZ, revision 30770

added (and documented) msw.xp-tab-ok option

2004-11-24 21:21 RN, revision 30769

reduce black background flicker a bit - there is still some left sometimes initially (MCI backend)

2004-11-24 20:28 RR, revision 30768

Changed the way invisble HTML cells are NOT drawn so that no clipping is required.

2004-11-24 20:10 RD, revision 30767

reSWIGged

2004-11-24 19:52 RD, revision 30766

reSWIGged

2004-11-24 19:49 RD, revision 30765

added overview text for wx.MediaCtrl demo, udpated CHANGES

2004-11-24 19:45 RD, revision 30764

Fixes for the stubbed version so it will compile

2004-11-24 19:34 RD, revision 30763

Added wrappers for wx.MediaCtrl

2004-11-24 19:27 RN, revision 30762

regen bakefiles - get rid of explicit size setting after ctor

2004-11-24 19:21 RD, revision 30761

Added wrappers for wx.MediaCtrl

2004-11-24 19:15 RD, revision 30760

added GetSelection for wxMSW.

2004-11-24 19:15 RN, revision 30759

prevent function hiding - move NextBackend into protected

2004-11-24 19:14 RD, revision 30758

docstrings

2004-11-24 19:10 RN, revision 30757

fix a loading bug - set size if movie is passed into ctor

2004-11-24 17:26 ABX, revision 30756

Distribute splash screen sample mpg.

2004-11-24 16:08 ABX, revision 30755

wxUSE_SLIDER=0 fixes.

2004-11-24 15:49 ABX, revision 30754

wxMediaCtrl in wxSplashScreen presentation.

2004-11-24 15:46 ABX, revision 30753
  • D /wxWidgets/trunk/samples/splash/press.mpg

Should be binary.

2004-11-24 15:43 ABX, revision 30752

wxMediaCtrl in wxSplashScreen presentation.

2004-11-24 15:03 RR, revision 30751

Applied patch to stop crashing the tree control when deleting a selected item. Also does something to the inplace edit control.

2004-11-24 14:51 RR, revision 30750

Applied patch to remoce surplus text update evevt.

2004-11-24 14:38 RR, revision 30749

Applied kill patch (proper return value testing).

2004-11-24 14:18 ABX, revision 30748

Expression simplifications for scaling and inflating.

2004-11-24 14:01 ABX, revision 30747

Let's really remove border.

2004-11-24 10:25 JJ, revision 30746

Committing in . OpenVMS changes Modified Files: wxWidgets/descrip.mms wxWidgets/setup.h_vms wxWidgets/src/common/descrip.mms wxWidgets/src/unix/descrip.mms ----------------------------------------------------------------------

2004-11-24 00:07 RD, revision 30745

More DLL build fixes for wxMediaCtrl

2004-11-23 21:01 VS, revision 30744

compilation fix

2004-11-23 20:08 ABX, revision 30743

Fixes for wxUSE_SPIN... == 0.

2004-11-23 19:58 ABX, revision 30742

Fix for assert after left click on tree in generic dir dialog in native MSW build. Source cleaning and readability fixes.

2004-11-23 18:43 RD, revision 30741

wxBookCtrl --> wxBookCtrlBase

2004-11-23 18:20 RD, revision 30740

wxPageSetupDialog no longer derives from wxDialog

2004-11-23 18:20 RD, revision 30739

wxBookCtrl --> wxBookCtrlBase

2004-11-23 18:19 RD, revision 30738

docstring

2004-11-23 17:40 ABX, revision 30737

Be in sync with wxW version.

2004-11-23 16:51 JS, revision 30736

Calculate better height for toolbar (add borders)

2004-11-23 16:22 DE, revision 30735

Seek calls take an offset which can validly be negative. Use >= LONG_MIN not 0

2004-11-23 15:00 VZ, revision 30734

regenerated

2004-11-23 14:56 RN, revision 30733

a stab at a dll fix for media lib

2004-11-23 14:54 CE, revision 30732

SF patch 1067466

2004-11-23 14:26 RN, revision 30731

[ 1070686 ] wxOutputStream::Close()

2004-11-23 13:49 RN, revision 30730

Lots and lots and lots of MSVC fixes for archive stuff, some stuff from patch 1071373

2004-11-23 12:53 DS, revision 30729

fixed #includes

2004-11-23 12:53 VZ, revision 30728

don't show the status bar after restoring normal view after full screen if it had been hidden all along (bug 1071354); code cleanup: removed unused variables, reduced #ifdefs

2004-11-23 12:46 RN, revision 30727

dll fixes for media lib

2004-11-23 12:29 VZ, revision 30726

update from Tsolakos Stavros

2004-11-23 12:02 ABX, revision 30725

wxCHB<->wxNB flags switch fix.

2004-11-23 11:51 ABX, revision 30724

wxBookCtrl->wxBookCtrlBase. wxBookCtrl is now most suitable book for given platform. Samples adjustement.

2004-11-23 11:45 ABX, revision 30723

wxBookCtrl->wxBookCtrlBase. wxBookCtrl is now most suitable book for given platform. Samples adjustement.

2004-11-23 09:54 JS, revision 30722

Changed GPL to wxWindows Licence

2004-11-23 08:46 VZ, revision 30721

rebaked after adding src/tiff/tif_color.c

2004-11-22 22:31 RD, revision 30720

Fixes for DemoCodeEditor for when there is no STC available.

2004-11-22 22:19 VZ, revision 30719

don't apply tab control background when using wxUniv, it renders background itself

2004-11-22 21:50 RR, revision 30718

Work in progress on printing stuff.

2004-11-22 21:07 JS, revision 30717

Added licence line

2004-11-22 21:02 JS, revision 30716

Added licence lines

2004-11-22 20:57 JS, revision 30715

Licence line

2004-11-22 20:50 JS, revision 30714
  • D /wxWidgets/branches/WX_2_4_BRANCH/utils/tex2rtf/tools/lacheck.1
  • D /wxWidgets/branches/WX_2_4_BRANCH/utils/tex2rtf/tools/lacheck.exe
  • D /wxWidgets/branches/WX_2_4_BRANCH/utils/tex2rtf/tools/lacheck.lex
  • D /wxWidgets/branches/WX_2_4_BRANCH/utils/tex2rtf/tools/lacheck.rea
  • D /wxWidgets/branches/WX_2_4_BRANCH/utils/tex2rtf/tools/lacheck.txt
  • D /wxWidgets/trunk/utils/tex2rtf/tools/lacheck.1
  • D /wxWidgets/trunk/utils/tex2rtf/tools/lacheck.exe
  • D /wxWidgets/trunk/utils/tex2rtf/tools/lacheck.lex
  • D /wxWidgets/trunk/utils/tex2rtf/tools/lacheck.rea
  • D /wxWidgets/trunk/utils/tex2rtf/tools/lacheck.txt

Licence for Lacheck unclear, so removing from CVS

2004-11-22 20:41 DE, revision 30713

Set m_minWidth, m_minHeight so that GetBestSize() works properly.

2004-11-22 20:40 JS, revision 30712

Added missing licence line

2004-11-22 20:28 JS, revision 30711

Licence correction

2004-11-22 20:24 JS, revision 30710

Licence fix

2004-11-22 20:22 JS, revision 30709

Fixed licence lines

2004-11-22 20:19 DE, revision 30708

Do not move the wxMDIParentFrame to (-10000,-10000) if it has a toolbar. NOTE: Ideally the toolbar would be moved internally to wxMac into its own floating frame and then the question of whether the parent frame should be hidden would be one of "does it not have controls OTHER than a toolbar?"

2004-11-22 20:19 JS, revision 30707

Added wxWidgets licence line accidentally omitted

2004-11-22 20:10 DE, revision 30706

Fix centering of top-level children of wxMDIParentFrame on Mac

2004-11-22 20:10 JS, revision 30705

Added wxWindows licence to match other files

2004-11-22 20:05 JS, revision 30704

Added accidentally omitted license to match source files

2004-11-22 19:57 JS, revision 30703
  • D /wxWidgets/branches/WX_2_4_BRANCH/utils/tex2rtf/docs/verbatim.sty
  • D /wxWidgets/trunk/utils/tex2rtf/docs/verbatim.sty

Doesn't conform to license conditions, so removing

2004-11-22 19:52 JS, revision 30702

Corrected copyright

2004-11-22 19:52 JS, revision 30701
  • D /wxWidgets/trunk/samples/mfc/makefile.dos
  • D /wxWidgets/trunk/samples/mfc/mfctest.def

Removed unnecessary files

2004-11-22 19:32 ABX, revision 30700

GCC fixes.

2004-11-22 18:04 JS, revision 30699

Replaced Rocketeer license with wxWindows license after reply from author

2004-11-22 17:48 ABX, revision 30698

GCC fixes.

2004-11-22 17:45 ABX, revision 30697

Warning fixes.

2004-11-22 17:37 VZ, revision 30696

(blind) fix for GTK2/Unicode crashes when copying text to the clipboard

2004-11-22 17:18 RN, revision 30695

guess to get initial font selection working on OSX 10.3

2004-11-22 16:37 KH, revision 30694

At least under GTK2, we do not need m_widget->window to be non-NULL in order to successfully change the background colour

2004-11-22 16:37 JS, revision 30693

Note about copy ctor

2004-11-22 16:22 VZ, revision 30692

compilation fix for USE_PCH == 0

2004-11-22 16:02 RN, revision 30691

delete-->delete[]

2004-11-22 15:55 JS, revision 30690

Changed Rocketeer licence to wxWindows licence, by authorisation of the copyright holder, Johnny C. Norris II

2004-11-22 15:12 ABX, revision 30689

Empty line at the end.

2004-11-22 12:36 ABX, revision 30688

Fix the assert of not reset highlighted menu item pointer.

2004-11-22 05:25 RN, revision 30687

PutChar doc

2004-11-22 05:05 RN, revision 30686

UNICODE-capatable UTF8 implementation of wxStringXXXStream

2004-11-22 05:00 RN, revision 30685

[ 1068188 ] Precompiled header for the test program [Modified a bit] Regen bakefiles for unit tests

2004-11-21 19:57 KH, revision 30684

The presence of the effects controls (i.e. color) should not depend on whether or not a color is present in the font data, but rather whether or not EnableEffects is true or false

2004-11-21 19:21 RN, revision 30683

Unicode logic fixes for AddEntries

2004-11-21 18:59 RN, revision 30682

Hack around MSVC 6 for forward declarators (from Mike W)

2004-11-21 18:26 RN, revision 30681

wxTextOutputStream::PutChar and text stream test

2004-11-21 17:44 RN, revision 30680

wxMemxxx --> wxTmemxxx, get rid of wxdocmpxxx impossible case

2004-11-21 17:11 RN, revision 30679

Remove silly include (from me I guess :))

2004-11-21 17:10 RN, revision 30678

MSVC 6 compilo fix

2004-11-21 12:21 VZ, revision 30677

fix for a crash with wxUSE_STL == 1: test for failed conversion in GetValue()

2004-11-21 00:51 RD, revision 30676

reSWIGged

2004-11-21 00:49 RD, revision 30675

Make the event ID used for wx.CallAfter be an attribute of the app so when and addition all wx.App objects are created a new ID will be generated.

2004-11-21 00:43 RD, revision 30674

Make the event ID used for wx.CallAfter be an attribute of the app so when and addition all wx.App objects are created a new ID will be generated.

2004-11-21 00:29 RD, revision 30673

reSWIGged

2004-11-20 23:11 RR, revision 30672

Huurrayy, the GNOME page setup dialog is broken in its native version. All the fuss for nothing.

2004-11-20 22:02 RD, revision 30671

Fix wxInputStream out typemap to allow SWIG to determine if thisown should be set or not.

2004-11-20 14:50 RR, revision 30670

Forgot to commit this one.

2004-11-20 14:46 RR, revision 30669

Made wxPageSetupDialog a pimpl implementation. Added a few clean-ups. Added native GNOME page setup dialog.

2004-11-20 11:13 VS, revision 30668
  • D /wxWidgets/trunk/src/common/unzip.h

unzip.h is no longer needed

2004-11-20 11:10 VS, revision 30667

don't use precompiled headers with dosyacc.c

2004-11-20 00:17 , revision 30666
  • A /wxWidgets/tags/LIBTIFF_3_6_1
  • D /wxWidgets/tags/LIBTIFF_3_6_1/.cvsignore
  • D /wxWidgets/tags/LIBTIFF_3_6_1/acinclude.m4
  • D /wxWidgets/tags/LIBTIFF_3_6_1/aclocal.m4
  • D /wxWidgets/tags/LIBTIFF_3_6_1/art
  • D /wxWidgets/tags/LIBTIFF_3_6_1/autoconf_inc.m4
  • D /wxWidgets/tags/LIBTIFF_3_6_1/autogen.sh
  • D /wxWidgets/tags/LIBTIFF_3_6_1/BuildCVS.txt
  • D /wxWidgets/tags/LIBTIFF_3_6_1/build
  • D /wxWidgets/tags/LIBTIFF_3_6_1/config.guess
  • D /wxWidgets/tags/LIBTIFF_3_6_1/config.sub
  • D /wxWidgets/tags/LIBTIFF_3_6_1/configure
  • D /wxWidgets/tags/LIBTIFF_3_6_1/configure.in
  • D /wxWidgets/tags/LIBTIFF_3_6_1/contrib
  • D /wxWidgets/tags/LIBTIFF_3_6_1/debian
  • D /wxWidgets/tags/LIBTIFF_3_6_1/demos
  • D /wxWidgets/tags/LIBTIFF_3_6_1/descrip.mms
  • D /wxWidgets/tags/LIBTIFF_3_6_1/difflast.pl
  • D /wxWidgets/tags/LIBTIFF_3_6_1/distrib
  • D /wxWidgets/tags/LIBTIFF_3_6_1/docs
  • D /wxWidgets/tags/LIBTIFF_3_6_1/include
  • D /wxWidgets/tags/LIBTIFF_3_6_1/install-sh
  • D /wxWidgets/tags/LIBTIFF_3_6_1/lib
  • D /wxWidgets/tags/LIBTIFF_3_6_1/locale
  • D /wxWidgets/tags/LIBTIFF_3_6_1/Makefile.in
  • D /wxWidgets/tags/LIBTIFF_3_6_1/make-deb
  • D /wxWidgets/tags/LIBTIFF_3_6_1/misc
  • D /wxWidgets/tags/LIBTIFF_3_6_1/mkinstalldirs
  • D /wxWidgets/tags/LIBTIFF_3_6_1/regen
  • D /wxWidgets/tags/LIBTIFF_3_6_1/samples
  • D /wxWidgets/tags/LIBTIFF_3_6_1/setup.h.in
  • D /wxWidgets/tags/LIBTIFF_3_6_1/setup.h_vms
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/.cvsignore
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/cocoa
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/common
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/cwcopysetup.bat
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/cwdcopysetup.bat
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/cygnus.bat
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/expat
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/generic
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/gtk
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/gtk1
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/html
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/iodbc
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/jpeg
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/mac
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/makeb32.env
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/makebcc.env
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/makefile.dos
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/makefile.va
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/makefile.vc
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/makeg95.env
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/makelib.b32
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/makelib.bcc
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/makelib.g95
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/makelib.sc
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/makelib.vc
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/makelib.wat
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/makemsc.env
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/makeprog.b32
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/makeprog.bcc
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/makeprog.g95
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/makeprog.msc
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/makeprog.sc
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/makeprog.sl
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/makeprog.va
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/makeprog.vc
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/makeprog.wat
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/makesc.env
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/makesl.env
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/maketwin.env
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/makeva.env
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/makevc.env
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/makewat.env
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/mgl
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/mingegcs.bat
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/mingw32.bat
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/motif
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/msw
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/ntwxwin.mak
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/os2
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/palmos
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/png
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/regex
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/stc
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/univ
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/unix
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/version.mak
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/Wxwindll.icc
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/wxJpeg.icc
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/wxPng.icc
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/wxTiff.icc
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/wxWin.icc
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/wxWindows.dsp
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/wxWindows.dsw
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/wxWindows.pbproj
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/wxWindows.xcode
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/wxWindowsClassicM8.xml
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/wxWindowsM7.mcp
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/wxWindowsM8.xml
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/wxWindowsW7.xml
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/wxwindowsM5.xml
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/wxXpm.icc
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/wxZlib.icc
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/x11
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/xml
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/xrc
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/zlib
  • D /wxWidgets/tags/LIBTIFF_3_6_1/tests
  • D /wxWidgets/tags/LIBTIFF_3_6_1/utils
  • D /wxWidgets/tags/LIBTIFF_3_6_1/version-script.in
  • D /wxWidgets/tags/LIBTIFF_3_6_1/wx-config-inplace.in
  • D /wxWidgets/tags/LIBTIFF_3_6_1/wx-config.in
  • D /wxWidgets/tags/LIBTIFF_3_6_1/wxBase.spec
  • D /wxWidgets/tags/LIBTIFF_3_6_1/wxGTK.spec
  • D /wxWidgets/tags/LIBTIFF_3_6_1/wxMGL.spec
  • D /wxWidgets/tags/LIBTIFF_3_6_1/wxMotif.spec
  • D /wxWidgets/tags/LIBTIFF_3_6_1/wxPython
  • D /wxWidgets/tags/LIBTIFF_3_6_1/wxWINE.spec
  • D /wxWidgets/tags/LIBTIFF_3_6_1/wxwin.m4
  • D /wxWidgets/tags/LIBTIFF_3_6_1/wxX11.spec

This commit was manufactured by cvs2svn to create tag 'LIBTIFF_3_6_1'.

2004-11-20 00:17 VZ, revision 30665

new files in libtiff 3.6.1

2004-11-20 00:00 RR, revision 30664

Use GTK+ calls for fullscreen mode. Fix bug with wrong tlw position after a sequence of hide/show.

2004-11-19 23:15 RR, revision 30663

Corrected positioning of rotated text.

2004-11-19 23:03 RD, revision 30662

reSWIGged

2004-11-19 22:59 RD, revision 30661

reSWIGged

2004-11-19 22:35 VZ, revision 30660

gave different accels to different radio items

2004-11-19 22:29 VZ, revision 30659

upgraded libtiff to 3.6.1 + security fixes (patch from Tim Kosse)

2004-11-19 22:15 RD, revision 30658

cleanup

2004-11-19 22:00 RD, revision 30657

Docstring fix for GetInstallPrefix/SetInstallPrefix

2004-11-19 21:52 VZ, revision 30656

last commit broke compilation for wxUSE_UXTHEME == 0; fixing

2004-11-19 20:51 VZ, revision 30655

removed unneeded wx/notebook.h include

2004-11-19 20:50 VZ, revision 30654

added another DoEraseBackground overload (no real changes)

2004-11-19 20:49 VZ, revision 30653

create BS_GROUPBOX transparent

2004-11-19 20:38 ABX, revision 30652

Sorting fixes to wxUniv wxCombo/ListBox [part of bug #1040593].

2004-11-19 20:37 VZ, revision 30651

don't draw themed background for standard controls; they do it themselves and so this only results in even more flicker

2004-11-19 20:36 VZ, revision 30650

always return solid background for listbox

2004-11-19 20:35 VZ, revision 30649

added MSWControlColorDisabled and MSWControlColorSolid

2004-11-19 20:18 VZ, revision 30648

added missing header for USE_PCH == 0

2004-11-19 20:06 RD, revision 30647

Remove py_objasdbl_conv typedef

2004-11-19 20:04 RD, revision 30646

wxHtmlHelpController doesn't derive from wxEvtHandler

2004-11-19 20:04 VZ, revision 30645

refresh widget after changing its colour

2004-11-19 20:03 RD, revision 30644

Added GetCurrentPage

2004-11-19 19:57 RD, revision 30643

Added ConvertColourToAlpha

2004-11-19 19:55 VZ, revision 30642

don't set background colour explicitely; no need to handle WM_ERASEBKGND ourselves now that it is done correctly at wxControl level

2004-11-19 19:53 VZ, revision 30641

refactored code to do brush adjustment for bg drawing in only one place

2004-11-19 19:40 VZ, revision 30640

replaced OnCtlColor(7 params) with MSWControlColor(1 param)

2004-11-19 19:28 RD, revision 30639

Added wxPyInputStream dtor. Use PyLong_FromLongLong iff needed for wxFileOffset

2004-11-19 19:23 RD, revision 30638

Use static method for AddCatalogLookupPathPrefix instead of global function

2004-11-19 19:20 RD, revision 30637

Give SendSizeEvent a generic implementation. It can be useful on non-MSW platforms as well.

2004-11-19 19:05 VZ, revision 30636

removed OnCtlColor()

2004-11-19 19:04 VZ, revision 30635

removed (unused) nCtlColor parameter of OnCtlColor()

2004-11-19 19:03 VZ, revision 30634

added tests for setting fg/bg colours

2004-11-19 18:57 VZ, revision 30633

added GetCurrentPage()

2004-11-19 18:37 VZ, revision 30632

removed (unused) nCtlColor parameter of OnCtlColor(); added MSWControlColor(); implemented it to use tab control background if applicable

2004-11-19 18:36 VZ, revision 30631

added support for drawing themed background: DoEraseBackground() and GetThemeBackgroundBrush()

2004-11-19 17:17 VZ, revision 30630

added GetIfActive() method returning non-NULL engine only if themes are not only available, but really use

2004-11-19 16:49 VZ, revision 30629

removed duplicated code

2004-11-19 16:47 VZ, revision 30628

added CompatibleBitmap wrapper class

2004-11-19 15:55 ABX, revision 30627

Do not make bitmap buttons with standard width (like in wxComboBox drop down button).

2004-11-19 07:46 RN, revision 30626

part of patch [ 649438 ] Bug fixes from Netscape/AOL

2004-11-19 07:16 RN, revision 30625

patch [ 762159 ] scroll sample auto-scroll test

2004-11-19 06:57 RN, revision 30624

Enable stl compilation with wxMac - unicode no work on 10.2 though. Modded patch 1051991.

2004-11-19 06:34 SC, revision 30623

apparently this code might be called with a CFSocket not yet constructed, guard against NULL

2004-11-19 00:30 VS, revision 30622

applied modified patch with native GTK wxFileDialog

2004-11-18 23:20 VZ, revision 30621

don't erase background in wxControl neither

2004-11-18 22:32 VZ, revision 30620

set background style to wxBG_STYLE_COLOUR in SetBackgroundColour()

2004-11-18 21:09 VS, revision 30619

fixed libgnomeprint check to fail if libgnomeprint is too old

2004-11-18 17:03 RN, revision 30618

[ 1067084 ] fs_zip.cpp assertion fix

2004-11-18 16:49 RN, revision 30617

fix compilo pointed out by OW

2004-11-18 16:35 RN, revision 30616

get rid of singleCustomColour - its not needed. Cleanup/optimize a bit more.

2004-11-18 16:24 RN, revision 30615

fix bug where color chosen by sliders wouldn't be registered. Optimized a bit.

2004-11-18 16:20 RN, revision 30614

fix dialogs sample to remember last color with generic color dialog

2004-11-18 15:26 RN, revision 30613

Add wxSizerFlags docs to wxSizer, wxSizerItem and wxSizer overview. Mention that wxSizerFlags is PRELIMINARY.

2004-11-18 14:58 RN, revision 30612

wxSizerFlags name fix, accessors only available to wxSizer (supposively :))

2004-11-18 14:52 RN, revision 30611

wxsizerflags docs

2004-11-18 14:45 RR, revision 30610

Added support for native print preview (GNOME)

2004-11-18 14:15 RN, revision 30609

moved verbose changes to manual

2004-11-18 14:15 RN, revision 30608

Add incompat and depre changes to manual

2004-11-18 14:14 RN, revision 30607

fix various latex errors

2004-11-18 14:07 RN, revision 30606

fix underscore errors

2004-11-18 14:04 RR, revision 30605

Implemented DoDrawRotatedText() by way of a rotation of a alpha blended text bitmap. It would be better if Pango could draw directly into an wxImage (as FreeType) can, but that is for later..

2004-11-18 14:01 RR, revision 30604

Added support for alpha channels in interpolated and non-interpolated image rotation. Added helper method for turning shades of grey into shades of alpha and a colour.

2004-11-18 13:16 ABX, revision 30603

3rd state in checkboxes for wxUniv [closes bug#1040585].

2004-11-18 10:30 VS, revision 30602

reverted DrawRotatedText change, it's broken

2004-11-18 10:02 JS, revision 30601

Null m_select_me when this item is deleted

2004-11-18 09:50 SC, revision 30600

avoid locale that always returns US-ASCII on wxMac

2004-11-18 08:36 RN, revision 30599

fix initial color

2004-11-18 08:14 ABX, revision 30598

Fixes for USE_GUI=0 to make pure wxBase makefiles possible. Nothing rebaked because GUI builds are not influenced (but makefiles minimally changed).

2004-11-18 01:28 RD, revision 30597

StandardPaths updates. Added a demo sample for StandardPaths. Made the Python install prefix be the default install prefix for StandardPaths.

2004-11-17 23:50 RD, revision 30596

Added wxBU_ALIGN_MASK

2004-11-17 21:57 RR, revision 30595

Start for Pango 1.6 based text rotation.

2004-11-17 21:56 RR, revision 30594

Added support for most print page/selection/copies etc. options in the native GNOME dialog. Added support for printing rotated text and alpha channel images.

2004-11-17 18:38 SC, revision 30593

added unix/stdpaths

2004-11-17 18:02 DE, revision 30592

Implement toolbar tool clicks. Get rid of wxNSActionCell stuff because Cells send their action from the view anyway so we'd have no way of knowing which tool was clicked.

2004-11-17 16:59 RR, revision 30591

Use native printing dialog for wxPrintDialog, not for setup only as before. It prints, but page selection etc. is still an idea

2004-11-17 16:36 ABX, revision 30590

Typecast before endian adjustements.

2004-11-17 16:13 ABX, revision 30589

Several casts due to assigning signed to unsigned or more to less bits of integral values.

2004-11-17 16:11 ABX, revision 30588

Typecast during compilation instead of class constructor call (OW warnig fix).

2004-11-17 15:16 SC, revision 30587

wxStat call preliminary fix

2004-11-17 15:14 SC, revision 30586

file name char set string conversions

2004-11-17 13:42 JS, revision 30585

Added IsTopLevel() check to last message loop in PreProcessMessage. This stops e.g. ESC being processed by a parent modal dialog if not processed by the child -> assert and lockup

2004-11-17 08:57 VZ, revision 30584

fixed static libs detection (shouldn't suppress stdout, just stderr)

2004-11-17 07:39 RN, revision 30583

who knows, maybe this will fix the 10.3 problems

2004-11-17 02:47 KH, revision 30582

Added archive.h to list of headers, put archive.cpp in alphabetical order, but did not rebake

2004-11-17 02:33 KH, revision 30581

Fix tree control focus issues on OS X (and possibly others) caused by toplevel.cpp not giving focus if children eat the LEFT_DOWN event... added event.Skip() on LeftDown() (whether an item is hit or not) after all dragging and moving conditions have been considered so that LEFT_DOWN events are never eaten by the tree preventing receiving focus

2004-11-16 21:01 RD, revision 30580

commented out dbg message

2004-11-16 20:49 JS, revision 30579

Wrapped two generated literals in _T

2004-11-16 20:48 JS, revision 30578

Doc tweaks

2004-11-16 20:08 SC, revision 30577

somehow commit did not work

2004-11-16 16:41 RN, revision 30576

missed commit files

2004-11-16 15:53 RN, revision 30575

makefile regen, include fix, duplicate file fix

2004-11-16 14:36 RN, revision 30574

cleanup OSX native font dialog stuff a bit (it should prob. be an option in configure

2004-11-16 14:19 RN, revision 30573

files for native font dialog on mac

2004-11-16 13:56 ABX, revision 30572

WinCE fix. IsEmpty() -> empty().

2004-11-16 13:54 ABX, revision 30571

WinCE correction.

2004-11-16 13:52 ABX, revision 30570

Warning fix.

2004-11-16 13:51 ABX, revision 30569

eVC3 media fix.

2004-11-16 13:49 ABX, revision 30568

Define wxMediaEvent before it is used. Make OnMediaFinish compatible to wxObjectEventFunction. Warning fix.

2004-11-16 12:09 VZ, revision 30567

attempts to suppress C4702 for VC

2004-11-16 12:07 VZ, revision 30566

added operator>>(wchar_t)

2004-11-16 12:06 VZ, revision 30565

small optimization for wxTextCtrl (forgot to commit with textctrl.cpp)

2004-11-16 12:00 VZ, revision 30564

made default background colour BTNFACE (so that panels don't have to erase their background explicitly); removed now unneeded SetBackgroundColour() in wxDialog which now has default bg colour and restored one in wxFrame which now has a non default one

2004-11-16 11:58 VS, revision 30563

fixed wxEncodingConverter-base wxCSConv to report failures as expected

2004-11-16 11:58 VS, revision 30562

modified wxEncodingConverter API to report failures

2004-11-16 11:56 VZ, revision 30561

suppress output of wx-config --static to fix problems introduced by wx-config rewrite

2004-11-16 11:30 VZ, revision 30560

removed unused variable to suppress warning (and put a TODO in place)

2004-11-16 06:04 SC, revision 30559

onsize event not needed anymore

2004-11-16 03:15 DE, revision 30558

Prevent crashes in wxFFile(Input|Output)Stream: Do not call Eof() or Error() without first checking IsOpened().

2004-11-15 20:51 DE, revision 30557

Use wxUint16 instead of WORD and wxUint8 instead of BYTE.

2004-11-15 20:25 SC, revision 30556

changed fonts on OSX to use OSX system fonts having the full Unicode Tables

2004-11-15 19:50 SC, revision 30555

adapted to current filelist

2004-11-15 19:29 SC, revision 30554

correcting include type

2004-11-15 19:20 VZ, revision 30553

set bg style to custom as we overwrite it anyhow

2004-11-15 19:17 VZ, revision 30552

fixed XP sash rendering to really do something (using REBAR style didn't work but it was hidden because background was erased anyhow)

2004-11-15 19:15 VZ, revision 30551

don't draw background at all if bg style is custom

2004-11-15 18:22 VZ, revision 30550

removed unnecessary (now that we leave Windows paint background itself) SetBackgroundColour() calls

2004-11-15 18:10 VZ, revision 30549

restored OnEraseBackground(), we do need it but only for the cases when the window has a non default background colour

2004-11-15 17:58 ABX, revision 30548

wxDC::DrawLabel documented.

2004-11-15 17:57 ABX, revision 30547

Order fix.

2004-11-15 17:40 ABX, revision 30546

Warning fixes.

2004-11-15 17:38 ABX, revision 30545

wxUniv actualization.

2004-11-15 17:33 ABX, revision 30544

Vertical tabs orientation in gtk renderer of wxUniv.

2004-11-15 17:11 JS, revision 30543

RC parse fixes from Michael Shamgar

2004-11-15 14:44 VZ, revision 30542

added \deprecated command

2004-11-15 14:43 VZ, revision 30541

don't always erase the background ourselves as this is incompatible with XP themed appearance (replaces patch 1046164)

2004-11-15 13:46 VZ, revision 30540

fixed va_copy test

2004-11-15 11:25 ABX, revision 30539

Partial fix to bug #1040607: support for vertical orientation in win32 renderer of wxUniv notebook.

2004-11-15 11:15 VS, revision 30538

fixed to work with themes that redefine icons (e.g. Fedora's Bluecurve)

2004-11-15 09:07 VS, revision 30537

updated to be in sync with wxwin.py code

2004-11-15 07:44 RN, revision 30536

fix buglet wxKeyEvent->wxMouseEvent

2004-11-15 07:20 RN, revision 30535

fix technical accuracy of statement

2004-11-15 07:18 RN, revision 30534

WXUNUSED warning fixes - unicode compilo fix

2004-11-15 07:08 ABX, revision 30533

Wise path to generic dialogs sources.

2004-11-15 06:59 RN, revision 30532

fix for [ 1066432 ] wxTextOutputStream: endl doesn't work

2004-11-15 06:23 ABX, revision 30531

wxUniv use wxBU flags [bug #1040584]

2004-11-14 23:43 RN, revision 30530

generate mediaplayer sample in configure

2004-11-14 23:34 VS, revision 30529

compilation fix

2004-11-14 23:33 RN, revision 30528

doc for mediaplayer sample

2004-11-14 23:26 RN, revision 30527

Massive reworking of wxMediaCtrl code - backend everything, search for backends via RTTI lookup, and more

2004-11-14 23:13 RN, revision 30526

doc update for wxMediaCtrl

2004-11-14 23:03 VS, revision 30525

fixed rendering of bitmaps with alpha channel under GTK+ 2.0

2004-11-14 21:53 VS, revision 30524

added system colours and fonts support to XRC (based on patch #1038207)

2004-11-14 21:52 RR, revision 30523

The wxGNOME whitepaper-to-be.

2004-11-14 16:56 RN, revision 30522

spelling/grammer (lol) :)

2004-11-14 10:52 VS, revision 30521

made wxMBConv_iconv MT-safe

2004-11-14 06:53 DE, revision 30520

Rebaked and autoconfiscated.

2004-11-14 06:51 DE, revision 30519

Moved some OS X only files into MAC_OSX_SRC from MAC_SRC.

2004-11-14 06:47 DE, revision 30518

Added Mac OS support.

2004-11-14 05:02 DE, revision 30517

Reran aclocal using bakefile.m4 from Bakefile CVS HEAD. This adds support for MacOS and BeOS and includes some other fixes.

2004-11-13 03:24 RD, revision 30516

reSWIGged

2004-11-13 03:01 RD, revision 30515

reSWIGged

2004-11-13 03:00 RD, revision 30514

the python2 check is gone, take out the use of the flag too

2004-11-13 02:55 RD, revision 30513

bump subrelease

2004-11-13 02:40 RD, revision 30512

reSWIGged

2004-11-13 02:30 RD, revision 30511

* wxPrintDialog no longer derives from wxDialog. * Add wxRTTI info for wxPyPrintout * wxPrintFactory probably doesn't need to be exposed

2004-11-13 02:26 RD, revision 30510

Fix for uninitialized pointer access from wxPrintData's copy ctor

2004-11-13 02:24 RD, revision 30509

The assumption that if SIZEOF_INT is defined then SIZEOF_SIZE_T is too is not always true.

2004-11-12 21:44 VS, revision 30508

more wxPostEvent MT fixes

2004-11-12 21:43 VS, revision 30507

removed unused static variable

2004-11-12 21:21 DE, revision 30506

Moved wxStandardPathsCF into base library when using CarbonLib or Darwin. Make wxStandardPathsBase::Get() return a wxStandardPathsBase reference. Implement it using wxAppTraits::GetStandardPaths() which is overridden by wxMac and wxCocoa GUI libraries to return a reference to a wxStandardPathsCF.

2004-11-12 20:38 RD, revision 30505

typo

2004-11-12 20:34 RD, revision 30504

Compilation fix

2004-11-12 18:12 RD, revision 30503

Reset LC_NUMERIC to "C" for Python < 2.4. This fixes Python's float parser.

2004-11-12 15:48 DE, revision 30502

Fix build on platforms without any real source in the new media library.

2004-11-12 15:28 JS, revision 30501

Notebook page bitmaps now supported.

2004-11-12 14:36 ABX, revision 30500

Warning fixes.

2004-11-12 14:26 ABX, revision 30499

MinGW fix.

2004-11-12 14:23 ABX, revision 30498

Warning fixes.

2004-11-12 14:15 ABX, revision 30497

Warning fixes.

2004-11-12 14:08 ABX, revision 30496

Warning fixes.

2004-11-12 14:05 RN, revision 30495

fix for when zlib is not compiled in

2004-11-12 13:09 RN, revision 30494

media proj

2004-11-12 13:09 RL, revision 30493

Tagged DEBIAN_2_5_3_2 for release testing. Bumped subversion to 2.5.3.3

2004-11-12 13:03 RN, revision 30492

don't include strmiids.lib as its not needed by default anymore

2004-11-12 12:37 ABX, revision 30491

dwCallback if DWORD.

2004-11-12 11:39 , revision 30490
  • A /wxWidgets/tags/DEBIAN_2_5_3_2
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/configure
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/configure.in
  • D /wxWidgets/tags/DEBIAN_2_5_3_2/contrib/build/animate/animate_animatedll.dsp
  • D /wxWidgets/tags/DEBIAN_2_5_3_2/contrib/build/animate/animate_animatelib.dsp
  • D /wxWidgets/tags/DEBIAN_2_5_3_2/contrib/build/fl/fl_fldll.dsp
  • D /wxWidgets/tags/DEBIAN_2_5_3_2/contrib/build/fl/fl_fllib.dsp
  • D /wxWidgets/tags/DEBIAN_2_5_3_2/contrib/build/net/netutils.dsp
  • D /wxWidgets/tags/DEBIAN_2_5_3_2/contrib/build/ogl/ogl_ogldll.dsp
  • D /wxWidgets/tags/DEBIAN_2_5_3_2/contrib/build/ogl/ogl_ogllib.dsp
  • D /wxWidgets/tags/DEBIAN_2_5_3_2/contrib/build/stc/stc_stcdll.dsp
  • D /wxWidgets/tags/DEBIAN_2_5_3_2/contrib/build/stc/stc_stclib.dsp
  • D /wxWidgets/tags/DEBIAN_2_5_3_2/contrib/build/svg/svg_svgdll.dsp
  • D /wxWidgets/tags/DEBIAN_2_5_3_2/contrib/build/svg/svg_svglib.dsp
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/debian
  • D /wxWidgets/tags/DEBIAN_2_5_3_2/demos/dbbrowse/makefile.gtk
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/lib/dummy
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/misc/afm
  • A /wxWidgets/tags/DEBIAN_2_5_3_2/misc/afm/.cvsignore
  • A /wxWidgets/tags/DEBIAN_2_5_3_2/misc/afm/Zapf.afm
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/samples/grid/bitmap1.bmp
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/samples/grid/bitmap2.bmp
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/samples/internat/internat.def
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/samples/internat/internat.rc
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/samples/internat/makefile.vms
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/samples/internat/mondrian.ico
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/samples/layout/expt.cpp
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/samples/layout/fload.xbm
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/samples/layout/layout.def
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/samples/layout/makefile.vms
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/samples/mdi/chart.ico
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/samples/mdi/makefile.vms
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/samples/mdi/mdi.def
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/samples/mdi/mdi.ico
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/samples/mdi/mondrian.ico
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/samples/png/pngdemo.rc
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/samples/printing/fload.xbm
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/samples/printing/printing.def
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/samples/splitter/mondrian.ico
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/samples/tab/mondrian.ico
  • D /wxWidgets/tags/DEBIAN_2_5_3_2/samples/treectrl/treetest.dsp
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/common/glob.inc
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/expat
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/expat/configure
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/expat/configure.in
  • A /wxWidgets/tags/DEBIAN_2_5_3_2/src/expat/expat.dsp
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/expat/lib/expat.h
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/expat/lib/internal.h
  • A /wxWidgets/tags/DEBIAN_2_5_3_2/src/expat/lib/macconfig.h
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/expat/lib/winconfig.h
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/expat/lib/xmlparse.c
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/expat/lib/xmlrole.c
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/expat/lib/xmltok.c
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/gtk/bdiag.xbm
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/gtk/cdiag.xbm
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/gtk/cross.xbm
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/gtk/fdiag.xbm
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/gtk/horiz.xbm
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/gtk/verti.xbm
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/gtk1/bdiag.xbm
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/gtk1/cdiag.xbm
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/gtk1/cross.xbm
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/gtk1/fdiag.xbm
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/gtk1/horiz.xbm
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/gtk1/verti.xbm
  • D /wxWidgets/tags/DEBIAN_2_5_3_2/src/html/htmlfilter.cpp
  • D /wxWidgets/tags/DEBIAN_2_5_3_2/src/html/htmlhelp.cpp
  • D /wxWidgets/tags/DEBIAN_2_5_3_2/src/html/search.cpp
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/png
  • A /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/.cvsignore
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/ANNOUNCE
  • A /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/ansi2knr.1
  • A /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/ansi2knr.c
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/CHANGES
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/configure
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/example.c
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/INSTALL
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/KNOWNBUG
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/LICENSE
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/libpng.3
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/libpng.txt
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/libpngpf.3
  • A /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/MAKEFILE.VA
  • A /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/makefile.dos
  • A /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/makefile.sc
  • A /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/makefile.unx
  • A /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/makefile.vc
  • A /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/makefile.wat
  • A /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/makemac6.mcp
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/png.5
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/png.c
  • A /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/png.dsp
  • A /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/png.dsw
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/png.h
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/pngasmrd.h
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/pngconf.h
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/pngerror.c
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/pnggccrd.c
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/pngget.c
  • A /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/pngM5.xml
  • A /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/pngM7.mcp
  • A /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/pngM8.xml
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/pngmem.c
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/pngpread.c
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/pngread.c
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/pngrio.c
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/pngrtran.c
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/pngrutil.c
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/pngset.c
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/pngtest.c
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/pngtrans.c
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/pngvcrd.c
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/pngwio.c
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/pngwrite.c
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/pngwtran.c
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/pngwutil.c
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/projects/beos
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/projects/beos/x86-shared.txt
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/projects/beos/x86-static.txt
  • D /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/projects/borland
  • D /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/projects/msvc
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/README
  • D /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/scripts/makefile.bd32
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/scripts/makefile.sgi
  • D /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/scripts/pngdef.pas
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/TODO
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/Y2KINFO
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/regex/regfronts.c
  • D /wxWidgets/tags/DEBIAN_2_5_3_2/src/unix/net.cpp
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/zlib/algorithm.txt
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/zlib/crc32.h
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/zlib/FAQ
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/zlib/INDEX
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/zlib/inflate.h
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/zlib/README
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/zlib/trees.h
  • D /wxWidgets/tags/DEBIAN_2_5_3_2/utils/HelpGen/helpgen.dsp
  • D /wxWidgets/tags/DEBIAN_2_5_3_2/utils/HelpGen/makefile.bcc
  • D /wxWidgets/tags/DEBIAN_2_5_3_2/utils/HelpGen/makefile.gcc
  • D /wxWidgets/tags/DEBIAN_2_5_3_2/utils/HelpGen/makefile.vc
  • D /wxWidgets/tags/DEBIAN_2_5_3_2/utils/HelpGen/makefile.wat
  • D /wxWidgets/tags/DEBIAN_2_5_3_2/utils/wxprop

This commit was manufactured by cvs2svn to create tag 'DEBIAN_2_5_3_2'.

2004-11-12 11:39 RL, revision 30489

Bump WX_CURRENT back to 3, this must stay the same as wx_release_number until bakefile is fixed to unlink the the soversion from it. Ideally of course it should track binary incompatible releases instead. Update the Debian scripts to suit the new site-packages location for wxPython.

2004-11-12 10:23 RN, revision 30488

fix hiding the other (mac) one

2004-11-12 10:13 ABX, revision 30487

Fix hiding wxMediaEvent::Clone().

2004-11-12 10:05 RN, revision 30486

explanation of getdefaultattributes

2004-11-12 09:53 RN, revision 30485

spelling

2004-11-12 06:52 RL, revision 30484

wxUSE_POSTSCRIPT is not a sufficient test by itself for wxPostScriptPrintNative data. This is probably still not 100% correct but at least msw builds again for mingw now. Fixed bogus eof (and removed junk whitespace) from mediactl.

2004-11-12 06:35 RN, revision 30483

mingw evidently doesn't have digitalv.h according to mmedia sources - post a workaround

2004-11-12 06:29 RN, revision 30482

workaround to call directshow drivers without actually using directshow

2004-11-12 05:50 RL, revision 30481

Move stdpath into base on msw as well.

2004-11-12 03:30 RL, revision 30480

Cruft cleanup from MJW, strip the tabs out of sound.cpp

2004-11-12 03:06 RL, revision 30479

Patch from MJW for ssize_t

2004-11-12 01:16 RD, revision 30478

Not sure how you can print audio, so I expect that this was a typo. ;-)

2004-11-11 23:30 DE, revision 30477

Removed the rest of the include. Thanks Robin.

2004-11-11 21:33 RD, revision 30476

Removed the "include/" from the corefoundation headers in files.bkl so they will actually get installed. I expect that the other "include/" prefixes need to be removed too but I left them in case I am wrong.

2004-11-11 20:58 RD, revision 30475

Fixed typo

2004-11-11 19:10 VZ, revision 30474

fixes to ZIP/archive patch (patch 1064426); should fix the docs build

2004-11-11 19:08 VZ, revision 30473

ensure that g_timerMap is always initialized before it is used (patch 1060619, bug 1060591)

2004-11-11 19:01 VZ, revision 30472

fix reading beyond the end of the string if the last string character is a backslash (patch 1059846; bug 1059848)

2004-11-11 18:59 VZ, revision 30471

removed 2.0 compatibility stuff (patch 1054261)

2004-11-11 15:59 RN, revision 30470

add directshow define

2004-11-11 15:26 RN, revision 30469

turn off directshow by default for lib dependancy

2004-11-11 15:20 RN, revision 30468

mci can't play video on win2k - disable for now

2004-11-11 15:18 RN, revision 30467

tweak stopping - nicen up sample some more

2004-11-11 15:17 RN, revision 30466

fixup

2004-11-11 14:43 RN, revision 30465

correctly generate wxUSE_MEDIACTRL define

2004-11-11 14:14 RN, revision 30464

clean up

2004-11-11 14:06 RN, revision 30463

mci backend for wxMediaCtrl. Better workaround for refresh issue and sizers

2004-11-11 11:08 VZ, revision 30462
  • D /wxWidgets/trunk/src/common/unzip.c

file not needed any longer after ZIP r/w patch

2004-11-11 09:56 RN, revision 30461

comment/explain a lot

2004-11-11 09:32 RN, revision 30460

1) fix border styles in wxMediaCtrl, 2) regenerate wx and mediaplayer samples bakefiles, 3) add sample makefiles

2004-11-11 08:58 RL, revision 30459

gcc < 3.4 warns about friendless private dtors.

2004-11-11 08:30 RN, revision 30458

fix unsigned/signed warnings

2004-11-11 08:29 RN, revision 30457

fix some comp errors on DMC

2004-11-11 08:06 RN, revision 30456

get rid of error

2004-11-11 08:02 RN, revision 30455

more setup changes

2004-11-11 07:26 RL, revision 30454

Remove a(nother) guaranteed build failure until what is it testing for actually exists..