Timeline



Nov 29, 2011:

10:04 PM Changeset [1411] by bsmith
Fixed location of _System for PMPrintf causing issues with watcom.
4:25 PM Changeset [1410] by bsmith
Changes to get the library building with Watcom on OS/2. These …
7:07 AM Ticket #1 (Watcom builds to work) created by abwillis
The following diff and files allow build to work with dwtest built …

Nov 28, 2011:

6:49 AM Changeset [1409] by bsmith
Need to make the tooltip rect the max possible control size.. …

Nov 27, 2011:

11:31 PM Changeset [1408] by bsmith
Disabling tooltips on GTK2 does not seem to work... so... we will set …
9:37 PM Changeset [1407] by bsmith
Attempt at fixing tooltips for GTK2.
9:28 PM Changeset [1406] by bsmith
Allow removing of tooltips by passing NULL or "" and prevent double …
1:08 PM Changeset [1405] by bsmith
On Windows get the buddy from the child window data when creating a …
12:19 PM Changeset [1404] by bsmith
Set tooltip on the entryfield part of a combobox... Otherwise the …
12:01 PM Changeset [1403] by bsmith
Safety checks in dw_bitmapbutton_new*() on Windows and OS/2.
11:54 AM Changeset [1402] by bsmith
Allow on Mac passing NULL as bubbletext to dw_bitmapbutton_new*.
11:02 AM Changeset [1401] by bsmith
Updated the tooltip bubble help on OS/2 to display the tooltip after 2 …
10:03 AM Changeset [1400] by bsmith
Added generic tooltip support on OS/2. Will be modifying the behavior …

Nov 26, 2011:

11:55 PM Changeset [1399] by bsmith
Compile fixes for that last commit on OS/2.
11:47 PM Changeset [1398] by bsmith
Refactoring OS/2 and Windows code... eliminating BubbleButton... …
10:05 PM Changeset [1397] by bsmith
Similar variable name change required on GTK2.
10:03 PM Changeset [1396] by bsmith
Forgot to change variable name... fix GTK3 build.
10:00 PM Changeset [1395] by bsmith
Added dw_window_set_tooltip() for adding bubble help to most controls. …
9:20 PM Changeset [1394] by bsmith
Fix windows on GTK that aren't supposed to have a close button.. …
1:09 AM Changeset [1393] by bsmith
Fixed dw_container_optimize() on Windows was not calculating things …

Nov 25, 2011:

10:13 PM Changeset [1392] by bsmith
Updated the readme and comments in the source files
8:01 PM Changeset [1391] by bsmith
Don't need to include the / after the .app on Mac.
7:31 PM Changeset [1390] by bsmith
Cleanup of the previous commits and added Unix support.
6:51 PM Changeset [1389] by bsmith
Thought I was fixing a memory leak but I was seeing the {} wrong.
6:45 PM Changeset [1388] by bsmith
Bleah.. VAC doesn't have MAX_PATH... define it ourselves.
6:36 PM Changeset [1387] by bsmith
Initial attempt at dw_app_dir() for OS/2, Windows and Mac... This …

Nov 24, 2011:

7:07 AM Changeset [1386] by bsmith
Initializing the widgets to size 0 on Windows causes the tooltip rect …

Nov 23, 2011:

9:47 PM Changeset [1385] by bsmith
Revert dwtest change to test deleting menu items... I never meant for …
9:00 PM Changeset [1384] by bsmith
Fix menu items getting stuck highlighted on Mac if the action …
1:49 AM Changeset [1383] by bsmith
Cleanup signal handlers when calling dw_menu_delete_item() on OS/2 and …

Nov 22, 2011:

11:20 PM Changeset [1382] by bsmith
Don't release the menu item when destroying it on Mac... causes crashes.
10:22 PM Changeset [1381] by bsmith
Implemented dw_menu_delete_item() on the Mac.
10:13 PM Changeset [1380] by bsmith
Missing ; in the GTK1/2 source.
10:10 PM Changeset [1379] by bsmith
Implemented dw_menu_delete_item() for GTK.
9:55 PM Changeset [1378] by bsmith
Fixed typo that made the OS/2 code refuse to compile.
9:46 PM Changeset [1377] by bsmith
Initial versions of dw_menu_delete_item() on OS/2 and Windows.
12:48 PM WikiStart edited by bsmith
(diff)
12:40 PM Changeset [1376] by bsmith
Tagged Dynamic Windows for version 2.2

Nov 20, 2011:

5:34 PM Changeset [1375] by bsmith
Test change on Windows to allow dw_container_cursor() to work on …
7:45 AM Changeset [1374] by mhessling
Add an uninstall target. Add Version file to dist and zip target so …
5:56 AM Changeset [1373] by bsmith
Updated the zip and dist rules to account for new file locations.

Nov 18, 2011:

11:49 PM Changeset [1372] by bsmith
Menu clicked callbacks on OS/2 and Windows should pass the menu ID as …
9:27 PM Changeset [1371] by bsmith
Updated the changelogs and my email address in the debian packaging.
9:05 PM Changeset [1370] by bsmith
Update OS/2 and Windows readmes to version 2.2
9:01 PM Changeset [1369] by bsmith
Fixes for compiling with Watcom on OS/2... binaries don't seem to …
8:12 PM Changeset [1368] by bsmith
Mingw doesn't like writing to a compile time variable in …
7:56 PM Changeset [1367] by bsmith
Attempt to get it building with Mingw again... builds but crashes. Fix …
5:50 PM Changeset [1366] by bsmith
Missed a couple .DEF file references on OS/2 and... Fixed a warning …
5:45 PM Changeset [1365] by bsmith
Source tree cleanup, move import/export definition files to their …
4:19 PM Changeset [1364] by bsmith
Convert line endings in the Version file to Unix style to prevent …
4:09 PM Changeset [1363] by bsmith
dw_debug() lines in dw_html_new() should end with a newline.
3:56 PM Changeset [1362] by bsmith
Convert WM_ACTIVATE to WM_SETFOCUS for top-level windows on OS/2. When …
3:01 PM Changeset [1361] by bsmith
Code change to remove a warning on GTK2 for recent versions of gcc. …
2:49 PM Changeset [1360] by bsmith
Removed a now unused variable on GTK in dw_html_new(). Also glib 2.32 …
2:34 PM Changeset [1359] by bsmith
Changed the behavior of dw_html_new() to return NULL on failure like …

Nov 16, 2011:

9:31 PM Changeset [1358] by bsmith
Apparently it is unsafe to set properties in the GTK3 size allocate …
8:47 PM Changeset [1357] by bsmith
Fix entryfields, comboboxes etc being too wide in GTK3. GTK3 …

Nov 15, 2011:

3:39 PM Changeset [1356] by bsmith
Changes to the build system to no longer use the version during …
2:26 PM Changeset [1355] by bsmith
Upped the version number to 2.2. Added a Version file to reduce the …
1:45 PM Changeset [1354] by bsmith
OS/2 calendar fix to make sure the selected day does not exceed the …
1:33 PM Changeset [1353] by bsmith
Fixes for handling leap years on the OS/2 calendar control.
6:21 AM Changeset [1352] by bsmith
Removed some unused variables in the new OS/2 code... as reported by …
6:14 AM Changeset [1351] by bsmith
Ok some final work on the Calendar control for OS/2... Should work …
4:38 AM Changeset [1350] by bsmith
Ok get basic drawing working... on the calendar control on OS/2. Font …
2:59 AM Changeset [1349] by bsmith
Initial try at a custom calendar widget for OS/2.... not finished... …

Nov 14, 2011:

10:22 PM Changeset [1348] by bsmith
More fixes for OS/2 gcc/gmake. Need to use := to evaluate the …
6:31 PM Changeset [1347] by bsmith
*sighs* tabs again... I really need to figure out how to change the …
6:14 PM Changeset [1346] by bsmith
Added PMPrintf support to dw_debug() on OS/2. Also cleaned up tons of …
12:01 AM Changeset [1345] by bsmith
Another printing cancel fix for the Mac and updated the readme.

Nov 13, 2011:

11:52 PM Changeset [1344] by bsmith
Similarly need to send DEVESC_ABORTDOC on when canceled on OS/2.
11:49 PM Changeset [1343] by bsmith
AbortDoc() needs to be issued instead of EndDoc() to cancel printing …
5:15 PM Changeset [1342] by bsmith
Temporary fix for borderless buttons on OS/2 not displaying …
3:46 PM Changeset [1341] by bsmith
Fixes to the source on Windows so it will build standalone again. …
9:47 AM Changeset [1340] by bsmith
A couple minor code cleanups on Mac.
9:16 AM Changeset [1339] by bsmith
Attempt to make dw_container_cursor() scroll to the item on Mac.
5:51 AM Changeset [1338] by mhessling
Add -headerpad_max_install_names to compiler switches for MacOS X. …

Nov 10, 2011:

8:10 PM Changeset [1337] by bsmith
Fixed too broad of an if() in dw_window_destroy on OS/2 and Windows... …
7:06 PM Changeset [1336] by bsmith
Make dw_notebook_page_destroy() on OS/2 and Windows destroy the …
3:24 PM Changeset [1335] by bsmith
Mostly fixed dw_listbox_set_top() on GTK3. It still doesn't seem to …
2:30 PM Changeset [1334] by bsmith
Hopefully the last socklen_t change... OS/2 needs it too.
4:54 AM Changeset [1333] by bsmith
Changed socklen_t typedef #ifdef to check for MSVC.
4:46 AM Changeset [1332] by bsmith
Added support for GdkPixbuf inline data in GTK.

Nov 9, 2011:

11:34 AM Changeset [1331] by bsmith
Make sure socklen_t gets defined when building with Visual Studio.
10:35 AM Changeset [1330] by bsmith
Don't default the MLE to read only on OS/2 since other platforms don't.

Nov 8, 2011:

12:29 PM Changeset [1329] by bsmith
Don't include arpa/inet.h on OS/2 with VisualAge.
12:07 PM Changeset [1328] by bsmith
Cleaned up the compatibility library header.

Nov 6, 2011:

1:13 PM Changeset [1327] by bsmith
Initial fix for being able to do container string comparisons instead …
12:48 PM Changeset [1326] by bsmith
Fixed setting font on comboboxes for GTK2... Several other widgets …
11:39 AM Changeset [1325] by bsmith
Added support for dw_font_set_default() on GTK for appropriate …

Nov 5, 2011:

10:32 PM Changeset [1324] by bsmith
Code change to fix llvm-gcc optimization problem on Mac. long/int size …
3:30 PM Changeset [1323] by bsmith
Fixed some issues and deprecations building with Xcode 4.2 on Mac. …
3:21 AM Changeset [1322] by bsmith
Reverting change 1278 until we come up with a way to solver the issue …
12:58 AM Changeset [1321] by bsmith
Fixed tabs inserted by my editor on OS/2 again.
12:56 AM Changeset [1320] by bsmith
Moved the menu IDs used for entryfields on OS/2 into the resevered …

Nov 4, 2011:

3:13 PM Changeset [1319] by bsmith
Initial commit allowing dw_window_set_style() to work on menu item handles.
1:30 PM Changeset [1318] by bsmith
Autorelease fixes for Mac allowing the objects to dealloc when destroyed.
11:57 AM Changeset [1317] by bsmith
Added code to remove signal handlers when objects are destroyed on …
6:55 AM Changeset [1316] by bsmith
Fixed DW_MENU_POPUP failing on OS/2 due to an invalid sanity check. …
6:06 AM Changeset [1315] by bsmith
Removed an unused variable in the new code on OS/2 and Windows. Also …
4:30 AM Changeset [1314] by bsmith
Added support on OS/2 and Windows for looking for signal handlers with …
12:42 AM Changeset [1313] by bsmith
Removed a now unsued variable from GTK3.
12:41 AM Changeset [1312] by bsmith
Fixed some typos in the GTK2 commit.
12:34 AM Changeset [1311] by bsmith
Added dw_debug() logging function which will output a message to the …

Nov 3, 2011:

11:09 AM Changeset [1310] by bsmith
Added DW_MENU_AUTO and DW_MENU_POPUP flags that can be passed to …
9:38 AM Changeset [1309] by bsmith
Experimental change to menu code on OS/2 to allow …
9:37 AM Changeset [1308] by bsmith
Experimental change to menu code on Windows to allow …
3:01 AM Changeset [1307] by bsmith
Simplified the DWStepper class a bit on Mac... although it really …
2:19 AM Changeset [1306] by bsmith
Only use default directory and filename options for Mac 10.6 and higher.

Nov 1, 2011:

10:57 PM Changeset [1305] by bsmith
Fix for file and folder not being selected on GTK if file does not exist.
9:29 PM Changeset [1304] by bsmith
Use DosQueryPathInfo() to get the full path of file/dir on OS/2. Using …
2:05 PM Changeset [1303] by bsmith
Code to split the file and path apart on Mac... Also fixed issues with …
1:21 PM Changeset [1302] by bsmith
Set dw_file_browse() initial directory to . on Windows unless... …
12:55 PM Changeset [1301] by bsmith
Added some defpath support and extension support to the Mac …
11:48 AM Changeset [1300] by bsmith
Implement default filename support for GTK.
11:21 AM Changeset [1299] by bsmith
Code changes to enable default filename on Windows with …
7:01 AM Changeset [1298] by bsmith
Grr flippin' tabs again!
6:57 AM Changeset [1297] by bsmith
Fix for encoding a COLORREF incorrectly on Windows. Seemed to work …
5:06 AM Changeset [1296] by bsmith
Renamed dw_container_set_row_bg() to dw_container_set_stripe().

Oct 31, 2011:

12:36 PM Changeset [1295] by bsmith
Simplified fill for ellipses and circles on OS/2 using DRO_OUTLINEFILL.
12:04 PM Changeset [1294] by bsmith
Allow removing icons from containers on GTK2. Also a small performance …
11:03 AM Changeset [1293] by bsmith
Changes to allow removing icon on BITMAPORICON container columns on Mac.
10:37 AM Changeset [1292] by bsmith
Allow passing 0 as icon handle to remove container icon on GTK3.
9:57 AM Changeset [1291] by bsmith
Ug fix for editor adding tabs. Wish I could change the default in …
9:49 AM Changeset [1290] by bsmith
Switched to using arcparams and GpiFullArc on OS/2 to draw the …
7:06 AM Changeset [1289] by bsmith
Fixed ellipses in GTK2.
4:03 AM Changeset [1288] by bsmith
Initial support for ellipses on GTK3 and GTK2 Printing.
3:39 AM Changeset [1287] by bsmith
Update to draw as an ellipse and fix for circles on OS/2. This sort of …
1:57 AM Changeset [1286] by bsmith
Fixed incorrect radius on full circles for GTK.
1:30 AM Changeset [1285] by bsmith
Draw a rectangle behind the circle to make sure it fits inside.
12:58 AM Changeset [1284] by bsmith
Fixed DW_DRAW_FULL for arcs on Mac. Rectangle was being created …

Oct 30, 2011:

1:33 PM Changeset [1283] by bsmith
Some code in dw_file_browse() seems to have gotten clobbered. This …
12:50 PM Changeset [1282] by bsmith
Allow dw_window_enable/disable() to work on menu items on the Mac.
11:19 AM Changeset [1281] by bsmith
Fixed improper fill method in dw_draw_rect() on OS/2. Also removed …
11:14 AM Changeset [1280] by bsmith
Updated dw_draw_rect and dw_draw_polygon to accept flags the same way …
3:13 AM Changeset [1279] by bsmith
Implemented DW_DRAW_FULL and DW_DRAW_FILL on OS/2.
3:10 AM Changeset [1278] by mhessling
Fix comparison of char * in dw_container_cursor and …
2:56 AM Changeset [1277] by bsmith
Implemented DW_DRAW_FULL for GTK2.
2:50 AM Changeset [1276] by bsmith
Implemented DW_DRAW_FULL and DW_DRAW_FILL for GTK3 and GTK2 printing. …
2:41 AM Changeset [1275] by bsmith
Implemented DW_DRAW_FULL on Windows and implemented DW_DRAW_FILL for …

Oct 30, 2011:

2:40 AM Changeset [1274] by bsmith
Added DW_DRAW_DEFAULT, DW_DRAW_FILL and DW_DRAW_FULL drawing flags. …

Oct 25, 2011:

2:33 PM Changeset [1273] by bsmith
Fixed on Windows sqrt() issue due to missing header... Also swapped …
2:12 PM Changeset [1272] by bsmith
Fixed angles being backwards on GTK2... this might actually require a …
2:01 PM Changeset [1271] by bsmith
Fixed on GTK passing angles to cairo in degrees instead of radians. …
1:14 PM Changeset [1270] by bsmith
Build fixes for dw_draw_arc on GTK2.
1:11 PM Changeset [1269] by bsmith
Removed some unused variables on Mac.
1:07 PM Changeset [1268] by bsmith
Fixed accidentally calling arctan() instead of atan2() on GTK.
1:01 PM Changeset [1267] by bsmith
VisualAge on OS/2 is missing M_PI in math.h so define it ourselves.
12:51 PM Changeset [1266] by bsmith
Initial attempt at adding dw_draw_arc() support on all platforms. This …
8:21 AM Changeset [1265] by bsmith
Fixed dw_draw_polygon on OS/2 not flipping the Y coordinates.
8:13 AM Changeset [1264] by bsmith
Added a polygon to the test code to make sure that works on all platforms.

Oct 24, 2011:

10:30 AM Changeset [1263] by bsmith
Updated the list of supported image formats for GTK. This could be …
10:01 AM Changeset [1262] by bsmith
Basically a repeat of that last fix except for the data version of the …
9:56 AM Changeset [1261] by bsmith
Attempt on Windows to use an icon handle for bitmap buttons before a …
8:29 AM Changeset [1260] by bsmith
Fixed GDI+ loading files with no extension needed. Fixed the …
7:34 AM Changeset [1259] by bsmith
Changed the test image to be the OS/2 version... Since with GDI+ …
7:21 AM Changeset [1258] by bsmith
On GTK2 save the original pixbuf that is loaded so we can use it to …
5:44 AM Changeset [1257] by bsmith
Fixed not accounting for the NULL terminator on Windows when …
5:10 AM Changeset [1256] by bsmith
Enable GDI Plus on Windows to see how well it works. Had to include a …

Oct 23, 2011:

9:54 PM Changeset [1255] by bsmith
Initial commit of GDI+ image loader for Windows to allow use of other …

Oct 19, 2011:

11:29 PM Changeset [1254] by bsmith
Got dw_pixmap_stretch_bitblt() mostly working for GTK2... Haven't …
1:11 PM Changeset [1253] by bsmith
Updated readme with dw_pixmap_stretch_bitblt() addition.
1:01 PM Changeset [1252] by bsmith
Implemented dw_pixmap_stretch_bitblt() on Mac.
12:41 PM Changeset [1251] by bsmith
Compile fix for GTK2 and attempt at getting stretching working with …
11:40 AM Changeset [1250] by bsmith
Implemented dw_pixmap_stretch_bitblt() on GTK3... GTK2 support for …
10:55 AM Changeset [1249] by bsmith
Fixed dw_pixmap_stretch_bitblt() on OS/2. Also cleaned up the code... …
10:14 AM Changeset [1248] by bsmith
Added new dw_pixmap_stretch_bitblt() function on Windows and OS/2. …
6:24 AM Changeset [1247] by bsmith
Changed FIXEDFONT to "Lucinda Console" on Windows. Terminal looks …
5:02 AM Changeset [1246] by bsmith
Slight thread safety fix on Mac.
4:41 AM Changeset [1245] by bsmith
Attempt at converting DW style font names on GTK for dw_pixmap_set_font().

Oct 18, 2011:

10:39 AM Changeset [1244] by bsmith
Printer info should default to Portrait not Landscape on Mac.
10:26 AM Changeset [1243] by bsmith
Divided _acquire_font() into two parts on Windows. Allowing us to use …
8:28 AM Changeset [1242] by bsmith
Ok if we setup the print information on Mac we get a better size... …
2:37 AM Changeset [1241] by bsmith
Fixed clickdefault not triggering event for buttons on Mac.

Oct 17, 2011:

6:15 PM Changeset [1240] by bsmith
Attempt at fixing Copy, Cut, Paste, Select All Mac key combos... when …
9:41 AM Changeset [1239] by bsmith
Paper size reported on Mac height is for all pages... so divide height …

Oct 16, 2011:

10:03 PM Changeset [1238] by bsmith
Fix for dw_font_text_extents_get() on OS/2 not honoring the font set …
9:40 PM Changeset [1237] by bsmith
Fixes for dw_font_text_extents_get() on GTK not honoring the font set …
9:26 PM Changeset [1236] by bsmith
Fix for dw_font_text_extents_get() not on Windows honoring the font …
9:12 PM Changeset [1235] by bsmith
Fixes to dw_font_text_extents_get() on Mac so it honors the font set …

Oct 12, 2011:

1:37 AM Changeset [1234] by bsmith
Fixed a (shift) tab focus change regression on Windows for …

Oct 10, 2011:

11:27 PM Changeset [1233] by bsmith
Readme updates... removed some unnecessary statements... With GTK 3.2 …
10:23 PM Changeset [1232] by bsmith
Fix for the status popup menu not functioning when a different …
1:03 PM Changeset [1231] by bsmith
Added taskbar support for OS/2 using the System Tray XCenter plugin.
10:09 AM Changeset [1230] by bsmith
Fixed positioning popup menu when the controlling window is not …
7:27 AM Changeset [1229] by bsmith
Return code of 0 from the button press callback on OS/2 was causing …
6:38 AM Changeset [1228] by bsmith
Added taskbar support for GTK... This will only work for desktops …
4:54 AM Changeset [1227] by bsmith
Fix to get button press events working from the task/statusbar on Mac. …
4:04 AM Changeset [1226] by bsmith
Fixes to allow non-toplevel window handles in dw_taskbar_insert() on …
2:40 AM Changeset [1225] by bsmith
Initial implementation of dw_taskbar_* for the Mac. Also added code in …

Oct 9, 2011:

2:52 PM Changeset [1224] by bsmith
Minor readme update.
2:50 PM Changeset [1223] by bsmith
Need to initialize the row data to DW_RGB_TRANSPARENT on GTK2 during …
2:40 PM Changeset [1222] by bsmith
Fixes some issues with that last commit for GTK1/2. Alternating row …
1:57 PM Changeset [1221] by bsmith
Attempt at alternating rows for GTK1/2... probably will need fixes …
12:32 PM Changeset [1220] by bsmith
Can't set the background on Image cells apparently on Mac... Filter …
12:24 PM Changeset [1219] by bsmith
Another attempt at fixing alternating row issues on Windows.
12:13 PM Changeset [1218] by bsmith
Fixed a slight miscalculation and simplified the Windows container row …
11:50 AM Changeset [1217] by bsmith
Implemented dw_container_set_row_bg() on Windows. Current …

Oct 8, 2011:

10:47 PM Changeset [1216] by bsmith
Updated GTK3 with the behavior change just commited for Mac. Also …
10:43 PM Changeset [1215] by bsmith
Slight change in design behavior for dw_container_set_row_bg()... …
9:30 PM Changeset [1214] by bsmith
Added information about dw_container_set_row_bg() to the readme.
9:20 PM Changeset [1213] by bsmith
Added dw_container_set_row_bg() stubs on the remaining platforms. It …
9:01 PM Changeset [1212] by bsmith
Basic support for row colors on GTK3... Currently the specified colors …
8:37 PM Changeset [1211] by bsmith
Switched from using NSBrowserCell to a DWImageAndTextCell subclass on …

Oct 5, 2011:

9:43 PM Changeset [1210] by bsmith
Added dw_container_set_row_data() and dw_container_change_row_data() …

Sep 30, 2011:

7:03 AM Changeset [1209] by bsmith
Put Mac MLE under mutex protection because of crashes when accessing …
6:05 AM Changeset [1208] by bsmith
Same fix for GTK2/3 as I just committed for the Mac.
6:00 AM Changeset [1207] by bsmith
Think we need to check the posted state inside the mutex... Also if it …
5:32 AM Changeset [1206] by bsmith
Fixed dw_mle_set_cursor() should scroll to the point on Mac. Fixed a …
5:19 AM Changeset [1205] by bsmith
Added thread/event tab to the test program. Wrote it to demonstrate …

Sep 29, 2011:

11:04 PM Changeset [1204] by bsmith
Added support on OS/2 for querying the printer list... Previously only …

Sep 28, 2011:

7:46 PM Changeset [1203] by bsmith
Added a simulated indeterminate state on OS/2. A thread just moves the …
6:58 PM Changeset [1202] by bsmith
Fixed a couple slight issues with the last commit. Check >= for the …
6:51 PM Changeset [1201] by bsmith
Fixed a longstanding issue on OS/2 of event handlers being triggered …
5:29 PM Changeset [1200] by bsmith
Fix issues with OS/2 percent bar at the upper end of range.
5:03 PM Changeset [1199] by bsmith
Updated the readme file with the latest changes.
10:36 AM Changeset [1198] by bsmith
Fixed the indeterminate percent bar should be animated on the Mac.
10:31 AM Changeset [1197] by bsmith
Similar fix for GTK2 as for GTK3.
10:28 AM Changeset [1196] by bsmith
Compile fix and fix for returning wrong value from the timeout …
10:22 AM Changeset [1195] by bsmith
Added DW_PERCENT_INDETERMINATE which can be passed to …
12:38 AM Changeset [1194] by bsmith
Committing the configure script now that it works on both FreeBSD and …
12:36 AM Changeset [1193] by bsmith
Ok a slight fix to the last change.

Sep 27, 2011:

11:03 PM Changeset [1192] by bsmith
Removed the library search for webkit-1.0 during configure. Not sure …
10:10 PM Changeset [1191] by bsmith
Remove the MDI notebook tab from DEPRECATED. Since it should work …
9:21 PM Changeset [1190] by bsmith
Fix for MDI support for GTK3. Haven't tested completely... but this …

Sep 21, 2011:

2:04 AM Changeset [1189] by bsmith
Address Sysem isn't working for me in the REXX script on OS/2. Also …
2:01 AM Changeset [1188] by bsmith
Fix calling convention of print callback on OS/2. Also need to send …
1:52 AM Changeset [1187] by bsmith
Switch to using a dummy window handle for pixmap fonts on OS/2.

Sep 20, 2011:

11:02 PM Changeset [1186] by bsmith
Initial attempt at printing on OS/2. Need to fix issue with …
12:40 AM Changeset [1185] by bsmith
Fixes to that last commit... bitmap not mask and forgot to return.
12:36 AM Changeset [1184] by bsmith
Attempt at implementing clip mask for transparency in GTK2 for Cairo.

Sep 19, 2011:

11:31 PM Changeset [1183] by bsmith
Ok so gdk_cairo_set_source_window() is only available in GTK 2.24 and …
11:09 PM Changeset [1182] by bsmith
Fixed dw_pixmap_bitblt() on printing context pixmaps in GTK3. …
9:48 PM Changeset [1181] by bsmith
Ok fixed a problem with the last commit using the wrong representation …
9:37 PM Changeset [1180] by bsmith
Added some test code to save what we are trying to print as a PNG on …
6:21 PM Changeset [1179] by bsmith
Updated configure to check the presence of a .svn directory before …
11:52 AM Changeset [1178] by mhessling
Revert to using a file as the source for SVN revision number.

Sep 18, 2011:

11:48 AM Changeset [1177] by mhessling
Change to method of obtaining SVN revision number

Sep 17, 2011:

9:47 PM Changeset [1176] by bsmith
Added missing dw_mutex_trylock() prototype to header file.
11:20 AM Changeset [1175] by bsmith
Missing return on Windows... surprised this compiled.
12:42 AM Changeset [1174] by bsmith
Clean up some GTK2 warnings with newer compilers.
12:28 AM Changeset [1173] by bsmith
Added basic printing support for GTK 2.10 and above... Drawing except …

Sep 16, 2011:

11:05 PM Changeset [1172] by bsmith
Add *.REV to the clean rules on Windows and OS/2 when using nmake.
11:00 PM Changeset [1171] by bsmith
Attempt at importing the svn revision with VAC/nmake. The REXX script …
1:20 PM Changeset [1170] by bsmith
Experimental change to link with static -lgcc... this elimates the …
12:53 PM Changeset [1169] by bsmith
Include revision number on OS/2 using EMX/gcc. Having trouble figuring …
12:08 PM Changeset [1168] by bsmith
Added support for including the svn revision number as the sub version …
9:27 AM Changeset [1167] by bsmith
Attempt to fix parsing errors with the double : separated version …
8:58 AM Changeset [1166] by bsmith
Update configure script and fix a miscommit of the GTK3 code.
8:39 AM Changeset [1165] by bsmith
Attempt to use the subversion revision number as the sub version number.

Sep 15, 2011:

11:28 PM Changeset [1164] by bsmith
Added more change information to the readme file.
11:13 PM Changeset [1163] by bsmith
Added dw_mutex_trylock() that functions like dw_mutex_lock() except it …
7:10 AM Changeset [1162] by bsmith
Added DW_TIMEOUT_INFINITE constant to the header file.
5:20 AM Changeset [1161] by bsmith
Fixed a typo on Unix... timeout not time.
5:13 AM Changeset [1160] by bsmith
Added support for infinite wait for dw_event_wait() on Mac, Unix and …

Sep 13, 2011:

6:58 PM Changeset [1159] by bsmith
dw_event_wait() was returning DW_ERROR_TIMEOUT in the wrong state on …

Sep 12, 2011:

10:19 PM Changeset [1158] by bsmith
Updated readme with information from the 2.2 changes.
9:26 PM Changeset [1157] by bsmith
Added print jobname parameter to dw_print_new(). If parameter is NULL …
4:22 AM Changeset [1156] by bsmith
Test for vsnprintf seemed to be missing... readding it.
12:32 AM Changeset [1155] by bsmith
Implemented OS/2 dw_pixmap_set_font() this will need more work... Need …
12:19 AM Changeset [1154] by bsmith
Implemented dw_pixmap_set_font() on GTK2 and incorporated the same …
12:09 AM Changeset [1153] by bsmith
Implemented dw_pixmap_set_font() on GTK3. Better fix for missing font …

Sep 11, 2011:

11:56 PM Changeset [1152] by bsmith
Implemented dw_pixmap_set_font() on Windows. Added to export files on …
11:36 PM Changeset [1151] by bsmith
Adding dw_pixmap_set_font() which is equivalent to …
10:52 PM Changeset [1150] by bsmith
Added default font of "Sans" on GTK3... This fixes rendering of …
4:45 AM Changeset [1149] by bsmith
Need to size the NSImageView to print it apparently on Mac. Also …

Sep 10, 2011:

8:34 PM Changeset [1148] by bsmith
Fixed using a pointer after being free()ed on Windows and Mac.
7:59 PM Changeset [1147] by bsmith
Some layout updates on the dwtest render page.
7:41 PM Changeset [1146] by bsmith
Initial implementation of printing support on Mac. Just getting a …

Sep 9, 2011:

11:05 PM Changeset [1145] by bsmith
Fix for issues in printing pages on Windows.
12:52 PM Changeset [1144] by bsmith
*sigh* formatting cleanups from that last commit.
12:45 PM Changeset [1143] by bsmith
Initial implementation of the print object on Windows. May need to add …
11:17 AM Changeset [1142] by bsmith
Added code to test the new print functions in dwtest. GTK3 code …
2:28 AM Changeset [1141] by bsmith
Initial implementation of the DynamicWindows Print object for GTK3.

Sep 7, 2011:

3:52 AM Changeset [1140] by bsmith
Include the header column text width during container optimize on Mac.
2:56 AM Changeset [1139] by bsmith
Avoid an array out of bounds after container clear on Mac.

Sep 6, 2011:

9:53 PM Changeset [1138] by bsmith
Similar Mac fix to what I just commited on Windows... Event handler …
4:47 PM Changeset [1137] by bsmith
Check that the return code isn't TRUE before passing to handlers on …

Sep 2, 2011:

8:02 PM Changeset [1136] by bsmith
With subclasses calling _wndproc directly on Windows, save the …
7:02 PM Changeset [1135] by bsmith
Implemented foreground color changes for MLE on Mac.
12:54 PM Changeset [1134] by mhessling
Ensure default keypress event is not processed if handler returns 1 …
3:17 AM Changeset [1133] by mhessling
Added ability to set background color of MLE; setting foreground still …
Note: See TracTimeline for information about the timeline view.