Announcements :  K-Meleon Forum
 

Pages: 12345...LastNext
Current Page: 1 of 8
Results 1 - 30 of 219
1 year ago
Dorian
There are still errors for the other Release configurations (Release, Release MFC Static, Release MFC Static Unicode). I also have not tried the Debug build yet. MFC Static builds need a custom MFC build and are just used to decrease release size. Release is not to be used with Gecko 1.9
Forum: Development
1 year ago
Dorian
In the preprocessor directive you should add WINVER=0x500;_WIN32_IE=0x0500; Also make sure that "treat wchar_t as built-in type" is set to no in the compiler option.
Forum: Development
2 years ago
Dorian
Someone bought the old kmeleon.org domain and put an old version of the site on it. I wonder what the purpose is, except making kmeleon looks like a dead project...
Forum: General
2 years ago
Dorian
Latest source code is in the CVS. What more do you need?
Forum: Development
3 years ago
Dorian
For translators, there are several new string inside kmeleon.exe using ID from 62262 to 62265
Forum: Development
3 years ago
Dorian
New build. It fixes the high cpu usage of previous 1.6 build. http://sourceforge.net/projects/kmeleon/files/k-meleon-dev/ There is also a ... 1.7 version, with gecko 1.9.2 No typeahead for this one, since it changed. It uses js now, and I don't know how to make it works. I warn you, I only tested it for 5 mins or so. EDIT: Oops, phoenity skin is missing again.
Forum: Development
3 years ago
Dorian
One thing I wish to ask about is site maintenance. If you have the download information in the menu, on a button, and in the home page, does this mean many more pages need to be updated each time there is a new release of KM? Perhaps just the have download on the menu and a button and have both point to the download page would mean less items to change when a new release comes out. Yeah,
Forum: Development
3 years ago
Dorian
Ah right. I'm sorry JamesD but the color you're using doesn't fit at all with the red/green of kmeleon. If you talk about readability I think the current menu could be even less readable :)
Forum: Development
3 years ago
Dorian
I think the font is just a little small. The size was unchanged though. Maybe the font. Perhaps we could give up 40% of the light grey border on either side and get a larger font. I think it will be too large and the content will be harder to read. If the green banner at the top were just a little taller, then the "Home/News" could be right under "you have con
Forum: Development
3 years ago
Dorian
And include huge pic/icon of "Kmeleon in action" (screen with huge Kmeleon head) like they do it: http://icofx.ro/ http://www.videolan.org/vlc/ It will remove "dulness" of the page. I've already thought about it. But since we're using the wiki here, it's not really possible to do so.
Forum: Development
3 years ago
Dorian
Here a new layout I was experimenting with. http://kmeleon.sourceforge.net/tryout/ This need to be cleaned, but I don't have the time to finish it currently. If someone can help or has any suggestions.
Forum: Development
3 years ago
Dorian
K-Meleon 1.5.4 is now available
Forum: Announcements
3 years ago
Dorian
Updated 1.5.4 http://kmeleon.sourceforge.net/files/1.5.4r/K-Meleon1.5.4en-US.7z
Forum: Development
3 years ago
Dorian
I'm also concerned about all the other browser that doesn't figure in the list, and how they will be completely left out. Anyways, the effects are showing up already. :O
Forum: Development
3 years ago
Dorian
Nothing much for this version except for the freeze in vista/seven. If everything is alright, there will be one or two week before release. Download Setup Download 7z Changelog
Forum: Development
3 years ago
Dorian
@trebitzki You don't get email because the sourceforge server doesn't allow it. The follow topic option was hidden at first, but it reappeared probably in the last forum update. It's not a problem with the forum itself (which is working well) but a lack of maintenance.
Forum: General
3 years ago
Dorian
Yeah they must use the same version. I think it's because of the global optimisations but I'm not sure.
Forum: Development
3 years ago
Dorian
I'm not sure where you really get this list, but the only things needed is what I mentionned in my post. For the source, there is usually a package for each release (check the mozilla ftp). In my case I always get the sources from cvs using the branch MOZILLA_1_8_BRANCH
Forum: Development
3 years ago
Dorian
Everything is here to build mozilla. You need VS .NET 2003 or VS 2005 (at least standard for the MFC), seamonkey 1.8.1 source, and MozillaBuild. Extract the attached mozilla.7z file in the root folder of the mozilla source (mozconfig is inside), and follow the instructions to build mozilla. After the build, in the mozilla build console, go to the /RELEASE/embedding/config folder and run 'mak
Forum: Development
3 years ago
Dorian
If you want to compile mozilla, just check the instructions at developer.mozilla.org. Instructions in the kmeleon wiki are obsolete, only the .mozconfig is relevant.
Forum: Development
3 years ago
Dorian
Here a version of the gesture plugin that should fix compatibility with aero. Let me know if it works for you.
Forum: General
4 years ago
Dorian
Hao, for maximize, try using just ShowWindow(SW_MAWIMIZE) and overriding OnGetMinMaxInfo like this : void CBrowserFrame::OnGetMinMaxInfo(MINMAXINFO* lpMMI) { if (GetStyle() & WS_CAPTION) CFrameWnd::OnGetMinMaxInfo(lpMMI); else { CRect rectDesktop; ::GetWindowRect(::GetDesktopWindow(), &rectDesktop); APPBARDATA abd; abd.cbSize = sizeof(abd); UINT uState = (UI
Forum: General
4 years ago
Dorian
Oh, was funny that about I need a slow computer... maybe to stop feeling that lag? LOL. Awesome. I'll remove the dust from my 200Mhz and I'll start to use it ;) Sorry for the bad joke :p You know, there are other lag issues in kmeleon, some make me want to ditch kmeleon too. If it was possible for me to fix them, I would have done it long ago..
Forum: Improvement requests
4 years ago
Dorian
The problem right now is not the speed is the speed or the time of reaction, if you wish, between click and have the possibility to scroll. I don't see any delay. Or maybe you need a slow computer. Before in 1.1, mouse clicks were processed directly, and it was impossible to know what was clicked without a very bad hack which was creating various problems with gecko. 1.5 let gecko see
Forum: Improvement requests
4 years ago
Dorian
There is a manifest embedded in the exe, which is the one causing problemn I think. You can remove it with reshacker.
Forum: Bugs
4 years ago
Dorian
The black background is a problem with the manifest file. As for the not working accelerators, it's a gecko bug
Forum: Bugs
4 years ago
Dorian
There was a bad dependency left in the build. I've updated it Download it again http://kmeleon.sourceforge.net/files/k-meleon16.7z
Forum: Development
4 years ago
Dorian
This is just a kmeleon build (no gre) working with current mozilla trunk and improved vista compatibility, for those making complete package. http://kmeleon.sourceforge.net/files/k-meleon16.7z
Forum: Development
4 years ago
Dorian
I prefer to use my available time to correct bugs and let someone else do it :)
Forum: General
4 years ago
Dorian
If you can browse without svg, autocomplete, certificates, about pages, error pages and so on, then that's ok. But don't tell they're completely unnecessary. A lot of users use those features.
Forum: General
Pages: 12345...LastNext
Current Page: 1 of 8

K-Meleon forum is powered by Phorum.