* Added a first game to the image: Sudoku. It comes with a solver and generator
for three different levels (from "Very Easy" to "Hard"). Have fun! * Feel free to do a nicer icon! * Stack.h is actually verbatim copy of a kernel header which we might want to move to a more public place (like shared). * ProgressWindow is taken from ShowImage, but adapted to suit different needs. * It seems to trigger a bug in the interface kit or app_server: when moving the mouse around, the right border of a field is sometimes lost. This does not happen in BeOS, and there is actually no code that looks responsible for this - it might be an off by one error in the region code, though? git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@22056 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -46,10 +46,10 @@ BEOS_BIN = "[" addattr alert arp basename bc beep bison bzip2 cat cardctl catatt
|
||||
;
|
||||
|
||||
|
||||
BEOS_APPS = AboutSystem CodyCam DeskCalc DiskProbe CDPlayer Expander Icon-O-Matic
|
||||
Installer LaunchBox Magnify Mail MediaPlayer MidiPlayer NetworkStatus
|
||||
People PowerStatus ProcessController ShowImage SoundRecorder StyledEdit
|
||||
Terminal TV Workspaces
|
||||
BEOS_APPS = AboutSystem CodyCam DeskCalc DiskProbe CDPlayer Expander
|
||||
Icon-O-Matic Installer LaunchBox Magnify Mail MediaPlayer MidiPlayer
|
||||
NetworkStatus People PowerStatus ProcessController ShowImage SoundRecorder
|
||||
StyledEdit Terminal TV Workspaces
|
||||
;
|
||||
BEOS_PREFERENCES = Appearance Backgrounds DataTranslations E-mail FileTypes
|
||||
Fonts Keyboard Keymap Media Menu Mouse Network Printers Screen ScreenSaver
|
||||
@@ -57,7 +57,7 @@ BEOS_PREFERENCES = Appearance Backgrounds DataTranslations E-mail FileTypes
|
||||
;
|
||||
BEOS_DEMOS = BitmapDrawing Chart Clock $(X86_ONLY)Cortex FontDemo
|
||||
$(X86_ONLY)GLDirectMode $(X86_ONLY)GLTeapot Mandelbrot PictureTest
|
||||
Playground Pulse
|
||||
Playground Pulse Sudoku
|
||||
;
|
||||
BEOS_SYSTEM_LIB = libbe.so $(HAIKU_LIBSTDC++) libmedia.so libtracker.so
|
||||
libtranslation.so libnetwork.so libdebug.so libbsd.so libmail.so
|
||||
|
||||
Reference in New Issue
Block a user