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):

2006-08-20 12:14 VZ, revision 40706

create status bar to see wxLogStatus messages

2006-08-20 11:04 VZ, revision 40705

removed unneeded cast to wxWindowDC in DrawItemSelectionRect()

2006-08-20 10:54 VZ, revision 40704

connect the affirmative/cancel button handlers to new ids, not old ones

2006-08-20 10:52 VZ, revision 40703

set wxID_CLOSE as affirmative id, not cancel id, this makes more sense for this dialog even if the effect is the same

2006-08-20 10:39 VZ, revision 40702

map Esc to GetAffirmativeId() instead of hardcoded wxID_OK when escape id is wxID_ANY

2006-08-20 10:38 VZ, revision 40701

updates for wxDialog affirmative/escape id buttons handling changes

2006-08-20 10:30 VZ, revision 40700

handle the buttons with ids specified in SetAffirmative/CancelId() as Ok/Cancel

2006-08-20 09:44 MBN, revision 40699

Allow building when WXINTL_NO_GETTEXT_MACRO is defined.

2006-08-20 05:09 RD, revision 40698

Updates from Eli

2006-08-20 04:55 AVV, revision 40697

Fair enough warning on proxy negociation timeout

2006-08-20 04:49 RD, revision 40696

Change Miki's email address

2006-08-20 04:46 RD, revision 40695

Add dtor for wxCalendarDateAttr

2006-08-20 04:24 AVV, revision 40694

Document wxSocketClient::SetProxy and wxSocketClient::GetProxyError

2006-08-20 04:20 RD, revision 40693

Various updates

2006-08-20 04:19 RD, revision 40692

Add ImageFromBuffer

2006-08-19 23:21 VZ, revision 40691

don't use deprecated wxStripMenuCodes overload

2006-08-19 23:19 VZ, revision 40690

don't use the hack with handling wxID_CLOSE button events in wxDialog::OnCancel(); simply map Esc to wxID_CLOSE instead

2006-08-19 23:17 VZ, revision 40689

tidy up configure output, don't show gnomeprint/vfs/hildon for non-GTK ports

2006-08-19 23:04 VZ, revision 40688

don't call base class OnOk() directly, use EndDialog() instead

2006-08-19 22:56 VZ, revision 40687

moved all wxDialog event handlers to wxDialogBase to avoid code duplication (sixplication?) among ports; as a side effect added public wxDialog methods to wxDialogBase as well and moved EndDialog() (previously implemented by wxMSW, wxMotif, wxMac and wxCocoa but not the other ports) to wxDialogBase too

2006-08-19 22:36 VZ, revision 40686

centralized Esc key handling for closing the dialogs in wxDialogBase: 1. added wxDialogBase::OnCharHook() and removed this event handler from all the other ports 2. also removed ad hoc code doing the same thing in wxMSW (MSWProcessMessage() override in wxDialog) and wxGTK (in gtk_window_key_press_callback()) 3. reimplemented EmulateButtonClickIfPresent() portably and also moved it to wxDialogBase from wxMSW wxDialog

2006-08-19 22:21 PC, revision 40685

use wxChar* instead of wxString for string constants, cuts object size by ~1200 bytes

2006-08-19 22:17 VZ, revision 40684

compilation fix after wxPlatformInfo patch: use wxOS_WINDOWS_CE instead of wxWinPocketPC

2006-08-19 21:48 VZ, revision 40683

removed #ifdef wxTopLevelWindowNative -- it's now defined for all ports

2006-08-19 21:30 PC, revision 40682

simplify coordinate transformation code

2006-08-19 21:28 PC, revision 40681

configure test for round

2006-08-19 21:16 RD, revision 40680

Patch #1540143 Add optional labelwidths to filebrowsebutton

2006-08-19 19:22 RD, revision 40679

Use global font and pen to reduce GDI objects created. Patch #1540457

2006-08-19 16:29 AVV, revision 40678

Set proxy error to -1 if there was any non-proxy-related network error

2006-08-19 16:23 AVV, revision 40677

Add proxy error retrieval

2006-08-19 16:14 AVV, revision 40676

Add proxy error retrieval

2006-08-19 15:54 AVV, revision 40675

HTTP proxy implementation

2006-08-19 14:43 AVV, revision 40674

Small fix to auth types info

2006-08-19 14:28 AVV, revision 40673

commiting SOCKS5 code to test endianness

2006-08-19 14:17 VZ, revision 40672

update the item width when making it bold, otherwise the selection highlight was too small after an item was made bold (and too big after it was reset to normal)

2006-08-19 12:27 AVV, revision 40671

Better endiannes handling

2006-08-19 12:10 AVV, revision 40670

SOCKS4a endianness fix

2006-08-19 12:02 AVV, revision 40669

Commiting the SOCKS4/4a proxy code to be tested on big endian arch

2006-08-19 11:00 AVV, revision 40668

Fix for duplicated lost events (ooops)

2006-08-19 10:53 VZ, revision 40667

refactoring/simplification of code dealing with scrollbars and their events

2006-08-19 10:05 VZ, revision 40666

ScrollLines() didn't use correct step_increment, so e.g. wxTextCtrl scrolled in tiny steps instead of by lines

2006-08-19 08:45 JS, revision 40665

Shouldn't need to repeat the extern

2006-08-19 08:44 JS, revision 40664

Compile fixes

2006-08-19 08:40 JS, revision 40663

Added missing include

2006-08-18 20:56 JS, revision 40662

wxFileName size patch

2006-08-18 17:50 MW, revision 40661

Missing exports.

2006-08-18 17:06 PC, revision 40660

code simplification and cleanup

2006-08-18 15:30 JS, revision 40659

Applied patch [ 1531615 ] size support for wxFileName

2006-08-18 15:27 JS, revision 40658

Corrected VC++ compilo (not yet tested)

2006-08-18 08:05 CE, revision 40657

add #if wxUSE_AUI to get VC6 with no wxUSE_AUI to compile

2006-08-17 22:57 MW, revision 40656

Crash fix from Tim Kosse.

2006-08-17 18:48 PC, revision 40655

remove Win32S-specific code

2006-08-17 16:08 VS, revision 40654

avoid calling wxSystemSettings::GetMetric() from wxIconBundle::GetIcon() unless the returned value is really needed to choose from >1 icons

2006-08-17 03:02 PC, revision 40653

build fixes

2006-08-16 20:35 MW, revision 40652

Regereate after updating the m4 macros.

2006-08-16 19:58 , revision 40651

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

2006-08-16 19:56 MW, revision 40649

Bring through upstream version tagged SDL_1_2_11.

2006-08-16 19:54 , revision 40648

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

2006-08-16 19:54 MW, revision 40647

Import sdl.m4 from SDL v1.2.11

2006-08-16 19:51 MW, revision 40646

Bring through upstream version tagged PKGCONF_0_20.

2006-08-16 19:42 , revision 40645

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

2006-08-16 19:42 MW, revision 40644

Import pkg.m4 from pkg-config 0.20

2006-08-16 19:39 , revision 40643

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

2006-08-16 19:34 , revision 40641

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

2006-08-16 19:34 MW, revision 40640

Import gtk.m4 from gtk+ 1.2.10.

2006-08-16 19:31 MW, revision 40639

Allow unknown generic unix systems.

2006-08-16 19:25 , revision 40638

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

2006-08-16 19:25 MW, revision 40637

Import bakefile-lang.m4 and bakefile.m4 from bakefile SVN 2006-08-10.

2006-08-16 19:21 MW, revision 40636

Display 'no' when the test fails and correct quoting.

2006-08-16 19:15 , revision 40635

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

2006-08-16 19:15 MW, revision 40634

Import cppunit.m4 from cppunit 1.10.2.

2006-08-16 19:06 MW, revision 40633

Bring upstream version tagged ACARC_2006_07_16 through from vendor branch.

2006-08-16 18:55 , revision 40632

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

2006-08-16 17:18 VS, revision 40630

wxPlatformInfo::IsUsingUniversalWidgets() was broken by design, it couldn't work in wxBase shared by 2+ wxCores; fixed by making it non-static and moving its implementation back to wxAppTraits (where its equivalent used to be) and making small API changes implied by that

2006-08-16 16:27 PC, revision 40629

revert last change

2006-08-16 16:17 VS, revision 40628

fixed syntax errors (incorrect use of _)

2006-08-16 15:42 VS, revision 40627

documented wxAppTraits::GetPlatformInfo doesn't exist, removed

2006-08-16 14:53 VS, revision 40626

moved IMPLEMENT_DYNAMIC_CLASS(wxGDIObject,wxObject) line to gdicmn.cpp so that we don't have to have several identical gdiobj.cpp files containing only it

2006-08-16 12:21 MW, revision 40625

Declarations missing from VC++ 5

2006-08-16 12:17 MW, revision 40624

Avoid warnings from VC++ 5.0

2006-08-16 10:31 VS, revision 40623

warning fix for !wxUSE_FONTMAP

2006-08-16 09:01 SN, revision 40622

Build fix.

2006-08-16 06:50 PC, revision 40621

(blind) build fix

2006-08-15 18:02 VZ, revision 40620

Intel compilation fix (patch 1540790)

2006-08-15 18:00 CE, revision 40619

Borland compiler does not like a variable called except

2006-08-15 16:35 PC, revision 40618

build fix: don't use compatibility names in wx code

2006-08-15 13:10 VZ, revision 40617
  • D /wxWidgets/trunk/docs/gtk/makewxgtk
  • D /wxWidgets/trunk/docs/mac/makewxmac
  • D /wxWidgets/trunk/docs/motif/makewxmotif
  • D /wxWidgets/trunk/docs/x11/makewxx11

removed obsolete build files which are likely to confuse more than help people now

2006-08-15 13:02 VZ, revision 40616

clarify LeftIsDown() description

2006-08-15 12:59 VZ, revision 40615

resolve IsWow64Process() dynamically; don't rely on its declaration being present in the headers

2006-08-15 08:32 AVV, revision 40614

Fixes GSOCK_INPUT being incorrectly posted instead of GSOCK_LOST when the remote peer has done a graceful shutdown. MSW does NOT have this problem, as they have FD_CLOSE instead of firing an input event.

2006-08-15 06:26 SC, revision 40613

making sure the hint window does not have a (white) titlebar

2006-08-15 03:16 PC, revision 40612

non-pch build fix

2006-08-15 03:16 PC, revision 40611

needs wx/string.h to compile independently

2006-08-14 23:34 AVV, revision 40610

This (old) (internal) function is not used anymore, so remove

2006-08-14 22:34 VZ, revision 40609

don't execute code unnecessarily/twice (patch 1539690)

2006-08-14 21:58 AMB, revision 40608

Fix unicode build on UNIX operating systems

2006-08-14 06:26 PC, revision 40607

Combine two wxImage-to-pixmap creation functions into one. Use consistent method for creating mono bitmap in wxBitmap and wxMask.

2006-08-14 00:38 VZ, revision 40606

disable positional printf params for now as there are problems with our vsnprintf() version

2006-08-13 22:43 VZ, revision 40605

wxGetOsVersion() compilation andl inking fixes for wxMac

2006-08-13 22:39 VZ, revision 40604

removed code for non-compositing case to fix the compilation after recent commits

2006-08-13 22:36 VZ, revision 40603

compilation fixes after recent wxFontEnumerator changes in USE_NATIVE_FONT_DIALOG_FOR_MACOSX == 0 case

2006-08-13 21:12 VZ, revision 40602

corrected signed/unsigned comparison warnings

2006-08-13 21:10 VZ, revision 40601

regenerated after adding platinfo.{h|cpp}

2006-08-13 21:04 VZ, revision 40600

remove extraneous commas and semicolons (patch 1537792)

2006-08-13 21:00 VZ, revision 40599

wxPlatformInfo (patch 1532064)

2006-08-13 20:30 VZ, revision 40598

fix printf() argument type in GetOsInfo()

2006-08-13 12:12 CE, revision 40597

fix borland error about string refernce

2006-08-13 05:56 PC, revision 40596

wxBitmap does not need to use gdk_wx_draw_bitmap

2006-08-13 05:12 PC, revision 40595

more accurate mask creation for low color displays

2006-08-13 04:03 AVV, revision 40594

Fixed PORT command on wxFTP. Closes 1219870

2006-08-13 03:56 AVV, revision 40593

Fixes HTTP download of zero-size files. Closes 1502144

2006-08-13 03:55 AVV, revision 40592

Fixes wrong HTTP POST data sent due to unicode issues. Closes 1428232

2006-08-13 01:25 VZ, revision 40591

fixed crash if the control is moved while the popup is open (backport of patch 1539194)

2006-08-13 01:24 VZ, revision 40590

fixed crash if the control is moved while the popup is open (patch 1539194)

2006-08-13 01:22 VZ, revision 40589

fixes for several fatal problems when using wxComboCtrl as popup (patch 1539124)

2006-08-13 01:20 VZ, revision 40588

corrected example of GetUserConfigDir() return value under Windows (patch 1538788)

2006-08-13 01:17 VZ, revision 40587

remove extraneous commas and semicolons (patch 1537792)

2006-08-13 01:15 VZ, revision 40586

fixed SetSelection(-1) for controls with multiple selection (backport of patch 1537282)

2006-08-13 01:13 VZ, revision 40585

fixed SetSelection(-1) for controls with multiple selection (patch 1537282)

2006-08-13 01:08 VZ, revision 40584

don't rely on system snprintf() for the tests (patch 1532503)

2006-08-13 01:07 VZ, revision 40583

corrected typo in DEFAULT_wxUSE_PRINTF_POS_PARAMS

2006-08-13 01:05 VZ, revision 40582

fixed wrong test (patch 1532411)

2006-08-13 00:44 VZ, revision 40581

added wxULongLong::ToDouble() (patch 1531597)

2006-08-13 00:41 VZ, revision 40580

F4 key also toggles combobox popup under MSW

2006-08-13 00:35 VZ, revision 40579

better key handling for MSW and GTK (patch 1526666)

2006-08-13 00:23 VZ, revision 40578

added wxDir::FindFirst() (modified patch 1525502)

2006-08-13 00:08 VZ, revision 40577

don't use wxYield (fixes some crashes due to reentrancies, patch 1518119)

2006-08-12 23:54 AVV, revision 40576

Fixes crash when using LastError on an uninit or destroyed socket, return wxSOCKET_INVSOCK, closes 694436

2006-08-12 21:39 PC, revision 40575

use GDK to convert pixmap to RGB for wxImage

2006-08-12 12:11 MW, revision 40574

Test feeding corrupt archives to the input streams.

2006-08-12 12:08 MW, revision 40573

Fix handling of corrupt archives

2006-08-11 19:57 SC, revision 40572

adding support for embedded controls in native toolbar

2006-08-11 17:34 PC, revision 40571

change deprecated gdk_image_get to gdk_drawable_get_image

2006-08-11 12:17 VS, revision 40570

compilation fix for compilation w/o precompiled headers

2006-08-11 05:14 PC, revision 40569

code simplification and minor cleanup

2006-08-11 04:41 SC, revision 40568

compilo introduced fixed

2006-08-11 04:39 SC, revision 40567

removing non-compositing code, adding individual transparency

2006-08-11 04:32 SC, revision 40566

fix for 64 bit

2006-08-11 04:31 SC, revision 40565

removing code for pre 10.3 systems

2006-08-11 04:29 SC, revision 40564

we're always compositing

2006-08-11 04:28 SC, revision 40563

fixing compilo for 10.5

2006-08-11 04:26 SC, revision 40562

committing the code for resolution independence (turned off)

2006-08-11 04:23 SC, revision 40561

we are always compositing on the supported OS versions

2006-08-11 04:17 SC, revision 40560

we are always compositing on the supported OS versions

2006-08-11 04:04 SC, revision 40559

we are always compositing on the supported OS versions, add transparency for individual controls

2006-08-11 04:01 SC, revision 40558

we are always compositing on the supported OS versions

2006-08-10 20:16 VS, revision 40557

moved duplicated wxRegionContain definitions to wx/region.h

2006-08-10 19:56 VZ, revision 40556

compilation fix: remove wxRegionContain enum which is now defined in wx/region.h itself

2006-08-10 18:41 PC, revision 40555

revert unintended checkin of experimental change to Rescale()

2006-08-10 16:04 PC, revision 40554

avoid using deprecated gdk_image_new_bitmap()

2006-08-10 15:46 VZ, revision 40553

removed wxHtmlWindow::m_Style which duplicated wxWindow::m_windowStyle and prevented changeing wxHW_XXX window style after Create() from working

2006-08-10 15:42 VZ, revision 40552

move the logic for changing notebook pages using the standard Ctrl-Tab/PageUp/Dn keys even when focus is outside of the notebook to wxControlContainer from wxTopLevelWindowMSW to allow it work for notebooks whose parent is not a TLW (as a side effect, this now also works in all ports although I don't really know how desirable this is)

2006-08-10 14:26 VS, revision 40551

moved duplicated wxRegionContain definitions to wx/region.h

2006-08-10 13:53 VS, revision 40550

compilation fix for compilation w/o precompiled headers

2006-08-10 13:38 MW, revision 40549

Add parameter to the --enable-universal_binary option for the path to the SDK.

2006-08-10 12:51 JS, revision 40548

Need include so user code can access book control

2006-08-10 12:43 JS, revision 40547

Need include so user code can access book control

2006-08-10 11:16 VS, revision 40546

moved mgl/colour.{cpp,h} to generic so that it can be reused by other ports without native colour representation

2006-08-10 10:09 VS, revision 40545

check that wxUniv is enabled when compiling for wxMGL

2006-08-10 05:31 SC, revision 40544

using newer API

2006-08-10 04:05 KO, revision 40543

Adding technotes about the release system and about adding apps/screenshots to the wxWidgets.org front page

2006-08-10 00:45 VZ, revision 40542

empty spin range is valid and even useful (at least for testing purposes)

2006-08-10 00:44 VZ, revision 40541

fixes for SetRange(): ensure that the value is valid for the new range; update the visible state of the spin arrows when range becomes [in]valid

2006-08-10 00:43 VZ, revision 40540

added NormalizeValue() which can be used to ensure that the control value is in range

2006-08-10 00:14 VZ, revision 40539

Added wxID_PAGE_SETUP standard id

2006-08-10 00:13 VZ, revision 40538

do mention AUI in change log

2006-08-09 21:38 RD, revision 40537

Remove wxColour* typemap, it causes more problems than it solves.

2006-08-09 21:23 VZ, revision 40536

invalid size is (size_t)-1, not 0xffffffff; stream returned by GetInputstream() must be destroyed while wxHTTP object is still alive; some English corrections

2006-08-09 18:54 RD, revision 40535

Change def of WX_LINGUAS so it works on OS X.

2006-08-09 18:50 RD, revision 40534

Add typemaps for wxColour*

2006-08-09 18:50 RD, revision 40533

Add wx.Rect.InsideRect

2006-08-09 18:49 RD, revision 40532

Add wxWS_EX_CONTEXTHELP, leaving wxFRAME_EX_CONTEXTHELP and wxDIALOG_EX_CONTEXTHELP for compatibility.

2006-08-09 17:59 VS, revision 40531

moved wxIcon implementation for ports where it's identical to wxBitmap to generic/icon.{cpp,h} so that the same code is not duplicated several times

2006-08-09 11:18 MW, revision 40530

Detect and use sys/select.h required by POSIX for select

2006-08-09 08:43 CE, revision 40529

update to 2.7.1-rc

2006-08-09 05:21 SC, revision 40528

fixing dynamic build

2006-08-09 05:19 SC, revision 40527

adding new files

2006-08-09 05:09 SC, revision 40526

fixing code for shared mach-o builds (removing no-ops)

2006-08-09 05:07 SC, revision 40525

simplifying alpha, adding commented part for high-res screens

2006-08-09 00:14 SC, revision 40524

fixing y-transformations

2006-08-08 16:37 VS, revision 40523

fixed SetBackground's argument check

2006-08-08 15:11 VS, revision 40522

fixed gcc warnings about wrong format string

2006-08-08 14:21 VS, revision 40521

added wxRect::Inside(wxRect) for testing if a rectangle is completely within another rectangle

2006-08-08 13:48 VS, revision 40520

1. made wxImage compile with wxUSE_STREAMS but without wxUSE_FILE 2. changed to work with wxFFile*Streams if wxUSE_FILE=0 and wxUSE_FFILE=1

2006-08-08 13:11 VS, revision 40519

wxPipeInputStream depends on wxFile, use wxUSE_FILE

2006-08-08 13:06 VS, revision 40518

wxPipeInputStream depends on wxFile, use wxUSE_FILE

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

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

2006-08-08 12:28 VZ, revision 40516

removed odbc sample

2006-08-08 12:09 VZ, revision 40515

removed mentions of richedit sample

2006-08-08 10:59 CE, revision 40514

bakefile needs the spec file...

2006-08-08 10:15 VS, revision 40513

safer GetFeature implementation: assert on unknown feature

2006-08-08 01:20 AVV, revision 40512

Fixes compilation on systems where time.h is not included from types.h, MacOS 10.3 being an example

2006-08-08 01:02 AVV, revision 40511

Making sure the next person cleaning this code deosn't remove the (char*) added in the previous commit.

2006-08-07 23:50 AVV, revision 40510

Turns out some gethostbyaddr versions expect a char* instead of void*. Cast doens't hurt here as the void* will take a char* anyway. Annoying tho.

2006-08-07 23:19 AVV, revision 40509

Fix Mac compilation

2006-08-07 22:37 VZ, revision 40508

removed mentions of the (non-existing any more) resource and tab samples

2006-08-07 21:13 VZ, revision 40507

updated docs after moving SetDefaultItem() from wxPanel to wxTLW

2006-08-07 19:28 VZ, revision 40506

corrected auidemo.dsp name

2006-08-07 18:20 RD, revision 40505

Change Fit() back to using SetSize, not SetClientSize.

2006-08-07 16:34 VZ, revision 40504

added samples/combo/*.png and samples/internat/ja_JP.EUC-JP/*

2006-08-07 13:57 VZ, revision 40503

mention wxAUI

2006-08-07 13:49 VZ, revision 40502

include wxGTK1 files in wxAll too

2006-08-07 13:41 VZ, revision 40501

include docs sources files in wxAll distrib

2006-08-06 23:38 VZ, revision 40500

clarify GNOME files policy

2006-08-06 23:07 VZ, revision 40499

added GNOME Files link

2006-08-06 22:46 VZ, revision 40498

GNOME software map doesn't exist any more, removed; corrected Freshmeat link

2006-08-06 22:00 SN, revision 40497

Fixed (?) problem in region handling which caused major redraw problems.

2006-08-06 21:57 VZ, revision 40496

changes since 2.6, not 2.4

2006-08-06 21:45 RD, revision 40495

Add some text about potential incompatibilites with 2.7.x releases

2006-08-06 15:07 VZ, revision 40494

2.7.0 release version

2006-08-06 14:30 VZ, revision 40493

add paths to wxBase libs to dh_shlibdeps invocation

2006-08-06 14:12 VZ, revision 40492

python-wxtools doesn't have any shared libraries dependencies (fixes dh_gencontrol warning)

2006-08-06 13:50 VZ, revision 40491

added missing unicode_suffix's to more packages

2006-08-06 12:56 VZ, revision 40490

unified wxFRAME_EX_CONTEXTHELP and wxDIALOG_EX_CONTEXTHELP in a single wxWS_EX_CONTEXTHELP and changed its value to avoid conflict with wxWS_EX_TRANSIENT (this resulted in all progress dialogs having useless context help button in their title bar)

2006-08-06 04:46 AVV, revision 40489

Backporting from my SoC branch, fix for remotely closed sockets firing input events till destroyed or closed locally.

2006-08-06 02:23 RD, revision 40488

Avoid assert that was hidden by IsStandard bug. Backport from HEAD.

2006-08-06 01:18 RD, revision 40487

Give timers a generated ID if wxID_ANY is passed

2006-08-05 23:15 VZ, revision 40486

include bakefile presets in wx-common

2006-08-05 16:14 VZ, revision 40485

removed mentions of wxWINE.spec

2006-08-05 16:10 VZ, revision 40484

2.7.0 update

2006-08-05 16:09 VZ, revision 40483

put wx-dev as (temporary?) maintainer

2006-08-05 15:25 VZ, revision 40482

filled in the announcement text TODO

2006-08-05 15:24 VZ, revision 40481

updated version to 2.70.; corrected URLs and updated change log in the announcement text

2006-08-05 14:58 VZ, revision 40480

minor updates to configure and rpm build steps; link to deb docs

2006-08-05 14:57 VZ, revision 40479

uncommented Build-Requires (accidentally checked in)

2006-08-05 14:48 VZ, revision 40478

remove wx-config link created as part of make install, it shouldn't be included in the package as the link is created by postinst script

2006-08-05 14:46 VZ, revision 40477

added new headers missing from wxGTK headers list

2006-08-05 14:44 VZ, revision 40476

added aui and richtext libs

2006-08-05 14:34 VZ, revision 40475

install static contrib libraries too

2006-08-05 14:29 VZ, revision 40474

added static libs for all contrib libraries

2006-08-05 14:25 VZ, revision 40473

there is no static mmedia lib

2006-08-05 14:17 VZ, revision 40472

contrib lib is called mmedia, not media

2006-08-05 13:34 VZ, revision 40471

added back .mo files (we do have a separate package for them after all); added bakefile presets

2006-08-05 13:31 VZ, revision 40470

don't build wxBase separately here, this is probably an artefact of monolithic build system

2006-08-05 13:24 VZ, revision 40469

test for sys/soundcard.h was failing because of missing sys/ioctl.h

2006-08-05 13:09 VZ, revision 40468

i18n files are installed as part of wxBase (and should be ideally part of separate package), they don't belong here

2006-08-05 13:05 VZ, revision 40467

make prefix /usr by default, not /opt/gnome

2006-08-05 13:04 VZ, revision 40466

use .tar.bz2, not .tar.gz

2006-08-05 12:57 VS, revision 40465

reformatted DEFINE_STD_WXCOLOUR_CONSTRUCTORS definition to fit on standard terminal

2006-08-05 00:50 MR, revision 40464

Warning fix.

2006-08-05 00:50 MR, revision 40463

Mark event parameter as unused, as it is unused.

2006-08-04 23:30 VZ, revision 40462

convert wx-config link created by make install to use relative path, otherwise rpm creation fails

2006-08-04 23:14 VZ, revision 40461

make message catalogs before installing them

2006-08-04 23:09 VZ, revision 40460

install locale files as part of wxBase; name directory created by BASE_DIST wxBase-x.y and not wxGTK-x.y

2006-08-04 22:47 VZ, revision 40459

add some more files to fix rpmbuild errors (parts of patch 1533296)

2006-08-04 22:42 VZ, revision 40458
  • D /wxWidgets/trunk/wxGTK_RR.spec

we really, really, really don't need 2 spec files for wxGTK, we need just one of them that works

2006-08-04 22:40 VZ, revision 40457

update spec files version

2006-08-04 22:38 VZ, revision 40456
  • D /wxWidgets/trunk/wxWINE.spec

removing spec file which last worked 7 years ago, if ever

2006-08-04 22:32 VZ, revision 40455

ListLoaded() fixes for 64 bit archs

2006-08-04 22:17 VZ, revision 40454

device numbers in /proc/pid/maps are in hexadecimal, not decimal