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