Netsurf 2.9
by Vincent Sanders
It is that time of year again and I am preparing to create the 2.9
release.
The wiki page for the release is at
http://wiki.netsurf-browser.org/NetSurf_2.9
Unless any new show stopping bugs appear I shall be creating the 2.9
branch on the evening of Saturday 25th February 2012
For the release itself we aim to be created four weeks subsequently on
March 24th but this may change if more testing is required or it is
decided we are happy before then.
--
Regards Vincent
11 years, 2 months
Patch: handle new variable "LIBDIR" in pkgconf template processing
by m0n0
Hello,
this patch adds support for a new variable - "LIBDIR" within .pc
template files.
This patch is an prerequisite to allow further patches to have variable
lib target dir
during build of netsurf libs (libparserutils, hubbub, etc.).
This is "mandatory" at least for freemint compiler. But I guess also
x64 builds can
make use of that.
The freemint toolchain uses:
/lib
/lib/m68020
/lib/m68020-60
/lib/m5475
Currently, the build can only be cleanly done for /lib.
Greets,
m
Here is the patch ( also attached ):
===================================================================
Index: buildsystem/makefiles/Makefile.top
===================================================================
--- buildsystem/makefiles/Makefile.top (Revision 13503)
+++ buildsystem/makefiles/Makefile.top (Arbeitskopie)
@@ -275,6 +275,7 @@
-e 's#PATCH#$(patch-version)#' \
-e 's#VERSION#$(COMPONENT_VERSION)#' \
-e 's#REQUIRED#$(__required)#' \
+ -e 's#LIBDIR#$(LIBDIR)#' \
$1 >$(BUILDDIR)/$(1:.in=)
$(INSTALL) $(INSTALLFLAGS) -m 644 $(BUILDDIR)/$(1:.in=) \
$2/$(1:.in=)
11 years, 2 months
CSS in objective c
by bernard naudy
Hi,
I'm looking for ideas for my development team
Is it possible to use css in objective c. The purpose is to build templates
applications for iphone where we can easily modify the code to have changes
done in the colors, etc.
Thanks
11 years, 2 months
Redraw core select menu after selection
by Chris Young
Hi
Where is the code to redraw the core select menu, after the user has
selected something? I can see where it clears the menu area (line 220
of html_interaction.c), but it doesn't redraw the original form item
at that point. It is getting redrawn somewhere else though, as I'm
getting artifacts from old redraws over the area, but it doesn't
update as it should.
Thanks
Chris
11 years, 3 months
NetSurf developer weekend
by Vincent Sanders
The NetSurf Developer weekend will be taking place on the 24th and
25th March in Cambridge, UK.
The rough plan is to arrive in Cambridge on Friday afternoon/evening
and have a social meetup, possibly involving food. Go to the meeting
rooms on Saturday and Sunday and work on NetSurf with food and snack
breaks as required.
Collabora are going to sponsor the event by providing access to their
conference rooms.
The address of the location is:
Kett House
Station Rd
Cambridge CB1 2JH
United Kingdom
Google maps ref http://goo.gl/maps/F1CG and the location is very close
to the railway station.
For building security purposes all physical attendees *must* register
(send me an email at least a week before the event) with Name, email
and contact details.
Already Registered are:
John-Mark Bell
Daniel Silverstone
Rob Kendrick
Michael Lester
Vincent Sanders
Assistance with accommodation is available and I have a vehicle for
collecting and dropping people off from wherever they are
staying. There are a *very* limited number of parking spaces available
at Kett house if necessary.
If you would like to join us for what is usually a very productive and
enjoyable weekend please let me know as soon as you can.
--
Regards Vincent
11 years, 3 months
Hiring to implement box-shadow, border-radius, and text-shadow in libcss
by Jonathan Hammer
Hi,
My apologies if this is not the proper forum to post this, but we would love to hire someone to implement support for box-shadow, border-radius, and text-shadow in libcss (parsing + computing only, no need to render). The additions to libcss would, of course, be contributed back to the open source project.
Please let me know if you're interested. I thought we'd try this route before attempting to implement it ourselves.
If you're curious, we're using libcss in our fork of the libcss-osx framework (https://github.com/jhammer/libcss-osx) for our app Direct Mail (http://directmailmac.com).
Thanks!
Jonathan Hammer
e3 Software
http://ethreesoftware.com
11 years, 4 months