summaryrefslogtreecommitdiff
path: root/x11/wxGTK/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2001-10-03bsd.buildlink.mk will automatically handle the REPLACE_BUILDLINK stuff, sojlam1-3/+1
we can remove REPLACE_BUILDLINK settings containing *-config, *Conf.sh, and *.pc.
2001-06-29Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY.jlam1-6/+9
Put locale files under ${PKGLOCALEDIR}.
2001-06-15update to wxGTK-2.2.7drochner1-3/+2
changes since 2.2.3: Applied patch to allow using non-Latin keyboards. Added wxActivateEvent for top level windows. Corrected wxActivateEvent for app (now wxEVT_ACTIAVTE_APP). wxTextCtrl sends focus events. Corrected so-library name. wxTreeCtrl now shows an item, if it was programmatically selected. wxTextCtrl no longer sends any text event upon its construction. wxSpinCtrl misbehaviour fixed. Corrected wxYield() to handle recursive calls more gracefully (and with a warning in debug mode). This fixes a problem with crashing wxTreeCtrl's built-in drag'n'drop and probably some other as well. Corrected wxMenuItem::GetLabel() to handle deliberate underscore characters correctly. Patch for better 8-bit-display support. Implememted wxCommandEvent::IsSelection() for wxListBox. Corrected wxListBox::Set() for sorted mode. Added EVT_TEXT_UPDATED for spin ctrl. Corrected wrongly rounded value in slider and scrollbar for negative values. Translation updates. Fixed wxMenu::FindItem() for sub menus. Various other fixes. Synchronized release with wxMSW again.
2001-06-11CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, sojlam1-2/+1
adapt by moving CPPFLAGS settings to top-level, and removing explicit inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
2001-05-22Update dependency on png to >=1.0.11 because of the shlib major bump.wiz1-2/+2
Noted by Frederick Bruckman.
2001-03-04Because the minor number of the PNG library was increased packages compiledtron1-2/+2
using the newest PNG library won't work on system with an older one. To prevent such problems with precompiled binary packages require at least "png-1.0.9nb1" in all dependences.
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz1-1/+2
2000-12-12Update wxGTK to 2.2.3. Relevant changes from version 2.2.2:jlam1-17/+29
Fixed bugs in HTTP code. Implemented wxNO_FULL_REPAINT_ON_RESIZE whenever possible and reduced flicker a little (no longer diables GTK's own anti-flicker code). Always have a clipping region equivalent to the update region in OnPaint events (such as under wxMSW and wxMac). Implemented wxListBox::SetFirstItem(). Fixed some minor problems in HTML code, wxListCtrl, wxListBox. Updated many translations, added Swedish. Changed default screenpixels-per-inch from 100 to 75 in printing code. Updated AFM font metrics for Ghostscript fonts and let Linux and FreeBSD default to using GS fonts (and not Adobe fonts).
2000-11-12Update to 2.2.2tsarna1-2/+2
2000-09-01update to wxGTK-2.2.1. While here, libtoolize it since its a library.dmcmahill1-4/+6
changes are: 20th August 2000: wxWindows 2.2.1 released Minor build fixes. Use the wxCommmandEvent::IsChecked() function for checkable menu items. This mean that the m_int parameter no longer contains the ID of the menu! Fixed major problems in ODBC logging code. This change is binary backward incompatible. Fixed reentry problems in DnD code. Changed PostScript code so that it can handle a higher resolution (720dpi). Minor improvements to wxGrid code. Corrected guffow-scrolling so that no surplus expose events are generated. Corrected bug in wxMask creation on 16-bit displays. Minor correction to wxDC::DrawRoundedRectangle. Added support for <INSERT> and <DELETE> menu accelerators. Made wxComboBox case-sensitive. Minor correction to doc-view architecture. Minor wxCommandLineParser changes.
2000-08-31revert my last (conflicting) importdmcmahill1-9/+12
2000-08-31botched duplicate import. has been backed outdmcmahill1-12/+9
2000-07-30wxGTK: A GTK-based implementation of the wxWindows GUI librarytsarna1-0/+23